DaDerpDuck / Seamless-Loading-Screen-Forge

Forge port. Takes a screenshot of the game when you leave a world or server, and displays it when you rejoin it
https://www.curseforge.com/minecraft/mc-mods/seamless-loading-screen-forge
MIT License
3 stars 0 forks source link

[1.18.2] Joining multiplayer via IPv6 and/or IPv4 with port causes crash due to invalid character ":" in filename #22

Closed KxttyKxt closed 1 year ago

KxttyKxt commented 1 year ago

This mod takes a screenshot of the last frame of the world and names it according to the world's filename. When connecting to a multiplayer game via IP that contains a colon either because it's IPv6 or because a port is specified, the game crashes. This is because the mod calls a file whose name contains the invalid character ":" because the screenshot was named after the IP.

DaDerpDuck commented 1 year ago

This has been fixed with the latest push to 1.18. If you're still facing issues, message me here.