Discussion:
[Sguil-devel] CGET errors with client
Jeremy Hoel
2011-06-07 15:52:10 UTC
Permalink
Running sguil-0.8.0 client under Win7x32 with ActiveTCL 8.4.19.5
(Windows itself is in a VBox session)

This is my first client install, so I can't say if it worked in .7 or
not, but when I use the mouse window in the 'System MSGS' tab window
or when scrolling through the rule in "show rule" I get CGET type
errors:


bad option "cget": must be children, code, current, delete, eval,
exists, export, forget, import, inscope, origin, parent, qualifiers,
tail, or which

bad option "cget": must be children, code, current, delete, eval,
exists, export, forget, import, inscope, origin, parent, qualifiers,
tail, or which

while executing

"$scroller cget -command"

(procedure "WheelEvent" line 26)

invoked from within

"WheelEvent 1353 681 -120 "

(command bound to event)
William Scheidegger
2012-07-17 23:42:36 UTC
Permalink
@Jeremy: Did you ever figure this out? I am having the same issue running
sguil-0.8.0 client under WinXPx32 with
ActiveTcl8.4.19.6.295590-win32-ix86-threaded.exe installed. Everything else
seems to work just fine except the Wheel Event binding.
Jeremy Hoel
2012-07-18 00:07:27 UTC
Permalink
No, I didn't. And really, as time has moved on and we moved to
Win7x64 it seems that sguil has become un-usable. We've moved all our
client analyst workstations to linux to solve that problem.



On Tue, Jul 17, 2012 at 7:42 PM, William Scheidegger
Post by William Scheidegger
@Jeremy: Did you ever figure this out? I am having the same issue running
sguil-0.8.0 client under WinXPx32 with
ActiveTcl8.4.19.6.295590-win32-ix86-threaded.exe installed. Everything else
seems to work just fine except the Wheel Event binding.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Sguil-devel mailing list
https://lists.sourceforge.net/lists/listinfo/sguil-devel
Lionel Plaza
2012-07-30 14:05:59 UTC
Permalink
Gents,

I've ran into the same problem with SGUIL-0.8.0 and found the solution that
worked for me.

Edit your SGUIL.TK file and comment out the following section.

# Do mouse wheel magic on winders
#if { $tcl_platform(platform) == "windows" } {
# bind all <MouseWheel> { WheelEvent %X %Y %D }
#}

save and reload your client interface.

Cheers!

Loading...