Kodi Community Forum

Full Version: setStaticContent( ) exits xbmc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
If this is with latest XBMC nightly/monthly build yes.
Also put "jfcarrol" as CC