Ok, I have walked away from this three times, each time starting over with a "clean" slate and still get the same problems. (gdb) run Starting program: /cygdrive/c/circle19/bin/circle.exe Program received signal SIGSEGV, Segmentation fault. 0x004513e7 in assign_triggers (i=0xa1ac9c0, type=0) at dg_db_scripts.c:323 (gdb) bt #0 0x004513e7 in assign_triggers (i=0xa1ac9c0, type=0) at dg_db_scripts.c:323 switch (type) { case MOB_TRIGGER: mob = (char_data *)i; trg_proto = mob->proto_script; while (trg_proto) { rnum = real_trigger(trg_proto->vnum); <--line 323 #1 0x0044bda2 in read_mobile (nr=0, type=0) at db.c:1742 CREATE(mob, struct char_data, 1); clear_char(mob); *mob = mob_proto[i]; mob->next = character_list; character_list = mob; if (!mob->points.max_hit) { mob->points.max_hit = dice(mob->points.hit, mob->points.mana) + mob->points.move; } else mob->points.max_hit = number(mob->points.hit, mob->points.mana); mob->points.hit = mob->points.max_hit; mob->points.mana = mob->points.max_mana; mob->points.move = mob->points.max_move; <--line 1742 #2 0x0044c625 in reset_zone (zone=0) at db.c:1914 #3 0x00446d49 in boot_db () at db.c:373 #4 0x0043e815 in init_game (port=4000) at comm.c:353 #5 0x0043e6e7 in main (argc=1, argv=0xa011238) at comm.c:329 #6 0x6100401e in _libkernel32_a_iname () #7 0x6100421d in _libkernel32_a_iname () #8 0x6100425c in _libkernel32_a_iname () #9 0x004a816b in cygwin_crt0 () at /cygnus/netrel/src/cygwin-1.3.3-2/winsup/cygwin/lib/cygwin_crt0.c:33 I am using bpl19 on a windows machine and a cygnus compiler. Any help is greatly appreciated as this one is annoying me:( AJ -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/06/01 PST