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.
General support and discussion of Eggdrop bots.
Red_Rooste5
Voice
Posts: 37 Joined: Sat Oct 21, 2006 7:43 am
Post
by Red_Rooste5 » Sun Oct 29, 2006 9:57 am
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?
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Sun Oct 29, 2006 10:48 am
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.
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Sun Oct 29, 2006 10:52 am
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)
Red_Rooste5
Voice
Posts: 37 Joined: Sat Oct 21, 2006 7:43 am
Post
by Red_Rooste5 » Sun Oct 29, 2006 10:53 am
How can I recompile it then?
(the link doesn't work)
rosc2112
Revered One
Posts: 1454 Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania
Post
by rosc2112 » Sun Oct 29, 2006 11:00 am