Reset Problems
Status: Inactive
Brought to you by:
c0der78
Ok where do i begin...
I can add, & delete resets. I can list the resets when
there are none (hence it says "there are no resets").
Upon listing resets in a room that has thjem however, i
have a MUD crash. Following this MUD crash, if one
char is on, the recovery works with a slue of socket
errors (6 per second) in shell. With more than one
character, it hangs and basically fails before
recovery. I have seen on here how to fix the copyover
problem however my REAL question is what is wrong with
the reset function in the first place, and how to fix it.
I have 1stMud4.4 running on FreeBSD 4.9 box. And i
CANNOT get the 44b patch to work, so i tried adding
stuff by hand and it still fails.
Logged In: NO
i believe its the GetEdit function in display resets, at least I
think it is. If your not in a room editor it would crash. The
fix would be to use ch->in_room if there is no editor. I could
be wrong.