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.
Locked
User avatar
kash2k
Voice
Posts: 18
Joined: Fri Aug 25, 2006 10:45 pm
Location: India

Gseen Error

Post by kash2k »

I get thus error in my Party Line :
[13:07] Tcl error [::xchannel::bad]: couldn't compile regular expression pattern: quantifier operand invalid

and it keeps on repeating
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Read here:
http://forum.egghelp.org/viewtopic.php?t=10215

And then post the output of .set errorInfo

If there's more relevant debug info in .set errorInfo you might find the problem yourself
User avatar
kash2k
Voice
Posts: 18
Joined: Fri Aug 25, 2006 10:45 pm
Location: India

Post by kash2k »

Commented the lines .set and .tcl and got the following results for .set errorInfo ---
<)^Omega^> Currently: couldn't compile regular expression pattern: quantifier operand invalid
<)^Omega^> Currently: while executing
<)^Omega^> Currently: "regexp -nocase -- $elem $text"
<)^Omega^> Currently: (procedure "::xchannel::bad" line 10)
<)^Omega^> Currently: invoked from within
<)^Omega^> Currently: "::xchannel::bad $_pubm1 $_pubm2 $_pubm3 $_pubm4 $_pubm5"
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

I'm curious why you blame gseen for this, when the proc crashing is part of xchannel.tcl

Also, it seems you've written a bad regular expression in the badwords-file used with that script
NML_375
User avatar
kash2k
Voice
Posts: 18
Joined: Fri Aug 25, 2006 10:45 pm
Location: India

Post by kash2k »

I am so sorry about it... It was a xchannel.tcl problem.. Can you help me with this.. Gseen is working absolutely fine
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Well, we'll need the regexp you've put in the badwords file to start with..
NML_375
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

kash2k wrote:I am so sorry about it... It was a xchannel.tcl problem.. Can you help me with this.. Gseen is working absolutely fine
Post to xchannel support forum please.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked