PDA

View Full Version : ActivateWindow(ShutdownMenu) via Event Server crashes XBMC


kirs
2008-10-01, 14:23
Working on a remote event client and have noticed that ActivateWindow(ShutdownMenu) crashes XBMC hard (tested on both Window and OS X). All other ActivateWindow actions work as expected.

Using d4rk's XBMCClient Python class:


xbmc = XBMCClient("Test")
xbmc.connect()
xbmc.send_action("ActivateWindow(ShutdownMenu)")

kirs
2008-10-01, 22:50
I'm seeing that a few other actions seem to crash XBMC:

XBMC.PlayerControl(PartyMode)
XBMC.PlayerControl(Random)
XBMC.PlayerControl(Repeat)
XBMC.TakeScreenshot
XBMC.ActivateWindow(Favourites)

Am I doing anything wrong or is it just a bug?

d4rk
2008-10-02, 01:03
This is a bug. Thanks for reporting it. Could you please trac (http://xbmc.org/trac) it if you don't mind. It will be fixed ASAP.

kirs
2008-10-02, 01:44
This is a bug. Thanks for reporting it. Could you please trac (http://xbmc.org/trac) it if you don't mind. It will be fixed ASAP.

Done. Thank you.

http://xbmc.org/trac/ticket/5045