Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Crash when Generating New Chunks in a World

Wealthyturtle opened this issue ยท 7 comments

commented
Affected Mod Versions:

Mekanism, MrTJPCore

  • Forge version: 10.13.4.1614
  • RTG version: 1.1.1.2
Issue Description:

(Please provide screenshots if neccessary/possible. Images can be dragged & dropped into this window.)
Crash when Generating New Chunks in a World.
(Note: This May Not be Realistic Terrain Generation's Fault, but it was Referenced in the Crash Report. This May be Caused by MrTJPCore / Mekanism)

Steps to reproduce the issue: (If it's easily reproducible.)
  1. Generate New Chunks in an Existing World in a Multiplayer Server
Extra Information:

Crash Log:
http://pastebin.com/4JsJKAY1

Issue in MrTJPCore's Issues: MrTJP/MrTJPCore#20
Issue in Mekanism's Issues: mekanism/Mekanism#3975

commented

Since you're using 1.1.1.2, this is not likely an RTG issue, as we recently put in 'graceful failing' for structure generation. This means that instead of crashing during structure generation, RTG will just stop generating the structure at the point of failure, allowing the world to carry on generating.

If this turns out to not be the case, please let us know so we can investigate further.

commented

This is caused (AGAIN) by Minecraft's non-threadsafe Hashmap iteration while the Mekanism salt generator is trying to generate salt at the same time that RTG is trying to place a structure, likely a village part, in the same chunk.

@whichonespink44 I can't remember, did you backport our crash prevention from 1.10.2 for this sort of thing? It would likely work good in cases like this, and the worst case scenario would be an unfinished structure placement, but a rare ugly/unfinished village structure is better than a crash, IMO.

membercmes

Edit: Ninja'd again

commented

Forgot to mention... if you want a faster resolution to this issue, try reproducing the crash with as few mods as possible and posting that crash report as well. The crash report in the OP has a lot of mods, so unless one of the other authors knows immediately why it's crashing, they're not going to be able to reproduce it themselves with that many mods. And if we can't reproduce it, we can't fix it.

Let us know how it goes.

commented

Double ninja'd!! xD

commented

not relevant to OP, but i have today crash too on generating world, and i found problem on generating of some biomes.. not generated structures and trees, jut dirt biomes (example: http://cronos.wz.cz/mc/2016-12-05_21.28.24.png)..
i use BoP and biometweaker, and other mods..

crash here: http://cronos.wz.cz/mc/crash-2016-12-05_21.22.48-server.txt

commented

Closing this as there isn't much more we can do to prevent CMEs like this in 1.7.10 as it is a crash with how Minecraft works. CMEs like this don't appear to happen in new versions of Minecraft.