hello.
after i patched in the dg-scripts with oasisolc i got these two warnings.. since i'm new to the dg, i have no idea what this is..
dg_wldcmd.c: In function `do_wdoor':
dg_wldcmd.c:221: warning: passing arg 2 of `search_block' from incompatible poin
ter type
dg_wldcmd.c:226: warning: passing arg 2 of `search_block' from incompatible poin
ter type
also when i tried to delete zones, i know i did right things to delete all the zones except 0 but the mud would not run..
when i see the syslog.CRASH..
.....
.....
Jul 27 10:37:12 :: Booting mail system.
Jul 27 10:37:12 :: 0 bytes read.
Jul 27 10:37:12 :: Mail file read -- 0 messages.
Jul 27 10:37:12 :: Reading banned site and invalid-name list.
Jul 27 10:37:12 :: Ban file 'etc/badsites' doesn't exist.
Jul 27 10:37:12 :: Booting houses.
Jul 27 10:37:12 :: Resetting Limbo - Internal (rooms 0-99).
this was the end of it..
it also created core..
i tried to use gdb eventhough have no idea what it does..
Core was generated by `bin/circle -q 6301'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libc.so.5.3.12...done.
Reading symbols from /lib/ld-linux.so.1...done.
#0 0x80a0dd3 in reset_wtrigger (room=0x80da5d0) at dg_triggers.c:691
691 if (!SCRIPT_CHECK(room, WTRIG_RESET))
(gdb) list
686
687 void reset_wtrigger(struct room_data *room)
688 {
689 trig_data *t;
690
691 if (!SCRIPT_CHECK(room, WTRIG_RESET))
692 return;
693
694 for (t = TRIGGERS(SCRIPT(room)); t; t = t->next) {
695 if (TRIGGER_CHECK(t, WTRIG_RESET) &&
(gdb)
this is what i got..
so what i'm thinking is that after patching dg-scripts, i cannot delete zones, otherwise mud would not run..
am i right? if i am how do i fix this problem?
if i'm wrong, can someone figure out the problem?
thank you
sorry for the grammar errors..
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST