Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Error loading MCE Remote Plugin after Reboot
Error loading MCE Remote Plugin after Reboot
Every time i reboot my com the same error will occurs. Anyone knows the problem? Thanks
Re: Error loading MCE Remote Plugin after Reboot
Hi,
The line 282 should be modified in the plugin, located in the file "plugins\MceRemote\__init__.py" of the EventGhost installation directory.
Actual contens of this line:
Can be modified to:
Regards
Prinz
could you try to increase the timeout of the plugin?qrsy2k wrote:Every time i reboot my com the same error will occurs. Anyone knows the problem? Thanks
The line 282 should be modified in the plugin, located in the file "plugins\MceRemote\__init__.py" of the EventGhost installation directory.
Actual contens of this line:
Code: Select all
self.msgThread.Start()Code: Select all
self.msgThread.Start(10.0)Prinz
Mein HTPC:
Mainboard: Gigabyte GA-G33M-DS2R
CPU: Intel E5200
OS: WinXP SP3
Graphic card: NVIDIA GeForce 210 512MB
TV-Cards: 2 * Digital Everywhere FloppyDTV-C, Terratec Cinergy 1200 DVB-C
HTPC software: DVB Viewer / EventGhost
Mainboard: Gigabyte GA-G33M-DS2R
CPU: Intel E5200
OS: WinXP SP3
Graphic card: NVIDIA GeForce 210 512MB
TV-Cards: 2 * Digital Everywhere FloppyDTV-C, Terratec Cinergy 1200 DVB-C
HTPC software: DVB Viewer / EventGhost
Re: Error loading MCE Remote Plugin after Reboot
hi thank you very much, it works.