florian-sander / gseen.mod

gseen.mod is an eggdrop module for providing information when users were last seen on a channel.
http://www.kreativrauschen.com/gseen.mod/
8 stars 7 forks source link

"loadseenslang" Error #8

Open fahadmehar opened 7 years ago

fahadmehar commented 7 years ago

I have put Language files in Language folder still getting error why???

[11:53:49] Can't load modules gseen: /home/Statistics/eggdrop/modules/gseen.so: wrong ELF class: ELFCLASS32 [11:53:49] Tcl error in file 'eggdrop.conf': [11:53:49] 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 "eggdrop.conf" line 215)

florian-sander commented 7 years ago

This problem is not related to the language files. The module itself is not loading ("Can't load modules gseen").

Unfortunately I am not familiar with this error message. Some quick googling indicates that you might be trying to load a 32 bit binary on a 64 bit system. Is it possible that you got a pre-compiled gseen binary? If so you could try compiling gseen yourself on this system.

fahadmehar commented 7 years ago

I know same problem was coming when i was loading Stats mode. Now i have load stats. But on Gseem i am facing this problem only.

fahadmehar commented 7 years ago

"loadseenslang" while executing "loadseenslang "en" "English" language/gseen.en.lang" (file "gseen.conf" line 16) invoked from within "source gseen.conf" (file "eggdrop.conf" line 215)

This is the main error

fahadmehar commented 7 years ago

Same Error i was getting by loading Stats but somehow its loaded.

fahadmehar commented 7 years ago

I need to fix this problem please