Jump to content

[1.7.10]Error with GradleStart in Eclipse


Minus

Recommended Posts

When I'm trying to start game from eclipse in console I have this:

[20:53:18] [main/INFO] [GradleStart]: No arguments specified, assuming client.
[20:53:18] [main/INFO] [GradleStart]: Extra: []
Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Hitagi\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (Nie można odnaleźć określonego pliku)
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\Hitagi\.gradle\caches\minecraft\assets\indexes\{ASSET_INDEX}.json (Nie można odnaleźć określonego pliku)
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

 

Any ideas what went wrong? I can add that this is clear installation of forge 10.13.0.1180...

If you left your code unattended it will grow to one big mess...

Link to comment
Share on other sites

I had a same problem with you! and finally solved it.

I guess you tried to update your forge.

 

http://www.minecraftforge.net/forum/index.php?topic=14048.0

this will be helpful for you.

 

and I suggest you to do "gradlew.bat clean"

and then try "gradlew.bat setupDecompWorkspace and gradlew.bat eclipse"

 

if you try to update, you should clean up the gradle first!

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.