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.

MCE remote no longer working after update from 0.3.5c

If you have a question or need help, this is the place to be.
Post Reply
JustSomeUser
Posts: 2
Joined: Fri Jul 03, 2009 2:26 pm

MCE remote no longer working after update from 0.3.5c

Post by JustSomeUser »

I'm running WinXP64 SP2 and have just updated EventGhost from 0.3.5c to 0.3.7r1076
and now my MS MCE V2 remote (RC6) is no longer working,
I use this replacement driver because I could not find any other driver for xp64.

How do I get it working again?
JustSomeUser
Posts: 2
Joined: Fri Jul 03, 2009 2:26 pm

Re: MCE remote no longer working after update from 0.3.5c

Post by JustSomeUser »

Now I have solved the problem on my own :D

I just modified the MceRemote plugin from EventGhost 0.3.5c and now
it's working again with the replacement driver on my XP64 :)

Also I add the files here if anyone is interested.


EDIT:
Just found out that if you comment the following line out in "plugins\MceRemote\__init__.py"
it's working so forget the above :lol:

Code: Select all

    def __start__(self, waitTime=0.15, disableHid=True):
        #self.CheckHidState(disableHid)
        self.msgThread = MceMessageReceiver(self, waitTime)
        self.msgThread.Start(10.0)
Attachments
EventGhost_MceRemote_replacement_driver_for_xp64.7z
EventGhost_MceRemote_replacement_driver_for_xp64.7z
(56.29 KiB) Downloaded 59 times
Post Reply