Posted August 12, 201411 yr Hi Guys, So I'm new to modding with forge, however I have writen a few basic minecraft mods before. So I make a test mod in eclipse and when I try to test it I get this error: Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\alexb\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (The system cannot find the file specified) at com.google.common.base.Throwables.propagate(Throwables.java:160) at GradleStart.setupAssets(GradleStart.java:274) at GradleStart.startClient(GradleStart.java:82) at GradleStart.main(GradleStart.java:56) Caused by: java.io.FileNotFoundException: C:\Users\alexb\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileReader.<init>(Unknown Source) at GradleStart.loadAssetsIndex(GradleStart.java:280) at GradleStart.setupAssets(GradleStart.java:218) ... 2 more Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release This appears to be an issue with Gradle or the way I have it installed, can you please confirm this and suggest a way to get this working? Cheers, Bancey
August 12, 201411 yr I believe it's a bug with the current version. Rerunning gradlew setupDecompWorkspace seems to fix it. BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.