Posted August 26, 201411 yr Whenever i click the Green Arrow this appears in the console: Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: eclipse\assets\indexes\1.7.10.json (The system cannot find the path specified) at com.google.common.base.Throwables.propagate(Throwables.java:160) at GradleStart.setupAssets(GradleStart.java:273) at GradleStart.startClient(GradleStart.java:81) at GradleStart.main(GradleStart.java:65) Caused by: java.io.FileNotFoundException: eclipse\assets\indexes\1.7.10.json (The system cannot find the path 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:279) at GradleStart.setupAssets(GradleStart.java:217) ... 2 more [13:43:22] [main/INFO] [GradleStart]: assetsDir: eclipse/assets [13:43:23] [main/INFO] [GradleStart]: accessToken: modstest [13:43:23] [main/INFO] [GradleStart]: version: 1.7 [13:43:23] [main/INFO] [GradleStart]: tweakClass: cpw.mods.fml.common.launcher.FMLTweaker [13:43:23] [main/INFO] [GradleStart]: Extra: [] Java HotSpot 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
August 26, 201411 yr Author CMD Had this in it: C:\Users\Tristan\Desktop\Tutorial>gradlew setupDecompWorkspace # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xffffffffa3845120, pid=4316, t id=1296 # # JRE version: Java SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26) # Java VM: Java HotSpot 64-Bit Server VM (25.20-b23 mixed mode windows-amd64 compressed oops) # Problematic frame: # C 0xffffffffa3845120 # # Failed to write core dump. Minidumps are not enabled by default on client vers ions of Windows # # An error report file with more information is saved as: # C:\Users\Tristan\Desktop\Tutorial\hs_err_pid4316.log Compiled method (c1) 7980 283 ! 3 sun.reflect.generics.parser.Sign atureParser::current (40 bytes) total in heap [0x00000000029d5990,0x00000000029d5db0] = 1056 relocation [0x00000000029d5ab0,0x00000000029d5ae8] = 56 main code [0x00000000029d5b00,0x00000000029d5c20] = 288 stub code [0x00000000029d5c20,0x00000000029d5cb0] = 144 metadata [0x00000000029d5cb0,0x00000000029d5cb8] = 8 scopes data [0x00000000029d5cb8,0x00000000029d5ce8] = 48 scopes pcs [0x00000000029d5ce8,0x00000000029d5d48] = 96 dependencies [0x00000000029d5d48,0x00000000029d5d50] = 8 handler table [0x00000000029d5d50,0x00000000029d5d98] = 72 nul chk table [0x00000000029d5d98,0x00000000029d5db0] = 24 # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # C:\Users\Tristan\Desktop\Tutorial>
August 26, 201411 yr Author Once that error occurs you need to run setupDecompWorkspace again. It's a bug in ForgeGradle. I ran it again. It worked fine. But the game did still not run
August 26, 201411 yr Author I am just going to start over. I hadn't done much in that project anyways. All I did was setup the base. It is easy to redo.
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.