-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 14w29b
-
None
-
Unconfirmed
After playing for some time I get this exception:
[14:45:31 INFO]: Client> Exception in thread "Chunk Renderer 1" u: Tesselating block model
[14:45:31 INFO]: Client> at cjc.a(SourceFile:81)
[14:45:31 INFO]: Client> at cma.b(SourceFile:176)
[14:45:31 INFO]: Client> at clv.a(SourceFile:63)
[14:45:31 INFO]: Client> at clv.run(SourceFile:45)
[14:45:31 INFO]: Client> at java.lang.Thread.run(Unknown Source)
[14:45:31 INFO]: Client> Caused by: java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
[14:45:31 INFO]: Client> at java.util.ArrayList.rangeCheck(Unknown Source)
[14:45:31 INFO]: Client> at java.util.ArrayList.get(Unknown Source)
[14:45:31 INFO]: Client> at crx.b(SourceFile:88)
[14:45:31 INFO]: Client> at cgp.a(SourceFile:156)
[14:45:31 INFO]: Client> at cje.a(SourceFile:139)
[14:45:31 INFO]: Client> at cje.a(SourceFile:74)
[14:45:31 INFO]: Client> at cje.a(SourceFile:43)
[14:45:31 INFO]: Client> at cje.a(SourceFile:35)
[14:45:31 INFO]: Client> at cjc.a(SourceFile:68)
[14:45:31 INFO]: Client> ... 4 more
After it happens, any action that will force chunks to reload (changing dimensions, draw distance, F3 + A) makes all chunks completely invisible. Restarting the game solves the problem.
- duplicates
-
MC-62166 Breaking / placing / changing blocks has a delay to disappear / appear
- Resolved