Replies: 5 comments 6 replies
-
The error says the user running minecraft doesn't have the Operating system permission to delete the above file. But the above file name looks weird. I am pretty sure Also look to see what the Installation in the minecraft launcher is using as the "game directory". |
Beta Was this translation helpful? Give feedback.
-
I think that that weird file name is because you are not using the quote markup? So it is likely a red-herring. To fix the issue you need to look at and fix the file permissions in your minecraft folder. If you right click the file there should be a "properties" option that has a "security" section. |
Beta Was this translation helpful? Give feedback.
-
I described it above. But here's another way to do it.
NOTE: This deletes the file. This is possible for this file because I can tell from the name it is a temporary file. |
Beta Was this translation helpful? Give feedback.
-
hi I'm getting the same error has this user had before but I've tried all solutions above and nothing changed any tips? |
Beta Was this translation helpful? Give feedback.
-
[22:42:46] [INFO] [FabricLoader/GameProvider]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.7 -------- beginning of main read: unexpected EOF! --------- beginning of main |
Beta Was this translation helpful? Give feedback.
-
hi! can someone pls help me fix this error. Im facing this while launching fabric 1.19 -
Uncaught exception in thread "main"
java.lang.RuntimeException: error remapping game jars [C:\Users\aj\AppData\Roaming.minecraft\versions\Fabric 1.19\Fabric 1.19.jar]
at net.fabricmc.loader.impl.game.GameProviderHelper.deobfuscate(GameProviderHelper.java:240)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.initialize(MinecraftGameProvider.java:313)
at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:142)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Caused by: java.io.IOException: java.security.PrivilegedActionException: java.nio.file.AccessDeniedException: C:\Users\aj\AppData\Roaming.minecraft.fabric\remappedJars\minecraft-1.19-0.14.8\client-intermediary.jar.tmp
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initOwner(ZipFileSystem.java:262)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.(ZipFileSystem.java:154)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.getZipFileSystem(ZipFileSystemProvider.java:125)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:106)
at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:339)
at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:288)
at net.fabricmc.tinyremapper.OutputConsumerPath.(OutputConsumerPath.java:113)
at net.fabricmc.tinyremapper.OutputConsumerPath.(OutputConsumerPath.java:47)
at net.fabricmc.tinyremapper.OutputConsumerPath$Builder.build(OutputConsumerPath.java:76)
at net.fabricmc.loader.impl.game.GameProviderHelper.deobfuscate0(GameProviderHelper.java:294)
at net.fabricmc.loader.impl.game.GameProviderHelper.deobfuscate(GameProviderHelper.java:238)
... 4 more
Caused by: java.security.PrivilegedActionException: java.nio.file.AccessDeniedException: C:\Users\aj\AppData\Roaming.minecraft.fabric\remappedJars\minecraft-1.19-0.14.8\client-intermediary.jar.tmp
at java.base/java.security.AccessController.doPrivileged(AccessController.java:573)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.initOwner(ZipFileSystem.java:253)
... 14 more
Caused by: java.nio.file.AccessDeniedException: C:\Users\SONALI\AppData\Roaming.minecraft.fabric\remappedJars\minecraft-1.19-0.14.8\client-intermediary.jar.tmp
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:89)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsLinkSupport.getFinalPath(WindowsLinkSupport.java:108)
at java.base/sun.nio.fs.WindowsAclFileAttributeView.getOwner(WindowsAclFileAttributeView.java:121)
at java.base/sun.nio.fs.FileOwnerAttributeViewImpl.getOwner(FileOwnerAttributeViewImpl.java:91)
at java.base/java.nio.file.Files.getOwner(Files.java:2202)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.lambda$initOwner$2(ZipFileSystem.java:252)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
... 15 more
Beta Was this translation helpful? Give feedback.
All reactions