Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetupDevWorkspace fails at :deobfBinJar #48

Closed
adambirtles opened this issue Jan 4, 2014 · 9 comments
Closed

SetupDevWorkspace fails at :deobfBinJar #48

adambirtles opened this issue Jan 4, 2014 · 9 comments

Comments

@adambirtles
Copy link

Running Forge 10.12.0.991 for Minecraft 1.7.2 on OS X 10.9 (Mavericks) with Java 1.6. Everything is running normally until it gets to :deobfBinJar. The stacktrace can be found here.

@AbrarSyed
Copy link
Member

Caused by: java.lang.OutOfMemoryError: Java heap space
at org.objectweb.asm.ClassReader.readUTF(ClassReader.java:2137)

thats new.... wonder what that could be...

@adambirtles
Copy link
Author

Testing in 993. Still fails with same exceptions.

However, a temporary fix is to specify the max heap space. To do this, create a file called gradle.properties in your forge directory and give it the contents of org.gradle.jvmargs=-Xmx1024M. SetupDevWorkspace then worked for me.

@AbrarSyed
Copy link
Member

thats something out o my control... every prson having this issue will have to do this workarround themselves.

@0x4rch
Copy link

0x4rch commented Jan 12, 2014

Thank You SOOOOOO much :)

@ghost
Copy link

ghost commented Jan 15, 2014

I'm still having this issue, after trying the workaround listed by Sag73. Is there any other way to go about resolving this?

@AbrarSyed
Copy link
Member

Try a bigger number than 1024

@ghost
Copy link

ghost commented Jan 15, 2014

Resolved. Thank you.

@adamsong
Copy link

cannot find gradle.properties

@Cazzar
Copy link

Cazzar commented Jan 29, 2014

Create it then?
On Jan 30, 2014 10:53 AM, "adamsong" notifications@github.com wrote:

cannot find gradle.properties

Reply to this email directly or view it on GitHubhttps://github.com//issues/48#issuecomment-33646024
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants