Server Shutdown stuck on Unloading Server Config for [MOD] #4495
-
Minecraft Logs> stop
[18:04:11] [Server thread/INFO]: Stopping the server
[18:04:11] [Server thread/INFO]: Shutting down ScheduledExecutorService for AsyncWindup...
[18:04:11] [Server thread/INFO]: Shutting down ScheduledExecutorService for WindupWatcher...
[18:04:11] [Server thread/INFO]: Shutting down ScheduledExecutorService for TimeoutScheduler...
[18:04:11] [Server thread/INFO]: Shutting down ScheduledExecutorService for AutosaveScheduler...
[18:04:11] [Server thread/INFO]: [STDOUT]: Saving server results
[18:04:11] [Server thread/INFO]: [STDOUT]: Saving config results
[18:04:11] [Server thread/INFO]: Stopping server
[18:04:11] [Server thread/INFO]: Saving players
[18:04:11] [Server thread/INFO]: Saving worlds
[18:04:11] [pool-3-thread-1/INFO]: Energy blacklist loaded: 0 block entries, 0 item entries
[18:04:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[18:04:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/aether:the_aether
[18:04:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_end
[18:04:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/deeperdarker:otherside
[18:04:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:the_nether
[18:04:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/create_dd:ponder
[18:04:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/ae2:spatial_storage
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (the_aether): All chunks are saved
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (otherside): All chunks are saved
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (ponder): All chunks are saved
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage (spatial_storage): All chunks are saved
[18:04:19] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[18:04:21] [Server thread/INFO]: Shutting down...
[18:04:22] [pool-3-thread-1/INFO]: Create Ore Excavation config just got changed on the file system!
[18:04:22] [pool-3-thread-1/INFO]: Unloading server config for barteringstation
[18:04:22] [pool-3-thread-1/INFO]: Unloading server config for magnumtorch DescriptionWhenever stopping the server, it always gets stuck on Unloading server config for [MOD] (similar to #4105 and https://www.reddit.com/r/fabricmc/comments/1fl8uuh/help_when_stopping_the_server_i_get_stuck_on/). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
you have a mod that is holding the executable open. start by removing mods that spawn their own threads (such as discord and voice chat mods) |
Beta Was this translation helpful? Give feedback.
-
I've tried removing Simple Voice Chat and the Discord Bridge, but that still isn't working. I have no clue what mods could be spawning their own threads, and exploring threads via Process Explorer isn't helping |
Beta Was this translation helpful? Give feedback.
-
I'm unable to find the mod, as removing mods give inconclusive results. It seems both Carry On and ComputerCraft: Tweaked may be causing it (in combination?), but removing them only fixes it 50% of the time. |
Beta Was this translation helpful? Give feedback.
you have a mod that is holding the executable open. start by removing mods that spawn their own threads (such as discord and voice chat mods)