- Code: Select all
---> Welcome to EventGhost <---
Error starting plugin: X10 Remote
No X10 receiver found!
Main.OnInit
Main.OnInitAfterBoot
System.DeviceRemoved ['\\\\?\\HID#Vid_2233&Pid_6323#8&22e16080&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}']
System.DeviceAttached ['\\\\?\\HID#Vid_2233&Pid_6323#8&22e16080&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}']
Mouse.XButton1
Mouse.XButton2
If I exit EventGhost and open it again, it works - I get only this:
- Code: Select all
Main.OnInit
I followed the directions listed here:
viewtopic.php?t=378
Including:
"C:\WINDOWS\system32\cmd.exe /c start "EventGhost" /HIGH "C:\Program Files\EventGhost\EventGhost.exe""
and
After the first run, you will find an option "defaultThreadStartTimeout" in the config.py file (inside EG's application data folder). Try to increase this value (defaults to 5 seconds) till you get no more timeout errors. It will not influence the "WAIT_TIMEOUT for HookThread" error. This one needs some more work.
But neither worked.
