Hi Guys,
I get the below error on start up, it's a brand new Win 7 64bit enterprise install on a VM with a freshly downloaded verison of EventGhost, any ideas why this is happening?:
Unhandled exception in WorkerThread <EventThread>:
Callers stack:
File "wx\_core.pyc", line 8010, in MainLoop
File "wx\_core.pyc", line 7306, in MainLoop
File "wx\_core.pyc", line 14660, in <lambda>
Traceback (most recent call last) (1544):
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 326, in __DoOneEvent
self.HandleAction(action)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 289, in HandleAction
action()
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\EventThread.py", line 142, in StartSession
actionThread.Func(actionThread.StartSession, 120)(filename)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
self.returnValue = self.func(*self.args, **self.kwargs)
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionThread.py", line 43, in StartSession
set(eg.WinUsb.ListDevices().iterkeys())
File "C:\Program Files (x86)\EventGhost\eg\Classes\WinUsb.py", line 618, in ListDevices
raise WinError(err)
WindowsError: [Error 6] The handle is invalid.
