setStaticContent( ) exits xbmc
#1
Bug 
I am starting following script on load of my custom window to fill my list control.
PHP Code:
    myWindow xbmcgui.Window(19438# id of my custom window
    
myListControlmyWindow.getControl(100610)

    
staticItems = [ ]

    
item xbmcgui.ListItem('Item1')
    
item.setPath('Notification(header,item1 clicked)')
    
staticItems.append(item)

    
myListControl.setStaticContent(staticItems
when the script executes xbmc exits with message on shell:
[1]+ Segmentation fault (core dumped) ./xbmc.bin

It seems, setStaticContent( ) has bug, should I open a ticket?
Reply
#2
If this is with latest XBMC nightly/monthly build yes.
Also put "jfcarrol" as CC
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply

Logout Mark Read Team Forum Stats Members Help
setStaticContent( ) exits xbmc0