TheCodex6824 / ThaumcraftFix

GNU General Public License v3.0
8 stars 3 forks source link

ConcurrentModificationException on load with latest Actions build #26

Closed xJon closed 4 months ago

xJon commented 4 months ago

https://mclo.gs/wdcJOmQ Not sure if I did anything incorrectly?

TheCodex6824 commented 4 months ago

I'm confused too. I just tried running the built jars from all 3 OS variations, and they all worked fine with a minimal set of mods. It's still possible I broke something with the action setup, but that crash seems really weird. And removing this mod fixes it?

xJon commented 4 months ago

Hm, it seems I cannot reproduce it. Never mind, then?

xJon commented 4 months ago

I was just able to reproduce it again: https://mclo.gs/bwR4kTa, however a simple relaunch "solved" it, and I can't accurately say it's caused by Thaumcraft Fix so I guess we can just keep an eye on it and keep this issue closed.

TheCodex6824 commented 4 months ago

I was just able to reproduce it again: https://mclo.gs/bwR4kTa, however a simple relaunch "solved" it, and I can't accurately say it's caused by Thaumcraft Fix so I guess we can just keep an eye on it and keep this issue closed.

I suspect there is some kind of race condition between forge and one of your other mods messing with ingredients (such as trying to construct an instance of one while forge is in that loop), but I don't know if that's actually what's happening or which mod would be doing it.