Skip to content

Instantly share code, notes, and snippets.

View ezhes's full-sized avatar
🐝
honeybee is fuzz-y

Allison Husain ezhes

🐝
honeybee is fuzz-y
View GitHub Profile
@ezhes
ezhes / gist:a442c920f858f414ef0a
Created July 19, 2015 22:30
Moonlight OSX crash
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)