
CC:T and Create Fabric cause server to hang on stop command
AndrewDTR opened this issue · 1 comments
Minecraft Version
1.20.1
Version
1.115.1
Details
Following up from the IRC -- my server seems to be hanging on [01:39:25] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
when issued the stop command. Seems to be an incompatibility between CC:T and Create Fabric, as this behavior doesn't occur when using either of the mods individually. Thread dump (while the server is hanging) is below. Thanks!
Thanks for the report! From what I can tell, this is caused by CC:T shipping a more recent version of night-config (3.8.1) than Create (3.6.3). This can be tested by replacing CC:T with this minimal mod.
not-cc-tweaked-1.20.1-fabric-1.115.1.zip
That said, it's not quite clear to me whether this is a regression in NightConfig or a bug in Create. The actual stuck thread (pool-2-thread-1
, at least from what I can tell) doesn't appear to be either a Create or Night-Config thread, so all very odd. I will file a bug on Create's side, and see what they say.