Crash due to ConcurrentModificationException during Batching chunks
bcmpinc opened this issue ยท 1 comments
Describe the Bug
While playing the game on occasion randomly crashes with a ConcurrentModificationException during Batching chunks. Disabling the flywheel backend seems to prevent these crashes. Edit: Crash still happens. This crash might not be flywheel related.
Reproduction Steps
This is a relatively rare occurring crash and seems to be caused by a race condition. As such there's not really a reliable way to reproduce this other than waiting. I'm close to a relatively large and dynamic create factory with plenty of chunk updates, which I suspect increases the chance of this crash occurring.
Expected Result
The game does not crash.
Screenshots and Videos
No response
Crash Report or Log
Operating System
Linux (amd64) version 5.11.0-41-generic
What is your GPU?
Nvidia GeForce RTX 3070
Mod Version
0.2.5
Minecraft Version
1.16.5
Forge Version
36.2.8
Other Mods
Basically the create above and beyond mod pack version 1.3, with some minor additions, including as FTB Backups and Create Plus.
Additional Context
No response