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)")
Using d4rk's XBMCClient Python class:
xbmc = XBMCClient("Test")
xbmc.connect()
xbmc.send_action("ActivateWindow(ShutdownMenu)")