Storage Drawers: Natura Pack

Storage Drawers: Natura Pack

9M Downloads

Rendering crash MP Server

Bennyboy1695 opened this issue ยท 6 comments

commented

I Have foamfix and optifine installed but theres no mention of them in the crash issues at all.

crash-2017-01-08_12.52.36-client.txt

commented

Any help on this would be great as this has just happened again after reseting the area on our server and also happening to players that don't have foamfix or optifine installed.

commented

This was kind of crappy, but I've got a solution. Should be fixed in 3.5.17.

commented

Can i ask what caused it ? Seeing as there was no storage drawers within render ๐Ÿ˜›

commented

Something that needed pathfinding was interacting with a drawer and the TileEntity wasn't present.

It created a chicken and egg problem where creating the tile entity triggered a pathfinding update which asked for a bounding box which asked for the tile entity which caused the tile entity to be created...

commented

Is it even right to create the tile entity on demand like that? Given that the server sends the blocks and tile entities in different packets, the client would get the blocks first, create the tile entity, then receive the real tile entity in a later packet.

commented

I don't have a choice in the matter. If you try to get a tile entity, the world will try to add it if it doesn't exist. I couldn't find any independent check.