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.

New release 0.4.1.r1568 is out !

Keep up to date with EG related information here.
Post Reply
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

New release 0.4.1.r1568 is out !

Post by Pako »

I hope that to the new version I included everything I promised.
If I forgot something, I apologize.
In this case, do not hesitate to tell me.
I'll fix that and soon will release a new version.

Pako
scottbakertemp
Posts: 17
Joined: Sun Nov 28, 2010 7:21 pm

Re: New release 0.4.1.r1568 is out !

Post by scottbakertemp »

Are there release notes anywhere?

thanks for all the hard work,
-Scott
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: New release 0.4.1.r1568 is out !

Post by Pako »

scottbakertemp wrote:Are there release notes anywhere?
Unfortunately, no.
The only option is to browse the SVN repository and read comments.

Pako
scissors
Posts: 21
Joined: Mon Oct 17, 2011 1:41 pm

Re: New release 0.4.1.r1568 is out !

Post by scissors »

Thanks for this! :)

BTW, while looking in WinUsb.py earlier, I noticed GetDevicePathes & ListDevices may be missing a call to SetupDiDestroyDeviceInfoList at the end.
scissors
Posts: 21
Joined: Mon Oct 17, 2011 1:41 pm

Re: New release 0.4.1.r1568 is out !

Post by scissors »

The change in UndoHandler/Configure.py seems to be causing a hang in EventGhost when I edit any Jump (Jump If Long, Jump if Double or plain Jump) action. Adding a new Jump is OK, but if I right-click Configure, I get an immediate hang.

If I revert back to the old code, it works again.
vuego
Experienced User
Posts: 69
Joined: Wed Jan 17, 2007 9:22 pm
Location: Sweden

Re: New release 0.4.1.r1568 is out !

Post by vuego »

Hey, I got the same issue as scissors. As soon as I double click a Jump macro, EventGhost enters a Not responding state :(

Attached an example if needed. Just double click the Jump macro and EventGhost hangs.

EventGhost 0.4.1.r1544 does not have this problem.
Attachments
jumptest.xml
(605 Bytes) Downloaded 463 times
altainta
Posts: 29
Joined: Sun Nov 28, 2010 5:58 am

Re: New release 0.4.1.r1568 is out !

Post by altainta »

Yes i agree too
It goes into not responding mode or i can say program hangs
kindly resolve the bug @pako thank you for your work...
scissors
Posts: 21
Joined: Mon Oct 17, 2011 1:41 pm

Re: New release 0.4.1.r1568 is out !

Post by scissors »

If anyone wants a temporary work-around for the jump hang bug, reverting back to the old code worked for me...

Edit EventGhost\eg\Classes\UndoHandler\Configure.py with a text editor and look for:

Code: Select all

        #oldArgs = newArgs = ActionThreadFunc(item.GetArguments)()
        newArgs = ActionThreadFunc(item.GetArguments)() # bugfix: http://www.eventghost.net/forum/viewtopic.php?f=4&t=3676
        oldArgs = cpy(newArgs)                          # bugfix
Change it to a single line:

Code: Select all

        oldArgs = newArgs = ActionThreadFunc(item.GetArguments)()
Python is sensitive about indentiation, so be careful and don't add or remove extra spaces or tabs.

After editing, restart EventGhost.
abraxxa
Experienced User
Posts: 81
Joined: Wed Dec 22, 2010 9:10 pm

Re: New release 0.4.1.r1568 is out !

Post by abraxxa »

Why has the Guid of the XMBC2 plugin changed from 2DD98E35-F060-4444-9F11-168CD8131A6B to 8C8B850C-773F-4583-AAD9-A568262B7933?

Also the current version 0.06 of my Onkyo ICP plugin isn't included but the older 0.04. Please include the current version from git in the next release, thanks!
jonib
Plugin Developer
Posts: 1328
Joined: Thu Mar 26, 2009 9:33 pm
Location: Sweden

Re: New release 0.4.1.r1568 is out !

Post by jonib »

abraxxa wrote:Why has the Guid of the XMBC2 plugin changed from 2DD98E35-F060-4444-9F11-168CD8131A6B to 8C8B850C-773F-4583-AAD9-A568262B7933?
It was conflicting with the old XBMC plugin, see commit here.

jonib
XBMC2 plugin to control XBMC. If you want to flatter me Image
Post Reply