Posted August 2, 201411 yr I followed Pahimar's tutorial ( ) and Installed for IntelliJ. I have not touched anything yet, as I just set everything up; however, whenever I try to run the client in IntelliJ I get the error: Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Mark\.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) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134) Caused by: java.io.FileNotFoundException: C:\Users\Mark\.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>(FileInputStream.java:146) at java.io.FileReader.<init>(FileReader.java:72) at GradleStart.loadAssetsIndex(GradleStart.java:280) at GradleStart.setupAssets(GradleStart.java:218) ... 7 more When I went to the path the error is pointing at: I find these files. My thought is somewhere along the line the installation messed up, so I retried it to no avail. I am using Recommended Forge Version 10.13.0.1180 Any help is appreciated. edit: I changed the 1.7.10.json file to {ASSET_INDEX}.json and it worked. I don't think this is normally supposed to require this step.
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.