It probably is well known, so hopefully the answer aswell (I check the internet, but it seems like most of the answers are done by mail or something O_o).
Anyway, the mud crashes when you try to loadup an area that has a scroll/wand/staff with a spell written on it.
The errors it gives:
I ran GDB, but it results in kinda nothing, so that's not really an option to solve this.
Line 35 points to the spell it's connected to. I also checked db.c for any possible area_version checks that I missed, and changed those.
Any suggestions on how to solve this?
(It's kinda a vital part of the mud, because we use the study snippet)
Anyway, the mud crashes when you try to loadup an area that has a scroll/wand/staff with a spell written on it.
The errors it gives:
FILE: $ LINE: 35
BUG: Load_objects: # not found.
FILE: $ LINE: 35
BUG: bla.are
FILE: $ LINE: 35
BUG: load_area: # not found.I ran GDB, but it results in kinda nothing, so that's not really an option to solve this.
Line 35 points to the spell it's connected to. I also checked db.c for any possible area_version checks that I missed, and changed those.
Any suggestions on how to solve this?
(It's kinda a vital part of the mud, because we use the study snippet)