Skin problems after 2 Aug
#1
There seem to be loads of problems with the build from 3 Aug that weren't there the day before, some have since been fixed but there are still some that persist. Here's a few that have affected my skins; feel free to add any more you come across.


XeeBo

View list options stay hidden to the right of the screen - the list and options usually slide left.

AM/PM image not displaying.


Alaska Revisited

AM/PM label not displaying.

Now Playing Music and Video overlays not opening.
Reply
#2
I don't know if this could be related - see https://github.com/xbmc/xbmc/commit/8cc0...2#comments

In any case - could You point me to files(.xmls) and lines in any of your skin so I could know where to start searching?
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#3
Problem with focus after selecting an item in videolibrary from favorites. Reproduce on confluence:
- Add a video addon to your favorites.
- Go to home menu and open favorites
- Select video addon.
- Focus stays on hidden button 9999 (for enable/disable tvtunes) and so you can't move. I think every skin that has support for tvtunes or any other script running in myvideonav.xml affects this.
Reply
#4
Big_Noid Wrote:Problem with focus after selecting an item in videolibrary from favorites. Reproduce on confluence:
- Add a video addon to your favorites.
- Go to home menu and open favorites
- Select video addon.
- Focus stays on hidden button 9999 (for enable/disable tvtunes) and so you can't move. I think every skin that has support for tvtunes or any other script running in myvideonav.xml affects this.

Indeed I think the issue here is its trying to run 2 scripts as once on window open and crapping out on the set focus because it only seems to happen from favourites shortcuts in home (icons under main menu) seem fine
Reply
#5
Yeah in the log it also first inits myvideonav.xml and sets focus before the deinit of the favorites screen, every other window or dialog I can find in the log deinits first before the init of the next window.

Code:
13:02:20 T:740   DEBUG: CApplication::ExecuteXBMCAction : Translating SetFocus(50)
13:02:20 T:740   DEBUG: CApplication::ExecuteXBMCAction : To SetFocus(50)
13:02:20 T:740   DEBUG: waiting for python thread 1 to stop
13:02:20 T:740   DEBUG: python thread 1 destructed
13:02:20 T:740   DEBUG: ------ Window Deinit (DialogFavourites.xml) ------
Reply
#6
Re: AM/PM images/labels

It seems that system.time no longer returns am/pm.

EDIT: Sorry, edited the wrong file.

It does return am/pm so this is probably related to the substring problem reported elsewhere.
Reply
#7
pieh Wrote:I don't know if this could be related - see https://github.com/xbmc/xbmc/commit/8cc0...2#comments

In any case - could You point me to files(.xmls) and lines in any of your skin so I could know where to start searching?

judging by the number of posts in this forum lately,
i thinks it's safe to assume
Code:
substring(foo,bar,right)
is completely broken at the moment.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#8
BigNoid, Jezz_X:
This should fix this: https://github.com/xbmc/xbmc/commit/1408...2e997e3c80

As for that deinit log - this behaviour is essentially correct and desired: closing dialog doesn't block anything (in comparison to window closing where everything is blocked - we can't move even mouse)

let's see what can we do with Hitcher reports

ronie Wrote:judging by the number of posts in this forum lately,
i thinks it's safe to assume
Code:
substring(foo,bar,right)
is completely broken at the moment.
yes it's broken and I know where (it only work if supplied with 2 params - if supplied with 3 it doesn't even execute) - just need to find clean solution for this
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#9
I've fixed XeeBo's option menu problem by changing all ControlGroup().IsVisible conditions to ControlGroup().HasFocus.
Reply
#10
pieh Wrote:BigNoid, Jezz_X:
This should fix this: https://github.com/xbmc/xbmc/commit/1408...2e997e3c80

Confirmed. Thx.
Reply
#11
substring (https://github.com/xbmc/xbmc/commit/fecb...7ffc9588ab) and video/music overlays (https://github.com/xbmc/xbmc/commit/477b...c9d32cafd0) should be fixed

thanks for reports!
Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
Reply
#12
Confirmed all working again.

Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Skin problems after 2 Aug0