MaxNeedsSnacks / roadrunner

A general-purpose performance mod and fork of the popular "Lithium" mod made for the Forge mod loader.
GNU Lesser General Public License v3.0
24 stars 5 forks source link

[1.16.5 Dedicated Server] random: concurrent modification exception on PointOfInterestTypeHelper #61

Closed Colin-J-Wood closed 2 years ago

Colin-J-Wood commented 2 years ago

Reproduction Steps

This crash is entirely random and can be difficult to reproduce

  1. start a dedicated server of Kaleidio's Battle Pack

The crash is occuring because Roadrunner's PointOfInterestTypeHelper is colliding with some other mod that wants access at the same time on some other thread. Roadrunner should make sure access to this class is thread-safe

Crash Report File

crash-2022-03-07_12.52.39-fml.txt

Additional Information

Provide any additional information or context which may be relevant to the issue. If you have none to add, you can remove this section.