Created
July 19, 2015 22:30
-
-
Save ezhes/a442c920f858f414ef0a to your computer and use it in GitHub Desktop.
Moonlight OSX crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception in thread "main" java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
at java.lang.reflect.Method.invoke(Method.java:597) | |
at com.simontuffs.onejar.Boot.run(Boot.java:342) | |
at com.simontuffs.onejar.Boot.main(Boot.java:168) | |
Caused by: java.lang.UnsatisfiedLinkError: no gamepad_jni in java.library.path | |
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1764) | |
at java.lang.Runtime.loadLibrary0(Runtime.java:823) | |
at java.lang.System.loadLibrary(System.java:1044) | |
at com.limelight.input.gamepad.NativeGamepad.<clinit>(Unknown Source) | |
at com.limelight.Limelight.loadNativeLibraries(Unknown Source) | |
at com.limelight.Limelight.main(Unknown Source) | |
... 6 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment