CorgiTaco / CorgiLib

A library of common code used across Corgi Taco's projects
GNU Lesser General Public License v3.0
7 stars 6 forks source link

Prevents server shutdown when used alongside Create mod #53

Open simeonpfeiffer opened 3 months ago

simeonpfeiffer commented 3 months ago

Minecraft 1.20.1 Fabric Loader 0.16.2 Launcher 1.0.1 Create 0.5.1f Fabric API 0.92.2 Owo lib 0.11.2 CorgiLib 4.0.2.0

This minimal setup will prevent the server from shutting down after issuing the stop command.

The console will freeze after these lines:

[18:45:36] [Server thread/INFO]: Stopping the server [18:45:36] [Server thread/INFO]: Stopping server [18:45:36] [Server thread/INFO]: Saving players [18:45:36] [Server thread/INFO]: Saving worlds [18:45:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[name]'/minecraft:overworld [18:45:41] [Server thread/INFO]: ThreadedAnvilChunkStorage (name): All chunks are saved [18:45:41] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved

The process will not terminate. There is no error message.

Coolkc456 commented 2 months ago

Came here because of this same issue as well! Can't use these mods together without killing the server which is risky.

DumbXBoxAcct commented 2 months ago

Same here, server unload freezes after these lines:

[01:11:50] [Server thread/INFO]: Stopping the server [01:11:50] [Server thread/INFO]: Stopping server [01:11:50] [Server thread/INFO]: Saving players [01:11:50] [Server thread/INFO]: Saving worlds [01:11:50] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld [01:11:50] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved [01:11:50] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved [01:11:51] [pool-2-thread-1/INFO]: Unloading server config for airhop

When using CorgiLib 1.20.1-4.0.3.2. with the following loaded:

Substituting any one of these below for AirHop-v.8.0.2 also causes the issue:

Coolkc456 commented 1 month ago

Any update on this? I really want to open a server but this issue is preventing me from doing so since I can't have proper restarts...

simeonpfeiffer commented 1 month ago

I have removed all mods that require CorgiLib for the time being.

Coolkc456 commented 1 month ago

It's disappointing. I really wanted to use Oh The Biomes We've Gone as the worldgen but if this isn't fixed soon, I'll have to switch to something else.

CorgiTaco commented 1 month ago

It should be fixed in the latest jar....

fibberclip commented 1 month ago

When's the latest download gonna be available? i have the (as of writing this) latest ver from curse/modrinth, 4.0.3.2 and i'm having this same issue. Although i'm not using Create mod

Coolkc456 commented 1 month ago

Still having the issue as well with version 4.0.3.2.

Coolkc456 commented 2 weeks ago

Another person having the same issue but from Reddit: https://www.reddit.com/r/admincraft/comments/1gi9nn9/is_this_safe_server_not_turning_off_properly/?share_id=gtbjlojzt5QhTql9Yaq0W&utm_content=1&utm_medium=android_app&utm_name=androidcss&utm_source=share&utm_term=1

Hinzy-Admin commented 1 week ago

Another person having the same issue but from Reddit: https://www.reddit.com/r/admincraft/comments/1gi9nn9/is_this_safe_server_not_turning_off_properly/?share_id=gtbjlojzt5QhTql9Yaq0W&utm_content=1&utm_medium=android_app&utm_name=androidcss&utm_source=share&utm_term=1

this is me, now my server isnt saving at all when turning off, its getting stuck on saving worlds. latest.log

Fauli1221 commented 5 days ago

reproduced the issue in a absolute minimal configuration https://mclo.gs/BXxX5mm

List of mods: Corgilib-Fabric-1.20.1-4.0.3.2.jar create-fabric-0.5.1-f-build.1417+mc1.20.1.jar fabric-api-0.92.2+1.20.1.jar

fabric loader: fabric-server-mc.1.20.1-loader.0.16.9-launcher.1.0.1.jar