Craftoria

Craftoria

816k Downloads

[Bug Report]: Server won't start after upgrade to 1.22.2 - Cannot get config value before config is loaded.

Closed this issue · 4 comments

commented

Modpack Version

1.22.2 (upgraded from 1.21.3 and with a fresh install)

Describe your issue.

We've just updated to 1.22.2 from 1.21.3, and the server is crashing on reload now with this error:
Failure message: An uncaught parallel processing error has occurred.
java.lang.IllegalStateException: Cannot get config value before config is loaded.

There isn't anything else I can obviously see in the logs causing it, and we've spun up a new server from scratch with no settings or world and it encountered the same error.

Crash Report

https://gist.github.com/abeeson/8b3d8ba92ba55452541aabd426293c5d

Latest Log

https://gist.github.com/abeeson/35f6cc16b7d37357e868f26eb1db8b07

Have you modified the modpack?

No

User Modifications

N/A

Did the issue happen in singleplayer or on a server?

Server

Discord Username

No response

commented

Logs are from the upgraded server rather than the fresh install, but we've double checked and confirmed the new install shows the same

I'm not on the discord but I can join if needed

commented

remove particle_effects mod from server

commented

We are using docker to run it, I'd tried this already but it had auto reinstalled as our curseforge auto installer uses the client bundle and I hadn't noticed....

For anybody else finding this with a similar problem, excluding the mod (and the other excluded ones by grabbing the ID list from the server yaml) with this:
CF_EXCLUDE_MODS=737481,363363,908741,986380,844662,568563,915902,690971,455508,1089803,925889,1112793,1133580,1274497

and removing the mod file before recompose has kept it out and fixed the issue.

Its now up and running, thanks @Linguardium !

commented

Was looking for the cause of latest craftoria example failing and found this issue 😄 . I'll add particle-effects and particle-effects-reforged to the bundled exclusions file