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.

tclhash.c/684

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

tclhash.c/684

Post by Fontana »

I have one problem with Windrop1.6.16-handlen32. Sometimes in 2-3 day's bot is crashing with that log :

14:48] Last message repeated 7 time(s).
[14:48] * Last context: tclhash.c/684 [Tcl proc: main, param: $_pub1 $_pub2 $_pub3 $_pub4 $_pub5]
[14:48] * Please REPORT this BUG!
[14:48] * Check doc/BUG-REPORT on how to do so.
[14:48] * Wrote DEBUG
[14:48] * SEGMENT VIOLATION -- CRASHING!


Debug Info :

Debug (eggdrop v1.6.16) written Thu Jul 29 14:48:21 2004
Full Patch List:
Tcl library: C:/Windrop/lib/tcl8.4
Tcl version: 8.4.6 (header version 8.4.6)
Compile flags: gcc -pipe -mwin32 -g -O2 -I.. -I.. -DHAVE_CONFIG_H

I am using following tcl scripts :

source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/tj-zs-bot.tcl
source scripts/ssa.tcl
source scripts/Sitebot.tcl
source scripts/ftp_lib.tcl
source scripts/CHANSERV.TCL
source scripts/compat.tcl

Please help me to solve that problem.

Thanks
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Type '.tcl set errorInfo' in partyline (DCC) with your bot.
(Making sure you have commented the unbind for dcc:tcl in the .conf file of your bot)

Paste us the error message over here.
Maybe we can make something out of it. :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
F
Fontana

Post by Fontana »

I have commented the unbind for dcc:tcl in the .conf and when i send command : .tcl set errorInfo i have just :

What? You need '.help'

Sorry, maybe i must learn a lot of things, but please help me to solve my problem,

Thanks
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Did you restart the bot after commenting the bind? If not do that, then type '.tcl set errorInfo' in DCC.

Seems so there is an error in one on your tcl scripts.
The error is being generated from the procedure 'main'.

Check that procedure in which ever script you have or you can paste it over here, for us to have a look.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked