A device attached to the system is not functioning

Started by Jimmy, February 06, 2008, 10:03:36

Previous topic - Next topic

Jimmy

Since upgrading to lwjgl 1.1.4, I have a few users who are receiving an error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files\CodeMallet\shared\lwjgl.dll: A device attached to the system is not functioning
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:75)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:6Cool
at org.lwjgl.Sys.loadLibrary(Sys.java:84)
at org.lwjgl.Sys.<clinit>(Sys.java:101)
at codemallet.spark.Spark.do(SourceFile:605)
at codemallet.spark.Spark.<init>(SourceFile:277)
at codemallet.spark.Spark.main(SourceFile:249)

What exactly does this mean?  I have seen the error before in the windows device manager, but it seems very strange to be getting it from lwjgl.

Matzon

very strange indeed
could you try adding -Dorg.lwjgl.util.Debug=true to the command line ?