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
➜ SMAUG
➜ Running the server
➜ Smaug crashes when I input password on login
Smaug crashes when I input password on login
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Bipper
(17 posts) Bio
|
Date
| Mon 19 Nov 2001 03:06 AM (UTC) |
Message
| Every time I enter a password my mud crashes! I've played with the make file and with mud.h any other sugestions??
Bipper
The confused ?
O_o | Top |
|
Posted by
| Elric
USA (51 posts) Bio
|
Date
| Reply #1 on Mon 19 Nov 2001 03:19 AM (UTC) |
Message
| Did you make clean?
When you mess around with ANY header files.. You always need to make clean your project. |
"By the pricking of my thumbs, something wicked this way comes. Open locks, whoever knocks!" MacBeth, Shakespeare | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #2 on Mon 19 Nov 2001 05:58 AM (UTC) |
Message
| Or, type:
rm *.o
make
However, typing:
make clean
has the same effect.
The trouble is that you may have compiled some object files with (say) 50 levels, but some with (say) 100 levels. This is very likely to cause a crash. Removing all object files forces them all to be recompiled and thus "in agreement" with each other.
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Bipper
(17 posts) Bio
|
Date
| Reply #3 on Mon 19 Nov 2001 06:28 PM (UTC) |
Message
| yes i have made clean everything....
I belive the problem lies in my server's crypt files.
I have triied to declare no crypt, and i have tried editing the mud.h file to make it define my system only to linux..
So if you can give me some examples of a mud.h file that only defines linux -- or a make file that defines no crypt so i can veerify it all i would be greatful...
unbipper@yahoo.com
Thanks :)
Bipper
the o so still confused O-0
| Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #4 on Mon 19 Nov 2001 09:11 PM (UTC) Amended on Mon 19 Nov 2001 09:12 PM (UTC) by Nick Gammon
|
Message
| Have a look at this post: compiling Problem - your problem might be something else.
Also, it has suggestions for using gdb to narrow it down.
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | 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.
18,498 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top