-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
there's a bug where if you join a server, then leave (without inputting any credentials), and then join the world in singleplayer, the UI is locked behind the login button for some reason, trying to input credentials just resets the UI and nothing happens.
here's the logs
[17:24:30.329] [Main Thread/INFO] [Terraria]: Entering world with player: Terrarian, IsCloud=False, Width: 4200, Height: 1200, Evil: 1, GameMode: 0
[17:24:43.970] [Main Thread/WARN] [tML]: Silently Caught Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Terraria.ModLoader.ModPacket.Send(Int32 toClient, Int32 ignoreClient) in tModLoader\Terraria\ModLoader\ModPacket.cs:line 59
at HEROsMod.HEROsModNetwork.Network.SendDataToServer() in HEROsModNetwork\Network.cs:line 1020
at HEROsMod.HEROsModServices.LoginWindow.bLogin_onLeftClick(Object sender, EventArgs e) in HEROsModServices\Login.cs:line 308
The only fix seems to be to disable/enable the mod or restart the game