Page 1 of 1

EG total hang when editing certain items - 0.4.1.r1568

Posted: Thu Jun 21, 2012 11:08 pm
by bengalih
I have tested this on 3 machines (2x Win 64-bit and 1x Win 2003 Server). When trying to re-configure an item of the type Disable/Enable item, the entire EG console freezes up and needs to be forcibly terminated. This does not happen on initial creation/configuration of the item, but only when trying to modify it.

This does not occur on EventGhost 0.4.1.r1544 only .r1568 across all systems tested.

A quick example to test:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1568" Guid="{782E8FEB-A9FD-4672-829D-F3BB442D8584}" Time="1340318796.07">
    <Autostart Name="Autostart" />
    <Macro Name="test" id="3" Expanded="True">
        <Action>
            EventGhost.DisableItem(XmlIdLink(3))
        </Action>
    </Macro>
</EventGhost>
This will generate the lockup when trying to edit the DisableItem item.

I have also found this lockup occurs when editing the "Jump to" item (and maybe others).

Re: EG total hang when editing certain items - 0.4.1.r1568

Posted: Sun Jul 01, 2012 3:18 pm
by Pako
=> 0.4.1.r1572

Re: EG total hang when editing certain items - 0.4.1.r1568

Posted: Mon Jul 02, 2012 9:52 pm
by scissors
Pako wrote:=> 0.4.1.r1572
Thanks! :D

In the new version, I noticed the PS3 plugin was updated to 4.0.0. There is a newer one in the PS3 thread. Could you maybe check and merge the changes if it looks OK?

http://www.eventghost.org/forum/viewtop ... &start=165

I think the difference are: Supports buttons of the new Sony remote, support Blu-Link remote, and power saver (not sure if this works).

Re: EG total hang when editing certain items - 0.4.1.r1568

Posted: Tue Jul 03, 2012 11:53 am
by Pako
scissors wrote:In the new version, I noticed the PS3 plugin was updated to 4.0.0. There is a newer one in the PS3 thread. Could you maybe check and merge the changes if it looks OK?
I recently became the owner of the PS3 remote control (model CECHZR1E).
I tried different versions of the plugin PS3.
Versions newer than 4.0.0 have a bug, unfortunately. It does not work with my remote control.

Pako

Re: EG total hang when editing certain items - 0.4.1.r1568

Posted: Wed Jul 04, 2012 2:53 pm
by scissors
Pako wrote:I recently became the owner of the PS3 remote control (model CECHZR1E).
I tried different versions of the plugin PS3.
Versions newer than 4.0.0 have a bug, unfortunately. It does not work with my remote control.

Pako
I wonder if it's because of the power saving code? The rest of the difference between 4.0.0 and 4.0.4 look simple enough that it probably shouldn't cause problem.

Could you give this a try? I removed the power saving code and just left the new buttons and vid check code. I don't think the power saver was working anyway.

Re: EG total hang when editing certain items - 0.4.1.r1568

Posted: Wed Jul 04, 2012 4:21 pm
by Pako
It seems that it works normally.
I can incorporate this version of PS3 plugin into the next build.

Pako

Re: EG total hang when editing certain items - 0.4.1.r1568

Posted: Wed Jul 04, 2012 5:38 pm
by scissors
Great! Thanks!