Project Red - Exploration

Project Red - Exploration

27M Downloads

GUIs crash game

justin0a0 opened this issue ยท 6 comments

commented

In the last 3 commits i compiled from trunk (latest being d6dbb85)
When trying to open a GUI the game crashes

https://gist.github.com/justin0a0/6468954

Also I'm not using this for production just making some textures to be ready ๐Ÿ‘

commented

See issue #99 for some more troubleshooting @Iree has done for this same issue (it was marked as closed so you didn't see it, but they are the same).

commented

what are you using to build, justin?
(OS, JDK)

commented

I'm just building through ant on OS X with forge 859 as the only thing changed in the build.xml
I don't use any IDEs
Also its building using the system version of java 6 but im using java 7_25 to run MC

commented

I think i have this fixed, just waiting to test before pushing.

commented

Possibly fixed via e726340

commented

Built the latest version and tested in actual game, no more crash!