orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 41 forks source link

Consistent crashes around overhanging terrain #98

Closed TrueCP6 closed 4 years ago

TrueCP6 commented 4 years ago

If you teleport your self to the base of El Capitan (/tpll 37.728197 -119.637187) and fly up about 600 blocks the game crashes every time.

James103 commented 4 years ago

Do you have the crash logs (crash-<DATE>_<TIME>-<TYPE>.txt located in .minecraft\crash-reports)? If so, can you please attach them?

TrueCP6 commented 4 years ago

Here: crash-2020-04-11_20.57.20-server.txt

James103 commented 4 years ago

Have you tried increasing the stack size to at least 4 MB (-Xss4m)? What did you get?

orangeadam3 commented 4 years ago

Try also turning on three_water in the mod config. It helps reign in some of minecraft's rediculous water physics.

TrueCP6 commented 4 years ago

I applied both of the fixes and tried twice. The first time it resulted in chunks not loading and a crash and the second time it worked fine. The dataset seems to not include the overhang as it is not present in game so this is most likely an unrelated problem. Closing for this reason.