andrewphorn / ClassiCube-Client

The applet used for classicube.net
34 stars 19 forks source link

fluid bug #320

Closed n00b7 closed 9 years ago

n00b7 commented 9 years ago

if you build any block accept a fluid to the max height and try to put a fluid on top the client will say The Game Broke! [java.lang.ArrayIndexOutOfBoundsException: 4239567]

i used the debug in the launcher options and heres the error: 14:01:40 [SEVERE] Fatal error in main loop (onFrame) java.lang.ArrayIndexOutOfBoundsException: 4239567 at com.mojang.minecraft.level.Level.processTickList(Level.java:1088) at com.mojang.minecraft.level.Level.tick(Level.java:1054) at com.mojang.minecraft.Minecraft.tick(Minecraft.java:1748) at com.mojang.minecraft.Minecraft.onFrame(Minecraft.java:870) at com.mojang.minecraft.Minecraft.run(Minecraft.java:813) at java.lang.Thread.run(Unknown Source) 14:06:21 [SEVERE] Error while playing music. de.jarnbjo.ogg.EndOfOggStreamException at de.jarnbjo.ogg.LogicalOggStreamImpl.getNextOggPacket(LogicalOggStreamImpl.java:128) at de.jarnbjo.vorbis.VorbisStream.getNextAudioPacket(VorbisStream.java:126) at de.jarnbjo.vorbis.VorbisStream.readPcm(VorbisStream.java:206) at com.mojang.minecraft.sound.MusicPlayThread.run(MusicPlayThread.java:42)

v0.13

mstefarov commented 9 years ago

Thanks for a detailed report! We will take a look and fix this.

On Jul 13, 2015 12:07 PM, "n00b7" notifications@github.com wrote:

if you build any block accept a fluid to the max height and try to put a fluid on top the client will say The Game Broke! [java.lang.ArrayIndexOutOfBoundsException: 4239567]

i used the debug in the launcher options and heres the error: 14:01:40 [SEVERE] Fatal error in main loop (onFrame) java.lang.ArrayIndexOutOfBoundsException: 4239567 at com.mojang.minecraft.level.Level.processTickList(Level.java:1088) at com.mojang.minecraft.level.Level.tick(Level.java:1054) at com.mojang.minecraft.Minecraft.tick(Minecraft.java:1748) at com.mojang.minecraft.Minecraft.onFrame(Minecraft.java:870) at com.mojang.minecraft.Minecraft.run(Minecraft.java:813) at java.lang.Thread.run(Unknown Source) 14:06:21 [SEVERE] Error while playing music. de.jarnbjo.ogg.EndOfOggStreamException at de.jarnbjo.ogg.LogicalOggStreamImpl.getNextOggPacket(LogicalOggStreamImpl.java:128) at de.jarnbjo.vorbis.VorbisStream.getNextAudioPacket(VorbisStream.java:126) at de.jarnbjo.vorbis.VorbisStream.readPcm(VorbisStream.java:206) at com.mojang.minecraft.sound.MusicPlayThread.run(MusicPlayThread.java:42)

— Reply to this email directly or view it on GitHub.

123DMWM commented 9 years ago

What badly written server are you getting this on?

Edit: Found out it happens on singleplayer, shouldn't happen on any server if they coded it correctly(fcraft works fine)

I assume singleplayer is trying to send the block even though it is above max height.

" [SEVERE] Error while playing music." is a bug when you have music volume off.