ViaVersion / ViaFabric

Client-side and server-side ViaVersion implementation for Fabric
https://viaversion.com/fabric
GNU General Public License v3.0
325 stars 38 forks source link

ViaFabric doesnt allow my Server to fully stop, it keeps Java alive. #211

Closed TheCustomFHD closed 1 year ago

TheCustomFHD commented 1 year ago

/viaversion dump Output

https://dump.viaversion.com/9dbb473facc162971de1007f2db171c50dbc9485601878885f1a2945c64478ab

Console Error

Put the paste.gg link or text here.

Bug Description

Server is unable to stop. More details: I am using the following Fabric Mods under Fabric 1.19, and without ViaFabric, they work as expected, adding ViaFabric makes my Server unable to stop after logging into it. (it seems to run through the entire shutdown stuff, but then just doesnt terminate.) Screenshot_20221112_224133

A showcase of the hanging (expecting a terminal prompt) Screenshot_20221112_225523

Unsure if this is the right place to post this, but since removing ViaFabric fixes this, id assume so.

Steps to Reproduce

Start a Server with the mentioned mods, login into it (Java, and maybe Bedrock?) and it should happen. I am willing to upload a limited Snapshot of my Server if needed for further debugging.

Expected Behavior

Server should just shut down/stop.

Additional Server Info

Using the following Fabric Mods: Screenshot_20221112_224133

Checklist

nossebro commented 1 year ago

The issue could be related to this: https://github.com/GeyserMC/Floodgate-Fabric/issues/59

Kichura commented 1 year ago

Does updating to 1.19.4 and using latest geyser + floodgate resolve your problem? if not then this seems to be a floodgate issue for sure.

TheCustomFHD commented 1 year ago

The issue could be related to this: GeyserMC/Floodgate-Fabric#59

This could totally be that. But it's odd that it hasn't happened before without ViaFabric.. (Also sorry for the long wait, i rarely check GH)

Does updating to 1.19.4 and using latest geyser + floodgate resolve your problem? if not then this seems to be a floodgate issue for sure.

The original Server doesn't really exist anymore though, so i would need to at some point set up a Server and Test with 1.19.4, although i wanted to stay away from anything higher then 1.19 (ignoring that usually i wouldn't go higher then 1.12.2 if i could decently, or 1.16.5, but Fabric was still small then.)

It could be closed.