LopyLuna / Create-Dreams-and-Desires

Other
17 stars 22 forks source link

1.20.1 Crash, server and client. #97

Open EliasRipley opened 2 weeks ago

EliasRipley commented 2 weeks ago

Heyo. Popping in here in regards to latest release of Dreams and Desires.

Haven't seen in client side myself but others in server have.

Here, have some logs... debug-2.log.txt 2024-08-27-2.log.txt crash-2024-08-27_00.05.24-fml.txt

EliasRipley commented 2 weeks ago

Cheers. Although if that is required both client and server side, might be better for us to use the last version version in our modpack which wasn't causing these issues. Either way, I'll give I a test on my end and report back to you. (Around 6pm Brit time.)

LopyLuna commented 2 weeks ago

don't download those were vrius

EliasRipley commented 2 weeks ago

don't download those were vrius

Cheers for the heads up. What a bastard.

LopyLuna commented 2 weeks ago

it been annoying to deal with recently

Regarding to the issue you posted: I'm pretty sure this issue is fixed in the next update but I will leave this open and I'd suggest debugging it a little bit bc such thing like changing forge versions check your mod list for incompatible mods, or restart few times till it works!

EliasRipley commented 2 weeks ago

Aye very well could be Forge, we moved up from 47.3.0 to 47.3.7 to get new JEI that fixed a few issues we were having.

ProjectHSI commented 2 weeks ago

after deeply analyzing the codebase of dreams & desires AND create AND the javadoc of Java this is caused by Create being initialized (not Forge technical name) while Dreams & Desires is. At some point, an element is removed (stack trace only shows a single thread. who knows where this gets modified) which causes a ConcurrencyModificationException.