MBBSEmu icon indicating copy to clipboard operation
MBBSEmu copied to clipboard

[WCCMMUD] Majormud - `train stats` full screen editor does not return control to the character

Open fletcherm opened this issue 2 years ago • 0 comments

Module Information

  • Identifier WCCMMUD
  • Module Name Majormud
  • Version 1.11p package

Describe the bug

There are at least two ways to edit your character's stats with the full screen editor:

  1. Initial character creation.
  2. Walking into a room with a trainer and using the train stats command
  3. ... maybe more - perhaps there is something exotic that triggers training... not relevant for this item

Case #1 is working mostly ok (except for the extra line being printed, which is #544). Once training is finished you get control of your character.

Case #2 is causing this issue - after training stats, control never returns to the character. I have been getting control back by forcing Megamud to hangup, reconnect, and re-enter the game.

To Reproduce Steps to reproduce the behavior:

  1. Create a new character and save it with whatever stats. Default is fine. Wait until you get control of your character.
  2. Walk w, w, n. This will take you to the Newhaven trainer room.
  3. train stats
  4. Step through the editor again and save.
  5. See that control never returns to the player - it looks like it has hung after the SET SUICIDE message.

Expected behavior

Control should immediately return to the player.

Screenshots

Screen Shot 2022-03-15 at 14 35 57

Screenshot of me, patiently waiting.

Software Information:

  • OS: mbbsemu docker
  • Telnet Client: Megamud

fletcherm avatar Mar 15 '22 18:03 fletcherm