TerraForged / tracker

Technical issue tracker
1 stars 0 forks source link

getting EXCEPTION_ACCESS_VIOLATION during server worldgen #175

Closed HarroldSaxon closed 2 years ago

HarroldSaxon commented 2 years ago

I keep having the java environment, not minecraft, crash during world gen. removing any single mod from my list doesn't solve the issue with the exception of terraforged itself. disabling terraforged world gen also solves the crash. hs_err_pid3560.log 2022-01-12-1.log debug-1.log

Won-Ton commented 2 years ago

This crash isn't caused by TerraForged.

Looks like one of your others mods is doing something very dodgy within world-gen code which is why TerraForged is mentioned.

The logs suggests the culprit is "osv" which I believe is OreStoneVariants. A quick search of their issue tracker and it seems someone had a similar crash with vanilla world-gen which was apparently fixed a few days ago: https://github.com/PersonTheCat/OreStoneVariants/issues/142

I'd suggest you try the updated version of it or just remove it.