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.

Can't start eggdrop.

General support and discussion of Eggdrop bots.
Post Reply
R
Red_Rooste5
Voice
Posts: 37
Joined: Sat Oct 21, 2006 7:43 am

Can't start eggdrop.

Post by Red_Rooste5 »

Ok. I get this problem when I try to start it:

Code: Select all

Red_Rooste5 @ bluebird.tx-shells.com ~/eggdrop $ ./eggdrop -m eggdrop.conf

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
Tcl_InitNotifier: unable to start notifier thread
What should I do?
Btw: This is my eggdrop folder:

Code: Select all

Red_Rooste5 @ bluebird.tx-shells.com ~/eggdrop $ ls
DEBUG                           core.11018       core.20663   eggdrop@         logs/
LamestBot.chan~bak       core.12565        core.22131  eggdrop-1.6.18*  modules@
LamestBot.user               core.15491        core.2515   eggdrop.conf     modules-1.6.18/
LamestBot.user~bak        core.16837        core.2813   filesys/         scripts/
README                          core.17175        core.28419  help/        text/
core                                core.19102        doc/            language/
Red_Rooste5 @ bluebird.tx-shells.com ~/eggdrop $
Could anyone help me?
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Did you compile eggdrop with thread support and your tcl library without thread support?

From what I could glean from a quick google search, the error msg you got has to do with failure to init the tcl_thread_stack stuff:

http://software.sci.utah.edu/doc/Develo ... 83_8c.html

Try recompiling your tcl with thread support, or compile eggdrop without it.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

BTW, notice all the "core" files in your dir, that means the program is crashing, so something is wrong with your libs and/or binary. Perhaps one or the other is corrupted (in which case, recompile)
R
Red_Rooste5
Voice
Posts: 37
Joined: Sat Oct 21, 2006 7:43 am

Post by Red_Rooste5 »

How can I recompile it then?
(the link doesn't work)
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Post Reply