Fresh install on a new pc and I get this lovely error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Vile\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-3032975233811\lwjgl64.dll: Access is denied
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
This would be an "on access" type of scan. You wouldn't be able to "allow MC" for that kind of thing, you'd have to whitelist a directory tree, like everything under "C:\Users\Vile\AppData\Roaming\.minecraft\" or just disable it for the 5 minutes it takes to launch MC.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Fresh install on a new pc and I get this lovely error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Vile\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2-natives-3032975233811\lwjgl64.dll: Access is denied
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
Is there a way to fix this issue?
most likely this is your antivirus scanning the file, blocking MC from loading it.
Nope, already checked that and it is set to allow MC.
-
View User Profile
-
View Posts
-
Send Message
Moderatorand what antivirus do you use?
This would be an "on access" type of scan. You wouldn't be able to "allow MC" for that kind of thing, you'd have to whitelist a directory tree, like everything under "C:\Users\Vile\AppData\Roaming\.minecraft\" or just disable it for the 5 minutes it takes to launch MC.