-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when Generating New Chunks in a World #1049
Comments
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. |
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. Edit: Ninja'd again |
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. |
Double ninja'd!! xD |
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).. crash here: http://cronos.wz.cz/mc/crash-2016-12-05_21.22.48-server.txt |
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. |
Affected Mod Versions:
Mekanism, MrTJPCore
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.)
Extra Information:
Crash Log:
http://pastebin.com/4JsJKAY1
Issue in MrTJPCore's Issues: MrTJP/MrTJPCore#20
Issue in Mekanism's Issues: mekanism/Mekanism#3975
The text was updated successfully, but these errors were encountered: