-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
I setup a workspace on a1.0.3, decompiled, tried opening it and got this lovely error. Apparently, libraries in the default IntelliJ workspace have still not been moved over. I'll try submitting a pr if I can navigate RMCPJ's code at all now.
Exception in thread "Minecraft main thread" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
at java.lang.Runtime.loadLibrary0(Runtime.java:871)
at java.lang.System.loadLibrary(System.java:1124)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:87)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at org.lwjgl.opengl.Display.<clinit>(Display.java:137)
at net.minecraft.src.Minecraft.startGame(Minecraft.java:96)
at net.minecraft.src.Minecraft.run(Minecraft.java:329)
at java.lang.Thread.run(Thread.java:748)
This issue is on the latest RMCP-J prerelease (1.0.0-pre3)
Metadata
Metadata
Assignees
Labels
No labels