- Latest GeForce drivers, Jave JRE Ver 1.8.0_144
- First time playing the game since world 4. I can't find a specific thing that triggers the issue, but it usually happens anywhere between 5 and 30 mins into launching the game. I'm guessing from the log this could be triggered by an audio file? If a more detailed log or more info is needed, just let me know, and thanks for the help.
- Code: Select all
java.lang.RuntimeException: dolda.xiphutil.OggException: Invalid Ogg data
at haven.Resource$Audio.stream(Resource.java:1424)
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:190)
at haven.OCache.ctick(OCache.java:91)
at haven.Glob.ctick(Glob.java:132)
at haven.HavenPanel.run(HavenPanel.java:538)
at java.lang.Thread.run(Unknown Source)
Caused by: dolda.xiphutil.OggException: Invalid Ogg data
at dolda.xiphutil.PageStream.page(PageStream.java:45)
at dolda.xiphutil.PacketStream.packet(PacketStream.java:53)
at dolda.xiphutil.VorbisStream.<init>(VorbisStream.java:79)
at dolda.xiphutil.VorbisStream.<init>(VorbisStream.java:117)
at haven.Resource$Audio.stream(Resource.java:1422)
... 8 more