question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

as3 debugger not starting in 5.3.0.3

See original GitHub issue

I’ve just installed new flashdevelop version and get this error, when trying to start as3 debugger:

Debugger startup error. For troubleshooting see: http://www.flashdevelop.org/wikidocs/index.php?title=F.A.Q Error details: net.sf.jni4net.jni.JNIException: Can’t find jni4net.j-0.8.8.0.jar at c:\program files (x86)\flashdevelop\jni4net.j-0.8.8.0.jar or c:\program files (x86)\flashdevelop\bin\jni4net.j-0.8.8.0.jar or c:\program files (x86)\flashdevelop\lib\jni4net.j-0.8.8.0.jar or c:\program files (x86)\lib\jni4net.j-0.8.8.0.jar or C:\Program%20Files%20(x86)\FlashDevelop\Plugins\jni4net.j-0.8.8.0.jar or C:\Program%20Files%20(x86)\FlashDevelop\Plugins\bin\jni4net.j-0.8.8.0.jar or C:\Program%20Files%20(x86)\FlashDevelop\Plugins\lib\jni4net.j-0.8.8.0.jar or C:\Program%20Files%20(x86)\FlashDevelop\lib\jni4net.j-0.8.8.0.jar в net.sf.jni4net.Bridge.FindJar() в net.sf.jni4net.BridgeSetup.AddBridgeClassPath() в net.sf.jni4net.BridgeSetup…ctor(Boolean autoAddBridgeClassPath) в FlashDebugger.DebuggerManager.Start(Boolean alwaysStart)

Required file is present at path C:\Program Files (x86)\FlashDevelop\Plugins\jni4net.j-0.8.8.0.jar. Looks like search path is url encoded while it should not.

As a temporary solution I’ve reinstalled FlashDevelop to C:\FlashDevelop and that solved the issue for me.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
romamikcommented, Dec 15, 2017

It works as intended in development build…

PS I’ve installed it in standalone mode in parallel with my normal install

0reactions
SeanJDcommented, Apr 24, 2018

I’m also having this issue. I tried the latest release build and was having the below error, found this thread, assumed the latest development build may fix it but it hasn’t.

I’m running the development build: 5.3.3.42 and am getting the following stack trace::

Error details: net.sf.jni4net.jni.JNIException: Can’t load java class for flash.tools.debugger.concrete.DValue_ from classLoader sun.misc.Launcher$AppClassLoader@757aef —> java.lang.LinkageError: flash/tools/debugger/concrete/DValue_ : Unsupported major.minor version 51.0 at net.sf.jni4net.jni.JNIEnv.ExceptionTest() at net.sf.jni4net.jni.JNIEnv.CallObjectMethodPtr(IJvmProxy obj, MethodId methodIdNative, Value[] args) at java.lang.ClassLoader.loadClass(String par0) at net.sf.jni4net.utils.Registry.LoadClass(String name, ClassLoader classLoader, JNIEnv env) — End of inner exception stack trace — at net.sf.jni4net.utils.Registry.LoadClass(String name, ClassLoader classLoader, JNIEnv env) at net.sf.jni4net.utils.Registry.RegisterClass(RegistryRecord record, ClassLoader classLoader, JNIEnv env) at net.sf.jni4net.utils.Registry.BindJvm(RegistryRecord record, ClassLoader classLoader, JNIEnv env) at net.sf.jni4net.utils.Registry.BindJvm(RegistryRecord record, JNIEnv env) at net.sf.jni4net.utils.Registry.RegisterType(Type type, Boolean bindJVM, JNIEnv env) at net.sf.jni4net.utils.Registry.RegisterAssembly(Assembly assembly, Boolean bindJVM) at net.sf.jni4net.Bridge.RegisterAssembly(Assembly assembly) at FlashDebugger.DebuggerManager.Start(Boolean alwaysStart) [Capturing traces with FDB]

Any ideas how to fix? Or troubleshoot, happy to check through and post back if anyone has any ideas of how to sort…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to Debug Any AS3 Files
I'm facing exact same problem. I can't run any flash file that has AS3 while AS2 working fine. Adobe Creative Suite 3 --...
Read more >
Debug mode not working · Issue #17314 · spyder-ide ...
it seems like the IDE is hanging, all I can do is click the "Stop the current command" to exit the debug mode,...
Read more >
as3 breakpoints not triggering in child swf
I've a preloader which is instantiating a child swf. The breakpoints work in the preloader swf, but not in the child that it...
Read more >
Debugger not working properly : r/gamemaker
In the latest version, debugger is broken. Try reverting your runtime to the previous one and try again.
Read more >
No as3 trace for one project.
I am using Windows 8, IntelliJ version 2017.1.6. The startup info I get from the Debug window implies I am connected to the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found