Sophisticated Core

Sophisticated Core

89M Downloads

1.20.1 Crash on player join

mahjerion opened this issue ยท 6 comments

commented

Sophisticated Core 1.2.2.847
1.20.1
Forge 47.2.27

Player can't join due to some Concurrent Modification Exception. Happening on the official server for Craft to Exile 2.

https://pastebin.com/7GVmUeCf

commented

New release of core fixes this issue.

commented

@TrinityDevelopers I tried recreating this one but I am unable to and from the stack I am not even sure how that exception can happen unless it's an issue in Java itself. Are you getting this issue consistently or it happens only sometimes? And what kind of limited barrels setup have you got? Could you post a screenshot of it so that I can try to recreate the same thing?

commented

I'm having almost this exact issue on the latest version still. For context, this is in ATM9 - To The Sky. I tried upgrading sophisticated core and sophisticated storage to the latest available versions and got the same behavior. I'm suspecting this is related to compression upgrade usage in limited storage barrels. I had noticed similar behavior before running into this to what is described in this issue.

I also experienced weird behavior in my limited storage barrels after adding the following to my config for the compression upgrade additionalDecompressibleItems:

"minecraft:ender_pearl=4xforbidden_arcanus:ender_pearl_fragment", "minecraft:gunpowder=4xforcecraft:pile_of_gunpowder"

I don't know if this is related for sure, but upon searching through the code, it definitely seems possible.

Sophisticated Core 1.2.38.936
1.20.1
Forge 47.3.33

https://pastebin.com/Hth9Hvbf

commented

Reopening as it appears this is now crashing in my fix

commented

@P3pp3rF1y It was crashing consistently every time until updating to SC 1.2.42.943 and SS 1.3.27.1112, it is now no longer happening and I can't reproduce it so I would say it's been fixed for now. There is still a little bit of glitchy-ness with the compression upgrade on custom config entries, but I think that's for another issue.

commented

closing based on this info