honeymilk wrote:No resource pack, only thing I have done is changing the radar file to my liking which was weeks before the error started. I'll try clean installing client and java in 64 bit and see if it works or if I can get a better error report.
edit: Clean installed client and 64 bit java 8.66 - still running out of memory heap space. For some reason I cant open the error reports this time around. I've been trying to try a bat file but I am too much of a newb to figure it out. I copy pasted what is in the front of latikai's client thread, right java path and named it .bat. works fine. But trying to add in the -Xmx1024M -Xms1024M is where I am blank. I can start up the client, but cant locate the server.
Last error received.
- Code: Select all
java.lang.OutOfMemoryError: Java heap space
at com.jcraft.jorbis.CodeBook.make_decode_tree(CodeBook.java:407)
at com.jcraft.jorbis.CodeBook.init_decode(CodeBook.java:323)
at com.jcraft.jorbis.DspState.init(DspState.java:178)
at com.jcraft.jorbis.DspState.synthesis_init(DspState.java:216)
at dolda.xiphutil.VorbisStream.<init>(VorbisStream.java:98)
at dolda.xiphutil.VorbisStream.<init>(VorbisStream.java:117)
at haven.Resource$Audio.pcmstream(Resource.java:1252)
at haven.AudioSprite$ClipSprite.<init>(AudioSprite.java:71)
at haven.AudioSprite$1.create(AudioSprite.java:49)
at haven.Sprite.create(Sprite.java:123)
at haven.Gob.ctick(Gob.java:117)
at haven.OCache.ctick(OCache.java:72)
at haven.Glob.ctick(Glob.java:204)
at haven.HavenPanel.run(HavenPanel.java:443)
at java.lang.Thread.run(Unknown Source)