You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug / Repro steps
Went into dialchat as a user with sysop privileges. Typed /color. Hit enter. Got to a screen where CYAN was highlighted by the cursor (fwiw, this kind of screen currently having problems for me via iterm, I havent gotten a better client yet, but same kind of screen as when creating a character in MMUD, I cannot progress). Anyway, I hit enter on CYAN, and ithe board crashed iwth the following error.
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at MBBSEmu.HostProcess.Fsd.FsdUtility.<>c.b__7_0(FsdFieldSpec field)
at System.Linq.Enumerable.Sum[TSource](IEnumerable1 , Func2 )
at MBBSEmu.HostProcess.Fsd.FsdUtility.BuildAnswerString(FsdStatus fsdStatus)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.FieldVerificationRoutine(SessionBase session, FsdStatus fieldStatus)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.ValidateField(SessionBase session, FsdStatus fsdStatus)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.InFullScreenDisplay(SessionBase session)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.ProcessSessionState(SessionBase session, Dictionary`2 modules)
at MBBSEmu.HostProcess.MbbsHost.WorkerThread()
at System.Threading.Thread.StartCallback()
zsh: abort sudo ./MBBSEmu -C modules.json
Expected behavior
I'm not exactly sure, other than not crash :) Change my text to cyan I'd imagine.
Screenshots
Software Information:
OS: macOS monterey 12.2, M1 Mac Mini 2020
Telnet Client: telnet from command line via iterm to 0.0.0.0
The text was updated successfully, but these errors were encountered:
approxinfinity
changed the title
[Module Identifier] Module Name - Issue Description
DIALCHAT Dialchat crashes when color is changed.
Feb 24, 2022
Module Information
Describe the bug / Repro steps
Went into dialchat as a user with sysop privileges. Typed /color. Hit enter. Got to a screen where CYAN was highlighted by the cursor (fwiw, this kind of screen currently having problems for me via iterm, I havent gotten a better client yet, but same kind of screen as when creating a character in MMUD, I cannot progress). Anyway, I hit enter on CYAN, and ithe board crashed iwth the following error.
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at MBBSEmu.HostProcess.Fsd.FsdUtility.<>c.b__7_0(FsdFieldSpec field)
at System.Linq.Enumerable.Sum[TSource](IEnumerable
1 , Func
2 )at MBBSEmu.HostProcess.Fsd.FsdUtility.BuildAnswerString(FsdStatus fsdStatus)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.FieldVerificationRoutine(SessionBase session, FsdStatus fieldStatus)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.ValidateField(SessionBase session, FsdStatus fsdStatus)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.InFullScreenDisplay(SessionBase session)
at MBBSEmu.HostProcess.HostRoutines.FsdRoutines.ProcessSessionState(SessionBase session, Dictionary`2 modules)
at MBBSEmu.HostProcess.MbbsHost.WorkerThread()
at System.Threading.Thread.StartCallback()
zsh: abort sudo ./MBBSEmu -C modules.json
Expected behavior
I'm not exactly sure, other than not crash :) Change my text to cyan I'd imagine.
Screenshots
Software Information:
The text was updated successfully, but these errors were encountered: