You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project written in Python, from which I spawn the debugger.
The project runs for a couple of times (and I can interact with the debugger), after which I get the error whenever I try to run it again:
java.lang.UnsatisfiedLinkError: <path>\Java_sml_ClientInterface.dll: Can't find dependent libraries Exception in thread "main" java.lang.UnsatisfiedLinkError: <path>\Java_sml_ClientInterface.dll: Can't find dependent libraries at java.base/jdk.internal.loader.NativeLibraries.load(Native Method) at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:331) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:197) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:139) at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:259) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:251) at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2432) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:916) at java.base/java.lang.System.loadLibrary(System.java:2068) at sml.smlJNI.<clinit>(smlJNI.java:15) at sml.Kernel.GetDefaultPort(Kernel.java:180) at edu.umich.soar.debugger.SWTApplication.startApp(SWTApplication.java:172) at edu.umich.soar.debugger.Application.<init>(Application.java:31) at edu.umich.soar.debugger.Application.main(Application.java:54)
I looked at error #509 , but this doesn't fix it. Spawning debugger from SoarDebugger.bat and then connecting to agent works.
I'm running this on Windows.
The text was updated successfully, but these errors were encountered:
Hi!
I have a project written in Python, from which I spawn the debugger.
The project runs for a couple of times (and I can interact with the debugger), after which I get the error whenever I try to run it again:
java.lang.UnsatisfiedLinkError: <path>\Java_sml_ClientInterface.dll: Can't find dependent libraries Exception in thread "main" java.lang.UnsatisfiedLinkError: <path>\Java_sml_ClientInterface.dll: Can't find dependent libraries at java.base/jdk.internal.loader.NativeLibraries.load(Native Method) at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:331) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:197) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:139) at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:259) at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:251) at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2432) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:916) at java.base/java.lang.System.loadLibrary(System.java:2068) at sml.smlJNI.<clinit>(smlJNI.java:15) at sml.Kernel.GetDefaultPort(Kernel.java:180) at edu.umich.soar.debugger.SWTApplication.startApp(SWTApplication.java:172) at edu.umich.soar.debugger.Application.<init>(Application.java:31) at edu.umich.soar.debugger.Application.main(Application.java:54)
I looked at error #509 , but this doesn't fix it. Spawning debugger from SoarDebugger.bat and then connecting to agent works.
I'm running this on Windows.
The text was updated successfully, but these errors were encountered: