PDA

View Full Version : [Fixed] Tcl error in line 211


yogi
12-01-2005, 02:21 PM
[20:16] Tcl error in file 'eggdrop.conf':
[20:16] couldn't open "e:/ioFTPD/scripts/ioA/ioA.cfg": no such file or directory

while executing
"open $ioBdat(ioacfg) r"
invoked from within
"set fp [open $ioBdat(ioacfg) r]"
(file "scripts/ioBanana.tcl" line 211)
invoked from within
"source scripts/ioBanana.tcl"
(file "eggdrop.conf" line 127)


Wahts wrong with my confing? The ioa cfg is in the directory.

Harm
12-01-2005, 03:36 PM
You're most probably using the official version of windrop from windrop.sf.net. This one has some known problems with i/o operations. Try B0unty's builds from http://users.skynet.be/bounty/

yogi
12-03-2005, 07:03 PM
thx, works now!