lzoubek / xbmc-plugin-mpdc

XBMC plugin for remote control of multiple MPD servers
GNU General Public License v3.0
20 stars 13 forks source link

Kodi v17 "Krypton" default skin "Estuary" not supported #33

Open viovoid opened 7 years ago

viovoid commented 7 years ago

On Raspberry Pi 3, in freshly updated Kodi 17 distributed through RetroPie 4.2, add-on version 2.0.8.

Attempting to launch the add-on in the Estuary theme fails. The following is logged:

15:04:38.127 T:1371534256 WARNING: CSkinInfo: failed to load skin settings
15:04:38.128 T:1371534256   ERROR: EXCEPTION: XML File for Window is missing
15:04:38.130 T:1371534256   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: XML File for Window is missing
                                            Traceback (most recent call last):
                                              File "/home/pi/.kodi/addons/script.mpdc/default.py", line 139, in <module>
                                                ui = gui.GUI( 'mpd-client-main.xml',__addon__.getAddonInfo('path'), skin,'0')
                                            RuntimeError: XML File for Window is missing
                                            -->End of Python script error report<--

Simply changing occurances of "Confluence" to "Estuary" doesn't affect it.

azrdev commented 7 years ago

I cannot confirm this error, on raspberry pi 3 with LibreElec 8 (kodi 17), addon version (from the plugin repo) 2.0.8

viovoid commented 7 years ago

Interesting. I seem to be having this issue with other non-Confluence skins too.

I updated the OP with my environment.