When I click play, it just show this in the game output:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\XXXXXXXXXX\AppData\Roaming\.minecraft\versions\1.10\1.10-natives-261587076046243\lwjgl64.dll: 存取被拒。
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
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 bcx.I(SourceFile:2772)
at net.minecraft.client.main.Main.main(SourceFile:39)
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
What should I do???
Rollback Post to RevisionRollBack
DHgamer31
To post a comment, please login or register a new account.
When I click play, it just show this in the game output:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\XXXXXXXXXX\AppData\Roaming\.minecraft\versions\1.10\1.10-natives-261587076046243\lwjgl64.dll: 存取被拒。
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
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 bcx.I(SourceFile:2772)
at net.minecraft.client.main.Main.main(SourceFile:39)
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
What should I do???
DHgamer31