Hello, so I've been having this problem for a day now and after trying to solve it myself I've given up. Here's the error I'm getting:
[16:12:37 INFO]: Getting syncinfo for selected version
[16:12:37 INFO]: Queueing library & version downloads
[16:12:37 ERROR]: Couldn't save version info to install PartialVersion{id='1.9', updateTime=Mon Mar 07 09:38:03 EST 2016, releaseTime=Mon Feb 29 08:49:54 EST 2016, type=RELEASE, url=https://launchermeta.mojang.com/mc/game/6768033e216468247bd031a0a2d9876d79818f8f/1.9.json}
java.io.FileNotFoundException: C:\Users\Wisna\AppData\Roaming\.minecraft\versions\1.9\1.9.json (Access is denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0_25]
at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_25]
at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_25]
at java.io.PrintWriter.<init>(PrintWriter.java:263) ~[?:1.8.0_25]
at net.minecraft.launcher.updater.LocalVersionList.saveVersion(LocalVersionList.java:77) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.MinecraftVersionManager.installVersion(MinecraftVersionManager.java:340) ~[launcher.jar:1.6.61]
at com.mojang.launcher.game.runner.AbstractGameRunner.playGame(AbstractGameRunner.java:101) [launcher.jar:1.6.61]
at net.minecraft.launcher.game.GameLaunchDispatcher$1.run(GameLaunchDispatcher.java:111) [launcher.jar:1.6.61]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
My guess is that something is blocking the folder from being read by minecraft. I don't know wat's doing ti though or how to give is permission to read it.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hello, so I've been having this problem for a day now and after trying to solve it myself I've given up. Here's the error I'm getting:
[16:12:37 INFO]: Getting syncinfo for selected version
[16:12:37 INFO]: Queueing library & version downloads
[16:12:37 ERROR]: Couldn't save version info to install PartialVersion{id='1.9', updateTime=Mon Mar 07 09:38:03 EST 2016, releaseTime=Mon Feb 29 08:49:54 EST 2016, type=RELEASE, url=https://launchermeta.mojang.com/mc/game/6768033e216468247bd031a0a2d9876d79818f8f/1.9.json}
java.io.FileNotFoundException: C:\Users\Wisna\AppData\Roaming\.minecraft\versions\1.9\1.9.json (Access is denied)
at java.io.FileOutputStream.open(Native Method) ~[?:1.8.0_25]
at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_25]
at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_25]
at java.io.PrintWriter.<init>(PrintWriter.java:263) ~[?:1.8.0_25]
at net.minecraft.launcher.updater.LocalVersionList.saveVersion(LocalVersionList.java:77) ~[launcher.jar:1.6.61]
at net.minecraft.launcher.updater.MinecraftVersionManager.installVersion(MinecraftVersionManager.java:340) ~[launcher.jar:1.6.61]
at com.mojang.launcher.game.runner.AbstractGameRunner.playGame(AbstractGameRunner.java:101) [launcher.jar:1.6.61]
at net.minecraft.launcher.game.GameLaunchDispatcher$1.run(GameLaunchDispatcher.java:111) [launcher.jar:1.6.61]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
My guess is that something is blocking the folder from being read by minecraft. I don't know wat's doing ti though or how to give is permission to read it.