OverflowError with FindWindow on Win7 64bit
Posted: Wed Sep 12, 2012 1:47 am
Hi
While working on some macros to get the Big Picture mode of the new Steam beta on my TV, I'm getting this error:
I start the rundll32.exe with options shell32.dll,Control_RunDLL mmsys.cpl.
Then when I try to find the window, I get this error, it didn't happen the first time or all the time just sometime.
jonib
While working on some macros to get the Big Picture mode of the new Steam beta on my TV, I'm getting this error:
Code: Select all
Find Window: rundll32.exe
Error in Action: "Find Window: rundll32.exe"
Traceback (most recent call last) (1572):
File "C:\Program Files (x86)\Util\EventGhost\plugins\Window\FindWindow.py", line 148, in Do
hwnds = matcher()
File "C:\Program Files (x86)\Util\EventGhost\eg\Classes\WindowMatcher.py", line 199, in FindWait
hwnds = self.Enumerate()
File "C:\Program Files (x86)\Util\EventGhost\eg\Classes\WindowMatcher.py", line 188, in FindMatch
hwnds = self.Find()
File "C:\Program Files (x86)\Util\EventGhost\eg\Classes\WindowMatcher.py", line 180, in Find
childClassMatch(GetClassName(childHwnd)) and
OverflowError: long int too large to convert to intThen when I try to find the window, I get this error, it didn't happen the first time or all the time just sometime.
jonib