Page 1 of 1

OverflowError with FindWindow on Win7 64bit

Posted: Wed Sep 12, 2012 1:47 am
by jonib
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:

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 int
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

Re: OverflowError with FindWindow on Win7 64bit

Posted: Wed Sep 12, 2012 11:15 am
by Pako
From me you can expect no help in this case.
I have avaible no computer with that operating system.

Pako

Re: OverflowError with FindWindow on Win7 64bit

Posted: Wed Sep 12, 2012 3:35 pm
by jonib
Pako wrote:From me you can expect no help in this case.
I have avaible no computer with that operating system.
No problem, I'll look into it but I'm not sure I can make a proper fix. 64bit is still very new to me and I haven't looked in EventGhost internals too much.
If I'm lucky it's a simple fix :lol:

jonib