Kodi Community Forum

Full Version: Add-on Tumbs, weather icons and more missing when compiled from git
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Guys,

I first noticed this problem when trying to build the dual audio output version of XBMC 13.1 from this thread: http://forum.xbmc.org/showthread.php?tid=192480 however the problem persists even if i use the mainline version of XBMC or any version from git.

When compiling/installing XBMC from the git i am missing most of the thumbnails which should be displayed in the skin (default confluence) for instance my add-ons thumbnails do not show on my home screen or in Add-ons/get more/(view: Info or Info 2), weather icons do not show up in the forecast screens, the artist slideshow add-on does not show art anymore, etc...

I already tried deleting the textures13.db with no success, It only removed the few Add-on Icons I did still have left in the old database...

I have also tried removing everything including:
$ rm -rf ~/.xbmc
and re-cloning the git and re-building fresh from source, the result is the same.

I get this error message in the log:

20:33:57 T:140218032035776 DEBUG: LoadFromFileInternal - Load of /home/dai/.xbmc/temp/weather/30.png failed.
20:33:57 T:140218032035776 ERROR: Texture manager unable to load image from memory
20:33:57 T:140218032035776 ERROR: Previous line repeats 1 times.
20:33:57 T:140218032035776 DEBUG: LoadFromFileInternal - Load of /home/dai/.xbmc/temp/weather/29.png failed.
20:33:57 T:140218032035776 ERROR: Texture manager unable to load image from memory
20:33:57 T:140218032035776 ERROR: Previous line repeats 1 times.

I double checked the folder and the .png's are in the folder where they should be, but XBMC will not load them.

After removing everything again and re-installing the normal version of XBMC from Synaptic package manager my icons and such function normally, however this does not solve my problem as I require the dual audio functionality (which works great!) and I have pass-through issues when trying to use simultaneous audio outputs through pulseaudio.


XBMC (14.0-ALPHA1 Git:20140618-4c59f0f).
Skin: Confluence
Platform: Linux x86 64-bit
XBMC compiled Jun 18 2014 by GCC 4.8.2 for Linux x86 64-bit version 3.13.11
Running on Ubuntu 14.04 LTS, kernel: Linux x86 64-bit version 3.13.0-29-generic
Full debug log is available here: http://hastebin.com/aqeyuvogev.apache

Any ideas?

Thanks,

D