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.

gseen error

Discussion of Eggdrop's code and module programming in C.
Post Reply
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

gseen error

Post by Bytez »

Code: Select all

[13:56] Can't load modules gseen: libtcl8.3.so: cannot open shared object file: No such file or directory
[13:56] Tcl error in file 'eggbot.conf':
[13:56] invalid command name "loadseenslang"
    while executing
"loadseenslang "en" "English" language/gseen.en.lang"
    (file "gseen.conf" line 16)
    invoked from within
"source gseen.conf"
    (file "msdion.conf" line 1386)
[13:56] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
I made sure the file exists in the language directory, permission is set to 644, owner is correct. I don't know what's wrong? Even though it shows that tcl error, the eggdrop will load fine if I remove:

source gseen.conf from the eggbot.conf file and restart the bot. The bot works fine if I remove the gseen module. Anyone have ideas? Thanks in advance.
Last edited by Bytez on Sun Jul 22, 2007 3:37 pm, edited 1 time in total.
B
Bytez
Op
Posts: 168
Joined: Mon Aug 11, 2003 1:42 pm

Post by Bytez »

After recompiling the module, it works.
Post Reply