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
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.
New release 0.4.1.r1568 is out !
-
scottbakertemp
- Posts: 17
- Joined: Sun Nov 28, 2010 7:21 pm
Re: New release 0.4.1.r1568 is out !
Are there release notes anywhere?
thanks for all the hard work,
-Scott
thanks for all the hard work,
-Scott
- 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 !
Unfortunately, no.scottbakertemp wrote:Are there release notes anywhere?
The only option is to browse the SVN repository and read comments.
Pako
Re: New release 0.4.1.r1568 is out !
Thanks for this! 
BTW, while looking in WinUsb.py earlier, I noticed GetDevicePathes & ListDevices may be missing a call to SetupDiDestroyDeviceInfoList at the end.
BTW, while looking in WinUsb.py earlier, I noticed GetDevicePathes & ListDevices may be missing a call to SetupDiDestroyDeviceInfoList at the end.
Re: New release 0.4.1.r1568 is out !
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.
If I revert back to the old code, it works again.
Re: New release 0.4.1.r1568 is out !
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.
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
Re: New release 0.4.1.r1568 is out !
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...
It goes into not responding mode or i can say program hangs
kindly resolve the bug @pako thank you for your work...
Re: New release 0.4.1.r1568 is out !
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:
Change it to a single line:
Python is sensitive about indentiation, so be careful and don't add or remove extra spaces or tabs.
After editing, restart EventGhost.
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
Code: Select all
oldArgs = newArgs = ActionThreadFunc(item.GetArguments)()
After editing, restart EventGhost.
Re: New release 0.4.1.r1568 is out !
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!
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!
Re: New release 0.4.1.r1568 is out !
It was conflicting with the old XBMC plugin, see commit here.abraxxa wrote:Why has the Guid of the XMBC2 plugin changed from 2DD98E35-F060-4444-9F11-168CD8131A6B to 8C8B850C-773F-4583-AAD9-A568262B7933?
jonib
