| View previous topic :: View next topic |
| Author |
Message |
gruener Voice
Joined: 21 Mar 2006 Posts: 2
|
Posted: Tue Mar 21, 2006 10:45 am Post subject: problem with moxquiz |
|
|
Hey Guys,
im trying to run the moxquiz-0.8.1 on my eggdrop1.6.16.
I've write the 3 lines
| Code: |
source scripts/moxquizz/moxtools.tcl
source scripts/moxquizz/moxfun.tcl
source scripts/moxquizz/moxquizz.tcl
|
in the eggdrop.conf but when im starting the eggdrop with
| Code: |
./eggdrop -m eggdrop.conf
|
putty show me this:
| Code: |
Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads
[15:30] --- Loading eggdrop v1.6.16 (Tue Mar 21 2006)
[15:30] Module loaded: dns
[15:30] Module loaded: channels
[15:30] Module loaded: server
[15:30] Module loaded: ctcp
[15:30] Module loaded: irc
[15:30] Module loaded: notes (with lang support)
[15:30] Module loaded: console (with lang support)
[15:30] Module loaded: blowfish
[15:30] Listening at telnet port 3334 (all)
[15:30] Module loaded: uptime
[15:30] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[15:30] use '.help userinfo' for commands.
[15:30] --- Initializing funstuff ...
[15:30] ---- could not read !hartei file: "moxquizz/intl/en/harteier.txt".
[15:30] ---- could not read !weichei file: "moxquizz/intl/en/weicheier.txt".
[15:30] ---- could not read !phrase file: "moxquizz/intl/en/phrases.txt".
[15:30] --- Initializing funstuff ... done.
[15:31] Tcl error in file 'eggdrop.conf':
[15:31] couldn't open "moxquizz/moxquizz.rc": no such file or directory
while executing
"open $cfile r"
(procedure "mx_config_read" line 8)
invoked from within
"mx_config_read $configfile"
(file "scripts/moxquizz/moxquizz.tcl" line 3861)
invoked from within
"source scripts/moxquizz/moxquizz.tcl"
(file "eggdrop.conf" line 156)
[15:31] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
|
Whats the matter?  |
|
| Back to top |
|
 |
CuteBangla Halfop
Joined: 27 Feb 2006 Posts: 58 Location: Dhaka, Bangladesh
|
Posted: Tue Mar 21, 2006 12:09 pm Post subject: Re: problem with moxquiz |
|
|
u didnt put
harteier.txt weicheier.txt & phrases.txt
in the right directory
thats why its having problem
moxquizz/intl/en/harteier.txt _________________ SuMiT
iRC.CuteBangla.Com |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Tue Mar 21, 2006 12:27 pm Post subject: |
|
|
@ gruener
The problem is the fact you did not read any of the readme files i.e. INSTALL README README.database README.moxfun README.translation README.windows & UPGRADING.
Above all, moxquizz.rc is missing; this is your config file. You edit this file *only* for moxquizz not the Tcl file. If you do not want moxfun simply do not load it and you have no need of harteier.txt, weicheier.txt or phrases.txt.
I run moxquizz and do not have moxfun loaded (or uploaded) and therefore none of those text files are required.
Edit your normal bot config file and add the following at the end (uncomment whatever extra you need to load):
| Quote: | ###### QUIZ STUFF ######
# make sure to load moxquizz.tcl as last file!
# source moxquizz/moxtools.tcl
# source moxquizz/moxfun.tcl
source moxquizz/moxquizz.tcl |
_________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
gruener Voice
Joined: 21 Mar 2006 Posts: 2
|
Posted: Tue Mar 21, 2006 12:36 pm Post subject: |
|
|
The moxquizz.rc is not missing. The file is in the /eggdrop/scripts/moxquizz/ dir and editet. But it will not work fine, mh..
btw. i unloaded the moxfun and moxtools tcl in the eggdrop.conf
the result is:
| Code: |
Eggdrop v1.6.16 (C) 1997 Robey Pointer (C) 2004 Eggheads
[17:30] --- Loading eggdrop v1.6.16 (Tue Mar 21 2006)
[17:30] Module loaded: dns
[17:30] Module loaded: channels
[17:30] Module loaded: server
[17:30] Module loaded: ctcp
[17:30] Module loaded: irc
[17:30] Module loaded: notes (with lang support)
[17:30] Module loaded: console (with lang support)
[17:30] Module loaded: blowfish
[17:30] Listening at telnet port 3334 (all)
[17:30] Module loaded: uptime
[17:30] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[17:30] use '.help userinfo' for commands.
[17:30] Tcl error in file 'eggdrop.conf':
[17:30] couldn't open "moxquizz/moxquizz.rc": no such file or directory
while executing
"open $cfile r"
(procedure "mx_config_read" line 8)
invoked from within
"mx_config_read $configfile"
(file "scripts/moxquizz/moxquizz.tcl" line 3861)
invoked from within
"source scripts/moxquizz/moxquizz.tcl"
(file "eggdrop.conf" line 156)
[17:30] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
|
Any idea? |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Tue Mar 21, 2006 7:35 pm Post subject: |
|
|
| Quote: | | [17:30] couldn't open "moxquizz/moxquizz.rc": no such file or directory |
A tip, do not bury the 'moxquizz' folder, place it in your eggdrops main folder; "~moxquizz". _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
|