Kodi Community Forum

Full Version: Horizontal orientation crash
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
you didn't specify a width for the itemlayout and focusedlayout. ;-)
ronie Wrote:you didn't specify a width for the itemlayout and focusedlayout. ;-)

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

Cheers,
Jonathan
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...
Thanks - looks like something I've already fixed in that case?
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>
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.
Cheers - it will no longer infinite loop in r29506.