Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Please report this crash with the following info:
  2. java.lang.ExceptionInInitializerError
  3. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.initializeGlfw(Unknown Source)
  4. at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Unknown Source)
  5. at de.fatox.desktop.DesktopLauncher.main(Unknown Source)
  6. Caused by: java.lang.IllegalStateException: Failed to initialize native callbacks.
  7. at org.lwjgl.system.Callback.<clinit>(Unknown Source)
  8. ... 3 more
  9. Caused by: java.lang.NoSuchMethodException: org.lwjgl.system.CallbackI$V.callback(long)
  10. at java.lang.Class.getDeclaredMethod(Unknown Source)
  11. ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement