Re: Error

From: ERROR: Too Long (micron@NET.BLUEMOON.NET)
Date: 06/30/98


I did that before I sent the letter. The problem was in zone loading. I was
using zone files from another MUD I made to keep the builder happy. I needed
to add another patch(areas) to have it read correctly.
I noticed this about 2 minutes after sending the message. Thanks Anyways,
nice to know that people can alway help :)

                    -Ryan

-----Original Message-----
From: AxL <axl@MINDWARP.PLYMOUTH.EDU>
To: <CIRCLE@post.queensu.ca>
Date: Tuesday, June 30, 1998 10:52 AM
Subject: Re:  Error


>> How do I fix this error? This is the last 3 lines of my syslog.CRASH.
>>
>> Thank You.
>>
>> Tue Jun 30 08:17:56 :: Loading triggers and generating index.
>> Tue Jun 30 08:17:56 :: Loading rooms.
>> SYSERR: Room 99 is outside of any zone.
>
>        Did you look and see exactly where that error message comes from in
>the code?
>
>% grep -in "is outside of any zone" *.[ch]
>
>        will point you to this section in db.c
>
>  while (virtual_nr > zone_table[zone].top)
>    if (++zone > top_of_zone_table) {
>      fprintf(stderr, "SYSERR: Room %d is outside of any zone.\n",
virtual_nr);
>      exit(1);
>    }
>
>        So take a look at the area file that contains room #99, and see
>what zone number it has been assigned to, and check if there is a valid
zone
>file for that zone number.
>--
>-AxL, axl@wpcr.plymouth.edu - SysOp, RPM Director, WPCR Plymouth, 91.7 FM
> "Discriminate against the next fashion sucker you meet....it's a raver!"
>                                      - Ec8or,  Digital Hardcore Records
>
>
>     +------------------------------------------------------------+
>     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
>     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
>     +------------------------------------------------------------+
>


     +------------------------------------------------------------+
     | 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