running ../src/rom

Posted by Translucent Hate on Sun 18 Mar 2001 10:38 AM — 3 posts, 15,651 views.

USA #0
getting an error when adding a class in const.c
also upped the max_class number in merc.h
here is the error i'm getting when i run
the rom.exe

$ ../src/rom 4000
Sun Mar 18 13:11:49 2001 :: opening time_file
Sun Mar 18 13:11:49 2001 :: [*****] BUG: Sig handler SIGSEGV

i've checked all the changes made... but i can't tell
whats bugging out... any suggestions?
Australia Forum Administrator #1
Better send me your changes (by email) to const.c and merc.h.

Alternatively you can do a "diff" if that is all you changed, and post the results here.

eg.


diff -c old_const.c const.c
diff -c old_merc.h merc.h

USA #2
actually i think i kind of figured it out...
too much adding stuff at once... its working
out fine for now...