java.io.FileNotFoundException: File 'C:\Users\PK\AppData\Roaming\.minecraft\assets\indexes\legacy.json' does not exist
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Mojang JIRA by niya, 1 year ago
via Mojang JIRA by Lindsay Mangum, 1 year ago
via Mojang JIRA by Heinrich Meyer, 2 years ago
via minecraft.fr by Unknown author, 2 years ago
via Mojang JIRA by tyteen4a03, 1 year ago
via Mojang JIRA by tyteen4a03, 2 years ago
java.io.FileNotFoundException: File 'C:\Users\PK\AppData\Roaming\.minecraft\assets\indexes\legacy.json' does not exist
at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:299)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1711)
at net.minecraft.launcher.Launcher.cleanupOrphanedAssets(Launcher.java:254)
at net.minecraft.launcher.Launcher.performCleanups(Launcher.java:496)
at net.minecraft.launcher.game.MinecraftGameRunner.launchGame(MinecraftGameRunner.java:231)
at com.mojang.launcher.game.runner.AbstractGameRunner.onDownloadJobFinished(AbstractGameRunner.java:186)
at com.mojang.launcher.updater.download.DownloadJob.popAndDownload(DownloadJob.java:122)
at com.mojang.launcher.updater.download.DownloadJob.access$000(DownloadJob.java:12)
at com.mojang.launcher.updater.download.DownloadJob$1.run(DownloadJob.java:86)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)