Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • [1.7.2] No errors during setup, but client will not run in Idea.
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 0
Morgrimm

[1.7.2] No errors during setup, but client will not run in Idea.

By Morgrimm, July 10, 2014 in ForgeGradle

  • Reply to this topic
  • Start new topic

Recommended Posts

Morgrimm    0

Morgrimm

Morgrimm    0

  • Tree Puncher
  • Morgrimm
  • Members
  • 0
  • 10 posts
Posted July 10, 2014

I've set up Forge/gradle according to pahimar's method, which ran smoothly through setupDecompWorkspace and the Idea setup. However, upon trying to launch the client in Idea for the first time, I get this error log:

 

Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Gelinas\.gradle\caches\minecraft\assets\virtual\{ASSET_INDEX}\indexes\{ASSET_INDEX}.json (The system cannot find the path 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)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:483)

  at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)

Caused by: java.io.FileNotFoundException: C:\Users\Gelinas\.gradle\caches\minecraft\assets\virtual\{ASSET_INDEX}\indexes\{ASSET_INDEX}.json (The system cannot find the path specified)

  at java.io.FileInputStream.open(Native Method)

  at java.io.FileInputStream.<init>(FileInputStream.java:131)

  at java.io.FileReader.<init>(FileReader.java:72)

  at GradleStart.loadAssetsIndex(GradleStart.java:266)

  at GradleStart.setupAssets(GradleStart.java:204)

  ... 7 more

 

 

Pahimar's eclipse folder (the eclipse folder that is in the same folder as the gradle stuff) shows assets being added to it after the gradle setup, but mine is empty of anything but .metadata. Any help would be greatly appreciated, because no matter what I reinstall, the issue continues to arise.

  • Quote

Share this post


Link to post
Share on other sites

ArcaneFractal    1

ArcaneFractal

ArcaneFractal    1

  • Tree Puncher
  • ArcaneFractal
  • Members
  • 1
  • 13 posts
Posted July 10, 2014

Run

gradlew setupDecompWorkspace

again until you have solved the problem.

  • Quote

Share this post


Link to post
Share on other sites

Morgrimm    0

Morgrimm

Morgrimm    0

  • Tree Puncher
  • Morgrimm
  • Members
  • 0
  • 10 posts
Posted July 10, 2014

Tried that, it just skips everything and give me some warning about the bootstrap not matching the 1.6 source.

  • Quote

Share this post


Link to post
Share on other sites

ArcaneFractal    1

ArcaneFractal

ArcaneFractal    1

  • Tree Puncher
  • ArcaneFractal
  • Members
  • 1
  • 13 posts
Posted July 10, 2014

Try

gradlew getAssets

It worked for me.

  • Quote

Share this post


Link to post
Share on other sites

Morgrimm    0

Morgrimm

Morgrimm    0

  • Tree Puncher
  • Morgrimm
  • Members
  • 0
  • 10 posts
Posted July 10, 2014

Does nothing for me, it just skips over it and says it was successful :/ This is odd.

  • Quote

Share this post


Link to post
Share on other sites

thevtm    0

thevtm

thevtm    0

  • Tree Puncher
  • thevtm
  • Members
  • 0
  • 2 posts
Posted July 10, 2014

I've run just "gradlew setupDecompWorkspace" and it worked.

  • Quote

Share this post


Link to post
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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • jgfarrell
      I'm having trouble with Java on !MAC!

      By jgfarrell · Posted 15 minutes ago

      Sorry Junior.   I thought I was going to be a hero!   Good luck.
    • diesieben07
      [1.14.4] [Solved] Trouble With Packets

      By diesieben07 · Posted 57 minutes ago

      If you do this, then there is no point having the capability. Just store it in the stack's NBT tag directly at that point...
    • Cerandior
      [1.14.4] [Solved] Trouble With Packets

      By Cerandior · Posted 1 hour ago

      Yeah, I registered the entity and everything is fine now.
    • Cerandior
      [1.14.4] [Solved] Trouble With Packets

      By Cerandior · Posted 1 hour ago

      I have no idea man. I tried setting the breakpoints at different parts of the class because intelliJ displays a tree of all the methods called at that point and I never found any of the shareTags methods where I expected them to be. And I know, what I did doesn't really make too much sense because the stack should call the readShareTag and getShareTag automatically (I did look into a lot of methods related to itemstacks), but for some reason nothing was working as expected for me. I just tried that and everything works fine now, if I get rid of that line of code nothing works again.   As for the entity, that is probably caused by the "unique" type of zombie that my staff spawns. I forgot to register that in my registry events. I am surprised the entity was spawning considering I haven't registered them actually. I will register them right now, and check if the error will persist. Thank you for your help.
    • diesieben07
      on/off button for custom furnace

      By diesieben07 · Posted 1 hour ago

      Any GUI that has a button on it. MainMenuScreen for example.
  • Topics

    • Junior240
      4
      I'm having trouble with Java on !MAC!

      By Junior240
      Started November 9

    • Cerandior
      10
      [1.14.4] [Solved] Trouble With Packets

      By Cerandior
      Started 23 hours ago

    • plugsmustard
      18
      on/off button for custom furnace

      By plugsmustard
      Started 23 hours ago

    • AkosM
      3
      Increase target's damage via usable item

      By AkosM
      Started 18 hours ago

    • leesj
      3
      How to Give potion effect to entity

      By leesj
      Started 23 hours ago

  • Who's Online (See full list)

    • diesieben07
    • Draco18s
    • Choco
    • desht
    • plugsmustard
    • Maraea21
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • [1.7.2] No errors during setup, but client will not run in Idea.
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community