DimensionalDevelopment / DimDoors

A rewrite of the classic mod: Dimensional Doors
https://minecraft.curseforge.com/projects/dimensionaldoors
GNU General Public License v3.0
91 stars 54 forks source link

Chunkloading error with cubic chunks #57

Closed theishiopian closed 6 years ago

theishiopian commented 6 years ago

If you end up in limbo while you have cubic chunks installed, you get stuck at y=700 in limbo, and no chunks will load. This effect persists even if you leave limbo, causing chunks to not load in the overworld. Reloading the world fixes the issue. The console log seems to contain no helpful information.

Robijnvogel commented 6 years ago

@Barteks2x would you have any idea why this would be happening?

Barteks2x commented 6 years ago

I would probably have to debug it to see what is wrong. My guess is that the mod does dimension transfer in a way cubic chunks doesn't like. Some methods in PlayerChunkMap don't get called or get called twice or in the wrong order or with the wrong arguments. The fact that you can rejoin the world without shutting down mc with task manager means there is no server hang caused by portal search code.

Barteks2x commented 6 years ago

This is very likely to be a bug in my code.

Barteks2x commented 6 years ago

This issue can be closed as it's a bug in cubicchunks, the issue also happens when dying in the nether.