I have noticed in the latest nightly for windows 64 (KodiSetup-20180129-b33ba4d2-master-x64.exe) that views that contain any animation with rotate inside the main container (fixedlist, panel, wraplist, etc...) make Kodi crash as soon as you try to select that view, for instance...
<control type="fixedlist" id="51">
<viewtype label="31822">list</viewtype>
[...]
<animation effect="rotatey" center="auto" start="7" end="7" time="0" condition="true">Conditional</animation>
[...]
</control>
...makes Kodi crash; but if I remove the animation there's no problem at all...
That didn't happen with previous nightlies, for instance the one of the day 25 worked flawlessly...
<control type="fixedlist" id="51">
<viewtype label="31822">list</viewtype>
[...]
<animation effect="rotatey" center="auto" start="7" end="7" time="0" condition="true">Conditional</animation>
[...]
</control>
...makes Kodi crash; but if I remove the animation there's no problem at all...
That didn't happen with previous nightlies, for instance the one of the day 25 worked flawlessly...