as3 debugger not starting in 5.3.0.3
See original GitHub issueI’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:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top GitHub Comments
It works as intended in development build…
PS I’ve installed it in standalone mode in parallel with my normal install
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…