This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

After 6mins bot drops, everytime

Old posts that have not been replied to for several years.
Locked
N
Nicker

After 6mins bot drops, everytime

Post by Nicker »

Code: Select all

 WARNING! No language selected! (getslang())
 * Last context: stats:userrec.c/169 []
 * Please REPORT this BUG!
 * Check doc/BUG-REPORT on how to do so.
 * Wrote DEBUG
 * SEGMENT VIOLATION -- CRASHING! 
This is what i get, after 6mins of my bot being up, everytime i load it, it crashes. Can someone help me trouble shoot this, so i can load up for more then 6mins at a time. thanks
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: After 6mins bot drops, everytime

Post by egghead »

Nicker wrote:

Code: Select all

 WARNING! No language selected! (getslang())
 * Last context: stats:userrec.c/169 []
 * Please REPORT this BUG!
 * Check doc/BUG-REPORT on how to do so.
 * Wrote DEBUG
 * SEGMENT VIOLATION -- CRASHING! 
This is what i get, after 6mins of my bot being up, everytime i load it, it crashes. Can someone help me trouble shoot this, so i can load up for more then 6mins at a time. thanks
A pretty odd crash. But asking the obvious: what language did you select? And what version of eggdrop are you running?
N
Nicker

Post by Nicker »

ver. 1.6.13, sorry i dident display that, and i have

Code: Select all

addlang "english"
in thier, the languages are in their respected folders, all of them includeing the english one. I would think if it dident have a language specified it wouldent even connect, oddly enough it drops excallly 6 mins, 360 seconds, after connecting.
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Post by egghead »

Mine has
addlang "core.english.lang"
which refers to the file "core.english.lang" in the "language" subdirectory.
Locked