Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

ConcurrentModificationException when generating structure

whichonespink44 opened this issue ยท 8 comments

commented

Here's an extra report I got with some more info: http://pastebin.com/ecmeiTt2

commented

I'd say 90% chance the problem is:
Reika.ChromatiCraft.Auxiliary.ChromaAux.interceptChunkPopulation(ChromaAux.java:88)

commented

I've been getting the same exception with much the same stack trace, and don't have ChromatiCraft installed. Thinking it was something related to (village) structure generation, I tried setting "Village Crash fix" to true to no avail. In fact, that seems to make it worse, though it's really hard to say with concurrency errors. Let me know if you'd like another crash report with the same error but different mods installed.

commented

Yes, I'd definitely like another stack trace.

commented

Here's a crash I got today: http://pastebin.com/5EA7sxqj

You'll see I'm using ChunkGen, but I've crashed with the same exception while exploring manually and not running ChunkGen. In any case, I don't think ChunkGen is parallelized.

Also, I set "Village Crash fix" back to false, and I'm more convinced that setting it to true made things worse.

commented

I experienced this the other day, and it was almost certainly caused by the Placemod mod, as I don't have any other structure-adding mod in my pack. I'll try to reproduce it with just Placemod and RTG so we can get an environment to debug.

commented

Also, @Zeno410 mentioned something in #686 that might help with this.

commented

Potentially fixed in df5df01

Closing for now, but we can re-open if necessary.