Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUDs
➜ General
➜ Problems with various codebases
|
Problems with various codebases
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Antram
(8 posts) Bio
|
| Date
| Tue 16 Mar 2010 02:54 PM (UTC) |
| Message
| Hello everybody:
I have a few problems with various codebases, because I'm looking for a codebase wich convince me to start with my own mud.
I saw the following codebases:
lop1.38r2
fear2.1.3
When I compile the first one, there isn't any problem during the compiling, but when I'm going to start the mud, with Cygwin, tells me:
~/lop/area
Tue Mar 16 2:39:03PM 2010 :: Loading Calendar...
Tue Mar 16 2:39:03PM 2010 :: load_calendarinfo: couldn't open system/calendarin
fo.dat for reading. Using Defaults.
system/calendarinfo.dat: No such file or directory
Tue Mar 16 2:39:03PM 2010 :: Loading helps...
Tue Mar 16 2:39:03PM 2010 :: [*****] BUG: load_helps: Can't open system/help.da
t
system/help.dat: No such file or directory
Tue Mar 16 2:39:03PM 2010 :: Loading news...
Tue Mar 16 2:39:03PM 2010 :: Loading trivia...
Tue Mar 16 2:39:03PM 2010 :: Loading HighScores...
Tue Mar 16 2:39:03PM 2010 :: Loading Hints...
Tue Mar 16 2:39:03PM 2010 :: Loading mud wide resets...
Tue Mar 16 2:39:03PM 2010 :: Loading bugs, typos, and ideas...
Tue Mar 16 2:39:03PM 2010 :: Loading banks...
Tue Mar 16 2:39:03PM 2010 :: Loading authorizes...
Tue Mar 16 2:39:03PM 2010 :: Loading lockershare information...
Tue Mar 16 2:39:03PM 2010 :: Loading commands...
Tue Mar 16 2:39:03PM 2010 :: Loading spec_funs...
Tue Mar 16 2:39:03PM 2010 :: [*****] BUG: load_specfuns: can't read system/spec
funs.dat, exiting.
system/specfuns.dat: No such file or directory
but in my system directory there are these files:
$ ls
calendarinfo.dat herbs.dat mssp.dat skills.dat tongues.dat
commands.dat highscores.dat mudtitle.ans socials.dat weather.dat
firstimm hints.dat mudtitle.asc specfuns.dat
fnames.dat morph.dat mwresets.dat sysdata.dat
help.dat mpdamage.dat reserved.lst timeinfo.dat
Could someone tell me what is happening?
then, when I tryed to compile the second one, it makes me a few warnings, but it seems to compile Ok, but when I try to start it, it tells me that is stumped, and I don't know why. Any help?
Thanks for all. | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Tue 16 Mar 2010 08:15 PM (UTC) |
| Message
| For your first problem I suggest using gdb.
http://mushclient.com/gdb
I think I had a problem like that a while back, and the file was there and everything, but using gdb it turned out it was opening it twice, or in the wrong directory or something.
Put a breakpoint on the line (or just above) where it says "can't read system/specfuns.dat" and see why. Maybe it opens it twice, maybe the path is wrong, maybe the permissions as wrong.
As for the second example, can't say without seeing error messages. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Antram
(8 posts) Bio
|
| Date
| Reply #2 on Tue 16 Mar 2010 10:51 PM (UTC) |
| Message
| Hello:
Thanks Nick again, It seems that it has been fixed making a breakpoint where you have said.
Antram | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
16,087 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top