Well.. I recently installed Greven's Hotboot Snippet for SWR onto my SWR MUD. It took a bit of re-reading to get it to work, but now when I hotboot and someone quits, the MUD crashes. I need some help locating the problem, although I believe its not extracting the character.
Also, I do not get CORE files with a crash. I would like some help with this also.
When it does that, type continue and it will continue with it onto the newly booted copy of your MUD. I had a problem similar on my SWR MUD with that copyover. I found that changing some of the descriptor stuff worked, because my copy of SWR had different things to init the descriptor than the copyover's.
Since it is hotbooting ok, but is crashing afterwards, it may be changes that you have made to the system, likely the space system. Check to make sure that the space code uses the same methods for str_dup and STRALLOC that your using, I've come across this before when installing it in a few code bases, as the other coders changes names to use str_dup instead of STRALLOC I think, so there were conflictions. Actually, since its when the character quits, check the character code portion for the same.