Starts with 60 fps, then after an amount of time that varies, will crawl to 0 fps, then crash.
restarting the client fixes temporarily.
pls help
pls delete old thread
- Code: Select all
java.lang.OutOfMemoryError: Java heap space
at com.jcraft.jorbis.DspState.init(DspState.java:190)
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.stream(Resource.java:1410)
at haven.AudioSprite$ClipSprite.<init>(AudioSprite.java:70)
at haven.AudioSprite$1.create(AudioSprite.java:49)
at haven.Sprite.create(Sprite.java:124)
at haven.Gob.ctick(Gob.java:108)
at haven.OCache.ctick(OCache.java:68)
at haven.Glob.ctick(Glob.java:200)
at haven.HavenPanel.run(HavenPanel.java:527)
at java.lang.Thread.run(Unknown Source)