[Minor] Crash on JoinMultiPlayerScreen while idle
KyneSilverhide opened this issue ยท 4 comments
Minecraft Version: 1.20.1
Forge Version: 47.3.10
Badpacket version : 0.4.3
Logs: https://gist.github.com/KyneSilverhide/3e79c55a1910040c8078d5c1a734024a
Steps to Reproduce:
- Launch the game
- Join a server
- Logout, and wait on the server list screen
- The game will crash after ~30sec.
Description of issue:
It's not really problematic, but it seems the game crashes while handling some kind of timeout.
I only have a single server, and I can join perfectly. Even if the game list the server as "unreachable"
Just to make sure, since Bad Packets doesn't touch m_7026_
in the mixin, does it happens if you remove Bad Packets?
No, it only happens with Bad Packets.
No mods at all : no crash
All mods, including bad packet : crash every time
All mods, BUT bad packets : no crash
I found this, Aizistral-Studios/No-Chat-Reports#481. Can you try without No Chat Reports?
Hmm, strange. I disabled No Chat Reports, and the game didn't crash. (as expected...)
Then I re-enabled BacPackets (same 0.4.3 version) and No Chat Reports and... no crash. but this time the MOTD is also properly shown on the server list.
That's strange, but it's working, si I think you can close the issue.
Thanks !