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.

Running the eggdrop

Old posts that have not been replied to for several years.
Locked
f
fewyn
Voice
Posts: 15
Joined: Tue Dec 28, 2004 4:11 pm

Running the eggdrop

Post by fewyn »

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[00:52] --- Loading eggdrop v1.6.17 (Wed Dec 29 2004)
[00:52] Tcl error in file 'eggdrop.conf':
[00:52] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)


Anyway to figure out exactly where the problem is? I've gone through the conf about 3 times and can't seem to find anything wrong
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Some possible error with your .conf file. Maybe you have not setup some of the variables correctly, or maybe you have left something out. Try downloading a simple config from egghelp.org and give it a check or try the pre-config files as well.

http://www.egghelp.org/files/conf/simple.conf.gz
http://www.egghelp.org/files.htm#config

Load a simple one first, you don't need to set all vars, only the necessary and needed ones. Although it generally echo's an error stating where the problem is as with .tcls and in which line.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Just a quick question what did you edit your config file with?

If you used MS Word then that will deffinately be your problem. only use notepad if you havent got a proper editing client.

If you did use notepad make sure you didnt delete any neccesarry { } braces
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Well editing my .conf file is not a big task. Basically you are setting variables. So it is not considered as "HARDCORE" scripting neither it has lines and lines of codes, 80% of comments 20% of set var commands and others.

So I edit my .conf file with wordpad or notepad generally which ever opens. Not with MSWORD or any other tcl editor. Only for tcl script files I use editors.

I have an edited one since 3-4 years use the same. Just update and change the vhost, servers, binded ip, realname, nothing much that than.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
f
fewyn
Voice
Posts: 15
Joined: Tue Dec 28, 2004 4:11 pm

Post by fewyn »

^DooM^ wrote:Just a quick question what did you edit your config file with?

If you used MS Word then that will deffinately be your problem. only use notepad if you havent got a proper editing client.

If you did use notepad make sure you didnt delete any neccesarry { } braces
I used Editplus 2
f
fewyn
Voice
Posts: 15
Joined: Tue Dec 28, 2004 4:11 pm

Post by fewyn »

awyeah wrote:Some possible error with your .conf file. Maybe you have not setup some of the variables correctly, or maybe you have left something out. Try downloading a simple config from egghelp.org and give it a check or try the pre-config files as well.

http://www.egghelp.org/files/conf/simple.conf.gz
http://www.egghelp.org/files.htm#config

Load a simple one first, you don't need to set all vars, only the necessary and needed ones. Although it generally echo's an error stating where the problem is as with .tcls and in which line.
I used the simple one you linked to and it is also causing the same error.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

what error? there is no actual error msg in your log

and I suspect your Tcl lib is somehow screwed

run the but with default eggdrop.conf and see what happens
f
fewyn
Voice
Posts: 15
Joined: Tue Dec 28, 2004 4:11 pm

Post by fewyn »

demond wrote:what error? there is no actual error msg in your log

and I suspect your Tcl lib is somehow screwed

run the but with default eggdrop.conf and see what happens
Same exact thing

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[03:13] --- Loading eggdrop v1.6.17 (Wed Dec 29 2004)
[03:13] Tcl error in file 'eggdrop.conf':
[03:13] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

your Tcl is f*cked up

type `locate libtcl' and paste the results

if your Tcl libs are not under /usr/lib or /usr/local/lib, reinstall Tcl as I suggested above (you are root, aren't you?)

also try `tclsh' and see what happens
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

if `locate libtcl' couldn't find anything, try: find /usr/lib /usr/local/lib -name 'libtcl*'
Locked