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.

Need help starting for first time.

Old posts that have not been replied to for several years.
Locked
F
FortFunFoSho

Need help starting for first time.

Post by FortFunFoSho »

Hey everyone -

I am not positive this is the right forum, so please be gentle on me.

I installed eggdrop. Went line for line through the config file. Saved. Uploaded. Went to start it and I got the following error:

[23:42] --- Loading eggdrop v1.6.13 (Mon Mar 3 2003)
[23:42] Tcl error in file 'Jelopy.conf':
[23:42] invalid command name "/home/jr/eggdrop/"
while executing
"/home/jr/eggdrop/"
(file "Jelopy.conf" line 1)
[23:42] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
bash-2.05a$


I have checked the path a bunch of times and it is correct. Does this mean I don't have tcl installed? But if I didn't have tcl installed I wouldn't have been able to get this far right?

Any ideas? thank you in advance!
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: Need help starting for first time.

Post by egghead »

FortFunFoSho wrote: the following error:

[23:42] --- Loading eggdrop v1.6.13 (Mon Mar 3 2003)
[23:42] Tcl error in file 'Jelopy.conf':
[23:42] invalid command name "/home/jr/eggdrop/"
while executing
"/home/jr/eggdrop/"
(file "Jelopy.conf" line 1)
Likely you have removed the "#! " from the first line of the config file.

It must look something like this:

"#! /path/to/executable/eggdrop"
F
FortFunFoSho

Post by FortFunFoSho »

Thank you. that was it.

:)
Locked