DialogOK.xml not loading
#1
Getting this error in my logs:

Code:
21:28:47 T:3024445440   DEBUG: ------ Window Init (DialogOK.xml) ------
21:28:47 T:3024445440    INFO: Loading skin file: DialogOK.xml, load type: KEEP_IN_MEMORY
21:28:47 T:3024445440   ERROR: unable to load:/home/osmc/.kodi/addons/skin.blackglassnova/1080i/DialogOK.xml, Line 0
                                            Failed to open file

The dialog is called from within another addon.

Known issue?
Reply
#2
Which addon?

Tgx
Reply
#3
New unreleased Linux specific one.

We suspect case sensitivity error.

File needs to be called DialogOK.xml on Linux.
Reply
#4
The dialog has always worked ok. Cannot see any problem in the code.

Tgx
Reply
#5
The file is called "DialogOk.xml" needs to be "DialogOK.xml".
Reply
#6
Amber had an issue like this as well I think.
Reply
#7
If you are working on Mac or Windows it wont present.

Linux only I think.
Reply
#8
The skin is working ok on OpenElec, so the issue is not in the skin, but the addon.
Reply
#9
Maybe you can help debug this code then?

Code:
ok = xbmcgui.Dialog().ok(lang(32013), lang(32023))
Reply
#10
Changing DialogOk.xml to DialogOK.xml solves the issue.

What is the addon supposed to do?

Check for the existence of the correctly named file, and call the other one directly when it cant be found?
Reply
#11
Needs to be DialogOK.xml.

See here for full list -

http://kodi.wiki/view/Window_IDs
Reply
#12
I'll rename the file. No problem.
It only feels strange nobody complained before for such an important dialog, after months from the release...

Thanks

Tgx
Reply
#13
If it makes you feel better no-one reported it in Conq.
Reply
#14
I think it might be idiosyncratic, so only some calls are affected, and they might not be ok dialogs that people are expecting (so they dont miss them).
Reply
#15
Still weird
Looks like one code path is case sensitive and other are not
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
DialogOK.xml not loading0