Rendering crash MP Server
Bennyboy1695 opened this issue ยท 6 comments
I Have foamfix and optifine installed but theres no mention of them in the crash issues at all.
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.
Can i ask what caused it ? Seeing as there was no storage drawers within render ๐
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...
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.