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.

Error loading MCE Remote Plugin after Reboot

If you have a question or need help, this is the place to be.
Post Reply
qrsy2k
Posts: 5
Joined: Sat Apr 11, 2009 11:47 am

Error loading MCE Remote Plugin after Reboot

Post by qrsy2k »

Every time i reboot my com the same error will occurs. Anyone knows the problem? Thanks
Attachments
Error.jpg
Prinz
Plugin Developer
Posts: 194
Joined: Mon Apr 07, 2008 4:58 am

Re: Error loading MCE Remote Plugin after Reboot

Post by Prinz »

Hi,
qrsy2k wrote:Every time i reboot my com the same error will occurs. Anyone knows the problem? Thanks
could you try to increase the timeout of the plugin?

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()
Can be modified to:

Code: Select all

            self.msgThread.Start(10.0)
Regards
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
qrsy2k
Posts: 5
Joined: Sat Apr 11, 2009 11:47 am

Re: Error loading MCE Remote Plugin after Reboot

Post by qrsy2k »

hi thank you very much, it works.
Post Reply