Top Mud Sites Forum Return to TopMudSites.com
Go Back   Top Mud Sites Forum > Mud Development and Administration > MUD Coding
Click here to Register

Reply
 
Thread Tools
Old 02-21-2003, 07:40 PM   #1
April
New Member
 
Join Date: Nov 2002
Posts: 19
April is on a distinguished road
Talking

Greets;


We recently encountered this error after a Mud crash and have been unable to figure out how to correct it so as to get the Mud up and running again. Any and all help/remedies/thoughts on this matter would be more than appreciated:


Fri Feb 21 20:08:55 2003 :: [*****] FILE: forest.are LINE: 1
Fri Feb 21 20:08:55 2003 :: [*****] BUG: Boot_db: # not found.
1000.log (END)

Thanks. :)

You can either reply here, or email us @
April is offline   Reply With Quote
Old 02-21-2003, 10:46 PM   #2
Terloch
Member
 
Join Date: Apr 2002
Location: Chicago, Illinois
Posts: 152
Terloch is on a distinguished road
Well, do you know what that error means in general?

Straight from the code (I'm assuming 1stMud is a ROM variant)...

log_string ( strArea );

for ( ; ; )
{
char *word;

if ( fread_letter( fpArea ) != '#' )
{
bug( "Boot_db: # not found.", 0 );
exit( 1 );
}

So it's looking for a # that isn't there, on the starting line.

Do you have a backup or original of that area file somewhere?

Basically you have an incomplete area file somehow, and that's your culprit...
Terloch is offline   Reply With Quote
Reply


Thread Tools


Error Keeping 1stMud base from Starting up: - Similar Threads
Thread Thread Starter Forum Replies Last Post
Keeping Top Level Players Occupied smadronia MUD Administration 15 08-03-2012 11:11 AM
Good starting code base darmir MUD Coding 3 03-08-2006 01:50 PM
Finding and Keeping Good Builders Javen MUD Administration 4 06-18-2005 09:24 PM
Re: 1stMud Area Questions. April MUD Coding 1 04-13-2003 04:23 AM
keeping vets' new characters in the dark Burr Advanced MUD Concepts 2 07-02-2002 01:11 PM

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

All times are GMT -4. The time now is 12:50 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Style based on a design by Essilor
Copyright Top Mud Sites.com 2022