Posted July 14, 201411 yr The error it gives me is The project description file (.project) for 'Minecraft' is missing. This file contains important information about the project. The project will not function properly until this file is restored. The directory I'm using is: C:\Users\Vince\Desktop\DevelopmentPack\Minecraft\Forge\eclipse It contains one folder called .metadata that folder contains a .plugins folder, a .lock file, .log.txt, and version.ini I am using Forge 1.7.10 I re-ran Gradle, which said "Build Successful"
July 15, 201411 yr Author Alright, I did that and it worked. But now when I try and run minecraft through Eclipse I get this error: [15:20:16] [main/INFO] [GradleStart]: No arguments specified, assuming client. [15:20:16] [main/INFO] [GradleStart]: Extra: [] Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Vince\.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:260) at GradleStart.startClient(GradleStart.java:82) at GradleStart.main(GradleStart.java:56) Caused by: java.io.FileNotFoundException: C:\Users\Vince\.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:266) at GradleStart.setupAssets(GradleStart.java:204) ... 2 more This is with a totally clean forge install with gradlew.bat eclipse being run and everything.
July 15, 201411 yr re-run with --refresh-dependencies. lol, when i switched to gradle i had the exact same problem. Here could be your advertisement!
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.