Kodi Community Forum

Full Version: Issue with Disappearing Textures in Skin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am currently working on a skin and have run into an issue with textures disappearing after exiting the Settings - Appearance section of Kodi. Currently this is the only way I have found to make the issue appear, the rest of the skin/interface seems to navigate and retain textures correctly.

Here is what I know so far:
  • Not all of the textures disappear, only a subset
  • A skin refresh brings all textures back until exiting Settings - Appearance again
  • Once the images are texture packed, everything works correctly
  • All images are larger than 4x4
  • The issue appears on both Helix and Isengard versions of Kodi

If anyone feels like testing, the skin can currently be found here: https://github.com/bumpaneer/skin.unity
A texture packed version of the textures can be found here: https://github.com/bumpaneer/kodi.repo.b...xtures.xbt

Finally, a link to my debug log can be found here: http://pastebin.com/GS5ZrSKX

If there is any other info I can provide, please let me know.

Edit: A sample of some missing texture screenshots can be found here: 2011841 (post)
one problem is that you did not keep case-sensitivity in mind.
this will cause issues when people with a case-sensitive system (linux) try your skin from git.

this won't be a problem once the images are packed in a Textures file (as those will be treated case-insensitive).


not sure if this explains the problems you're experiencing, but it is at least an issue that you might want to address.
Thanks! That seems to have been the issue, even on a Windows box where the file names are case-insensitive. I appreciate you taking the time to look into my mistake.