Winged

Winged

2M Downloads

Version 2.0.1 Causes Automatic Disconnect When Connecting to Server

cSquaerd opened this issue ยท 2 comments

commented

Love the new direction with version 2, but the fix for the conflicting recipe yesterday is having weird side effects when I host a server. Did a lot of manual checking of mods (I have about 60) and when Winged 2.0.1 is present in both server and client, upon connecting it holds for a few seconds and then gives a message in the client saying "Connection Lost". No error message seems to appear in either the server or client's log, I have the client log excerpt here, can provide a full log if necessary.

[Edit] This doesn't seem to happen with 2.0.0.

[Edit] Server is Arch Linux, Client is Windows 10, both running Java 8 (not sure if it matters)

[Edit 2] This seems to happen even if the only mods are Fabric API, Fabric Language Kotlin, and Winged (v2.0.1).

[Edit 3] Does not seem to happen if the client is on Arch Linux. Dunno where to go from here (gonna reboot Windows and see).

[Edit 4] Happened when my other mods were all loaded in. Removing Winged removes the "Connection Lost" problem as described above. There may be something here.

Server and Client are both using:

  • Fabric Loader 0.11.3
  • Fabric API 0.33.0
  • Fabric Language Kotlin 1.5.0
[14:59:36] [main/INFO]: Connecting to cculysses.com, 25565
[14:59:37] [main/INFO]: [STDOUT]: New minimap session initialized!
[14:59:37] [main/INFO]: [STDOUT]: New world map session initialized!
[14:59:37] [main/INFO]: Started 16 worker threads
[14:59:37] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[14:59:38] [main/INFO]: [STDOUT]: Reloading entity icon resources...
[14:59:38] [main/INFO]: [STDOUT]: Done!
[14:59:38] [main/INFO]: DurabilityViewer did not find Trinkets API
[14:59:38] [main/INFO]: [STDOUT]: Minimap session finalized.
[14:59:38] [main/INFO]: [STDOUT]: World map session finalized.
[14:59:38] [main/INFO]: Stopping worker threads
[14:59:38] [Thread-127/INFO]: [STDOUT]: World map force-cleaned!
[14:59:41] [main/INFO]: Connecting to cculysses.com, 25565
[14:59:42] [main/INFO]: [STDOUT]: New minimap session initialized!
[14:59:42] [main/INFO]: [STDOUT]: New world map session initialized!
[14:59:42] [main/INFO]: Started 16 worker threads
[14:59:42] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[14:59:42] [main/INFO]: [STDOUT]: Minimap session finalized.
[14:59:42] [main/INFO]: [STDOUT]: World map session finalized.
[14:59:42] [main/INFO]: Stopping worker threads
[14:59:42] [Thread-127/INFO]: [STDOUT]: World map force-cleaned!
[15:00:54] [main/INFO]: Connecting to cculysses.com, 25565
[15:00:55] [main/INFO]: [STDOUT]: New minimap session initialized!
[15:00:55] [main/INFO]: [STDOUT]: New world map session initialized!
[15:00:55] [main/INFO]: Started 16 worker threads
[15:00:55] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[15:00:55] [main/INFO]: [STDOUT]: Minimap session finalized.
[15:00:55] [main/INFO]: [STDOUT]: World map session finalized.
[15:00:55] [Thread-127/INFO]: [STDOUT]: World map force-cleaned!
[15:00:55] [main/INFO]: Stopping worker threads
[15:01:12] [main/INFO]: Stopping!
commented

Sorry about that, the issue is fixed and the jar is already pending on CurseForge.

commented

No worries, upon testing with Roughly Enough Resources and reading your change seems to be an index off-by-one type error. Happens to me all the time (no really). Thanks for the fix, and the mod. B^).