ActivateWindow(ShutdownMenu) via Event Server crashes XBMC
#1
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:

PHP Code:
xbmc XBMCClient("Test")
    
xbmc.connect()
    
xbmc.send_action("ActivateWindow(ShutdownMenu)"
Reply
#2
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?
Reply
#3
This is a bug. Thanks for reporting it. Could you please trac it if you don't mind. It will be fixed ASAP.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Please read and follow the forum rules.
For troubleshooting and bug reporting, please make sure you read this first.


Image
Reply
#4
d4rk Wrote:This is a bug. Thanks for reporting it. Could you please trac it if you don't mind. It will be fixed ASAP.

Done. Thank you.

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

Logout Mark Read Team Forum Stats Members Help
ActivateWindow(ShutdownMenu) via Event Server crashes XBMC0