EG total hang when editing certain items - 0.4.1.r1568
Posted: Thu Jun 21, 2012 11:08 pm
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:
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).
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>I have also found this lockup occurs when editing the "Jump to" item (and maybe others).