icewolfz / jiMUD

MUD client for ShadowMUD.com using electron
http://www.shadowmud.com
7 stars 0 forks source link

Telnet: Random data #242

Open icewolfz opened 6 months ago

icewolfz commented 6 months ago

seems there is a weird bug that breaks telnet i be leave, it starts spamming 40m to the screen after an echo, not sure if ti s a split packet or what but clearing the screen does not fix it, and tracing the debug seems to be in telnet process data system as the 40m appears in the pose process data, that or it is something broken on the server side maybe, i have been unable to recreate it yet but have had it happen a few times, i was able to trace it this last time but unable to figure out the why uet

icewolfz commented 6 months ago

Wondering if it is a corrupted zstream, as that is the only thing i can think of that could cause it, somewhere a 40m code is being stuck and being spammed to the screen, and looking at the code it comes from telnet so the issue is with telnet, or the mud side

icewolfz commented 4 months ago

I was able to recreate it somewhat after changing prefs while connected, granted not sure if this was i or it was something else