Horizontal orientation crash
#1
I've been using XBMC for a while, and idly sketched a skin design up.
I formalised it in Photoshop and started work on it.
I'll post some mockups when I have something worthwhile to show.

Anyway, the base I'm using is the Empty skin and when I add <orientation>horizontal</orientation> to a wraplist control, XBMC crashes.
No idea why, it works fine in other skins, I've tried deleting my profile but it still happens.

My complete home.xml is here minus the offending tag

Wondering if anybody could shed any light on what I'm doing wrong.
Reply
#2
you didn't specify a width for the itemlayout and focusedlayout. ;-)
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
#3
ronie Wrote:you didn't specify a width for the itemlayout and focusedlayout. ;-)

That works perfectly, thanks Laugh
Reply
#4
It shouldn't crash in either case, though ofcourse something silly will happen. Will look into it.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#5
On build 28202:

Deleting both <width>'s from item and focus layouts: No crash but focus item was blank. Same result in both horizontal layout and vertical layout...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#6
Thanks - looks like something I've already fixed in that case?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#7
Nevermind, Ronie I assume meant this width:

<itemlayout width="300" height="61">

Yes, with that gone it causes a crash. I thought he was talking about this <width>:

Quote:<itemlayout width="300" height="61">
<control type="label">
<width>330</width>
<height>71</height>
<posx>150</posx>
<posy>91</posy>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#8
mcborzu Wrote:Nevermind, Ronie I assume meant this width:

<itemlayout width="300" height="61">

true.

on my end (r24498) things don't crash, but xbmc 'hangs' at the splashscreen when using the code posted by breadcat.
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
#9
Cheers - it will no longer infinite loop in r29506.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Horizontal orientation crash0