(2014-10-01, 16:07)steve1977 Wrote: Any idea about my Conq skin issue?
Look in your xbmc.log for errors. I just installed Conq and see the following errors:
Code:
16:20:27 64882.558594 T:3058716672 ERROR: COMXImageFile::ReadFile special://skin/extras/backgrounds/blue.jpg not found
16:20:27 64882.558594 T:3058716672 NOTICE: LoadJpeg: unable to load special://skin/extras/backgrounds/blue.jpg
16:20:29 64884.359375 T:3058716672 ERROR: COMXImageFile::ReadFile special://skin/extras/backgrounds/blue.jpg not found
16:20:29 64884.359375 T:3058716672 NOTICE: LoadJpeg: unable to load special://skin/extras/backgrounds/blue.jpg
I'm guessing special://skin is a shortcut for the /storage/.xbmc/addons/skin.conq folder, and looking inside the extras/backgrounds folder reveals the following:
Code:
rpi512:~ # ls -la /storage/.xbmc/addons/skin.conq/extras/backgrounds/
total 7168
drwxr-xr-x 2 root root 4096 Oct 1 16:14 .
drwxr-xr-x 3 root root 4096 Oct 1 16:14 ..
-rw-r--r-- 1 root root 879259 Oct 1 16:14 Aquamarine.jpg
-rw-r--r-- 1 root root 177197 Oct 1 16:14 Blue.jpg
-rw-r--r-- 1 root root 889250 Oct 1 16:14 DodgerBlue.jpg
-rw-r--r-- 1 root root 174367 Oct 1 16:14 Green.jpg
-rw-r--r-- 1 root root 799154 Oct 1 16:14 HotPink.jpg
-rw-r--r-- 1 root root 798208 Oct 1 16:14 Olive.jpg
-rw-r--r-- 1 root root 167662 Oct 1 16:14 Purple.jpg
-rw-r--r-- 1 root root 186444 Oct 1 16:14 Red.jpg
-rw-r--r-- 1 root root 793238 Oct 1 16:14 SaddleBrown.jpg
-rw-r--r-- 1 root root 811731 Oct 1 16:14 SkyBlue.jpg
-rw-r--r-- 1 root root 788865 Oct 1 16:14 Tangerine.jpg
-rw-r--r-- 1 root root 793418 Oct 1 16:14 Violet.jpg
-rw-r--r-- 1 root root 47970 Oct 1 16:14 debuggrid1080.png
Linux is case sensitive, so it can't find Blue.jpg when it is looking for blue.jpg.
I also had the following error when building the Conq menu for the firs time:
Code:
16:17:18 64693.144531 T:2874143824 NOTICE: -->Python Interpreter Initialized<--
16:17:19 64694.292969 T:3058716672 ERROR: COMXImageFile::ReadFile special://skin/extras/backgrounds/blue.jpg not found
16:17:19 64694.292969 T:3058716672 NOTICE: LoadJpeg: unable to load special://skin/extras/backgrounds/blue.jpg
16:17:19 64694.617188 T:2874143824 ERROR: Traceback (most recent call last):
16:17:19 64694.617188 T:2874143824 ERROR: File "/storage/.xbmc/addons/script.skinshortcuts/resources/lib/xmlfunctions.py", line 195, in shouldwerun
16:17:19 64694.621094 T:2874143824 ERROR: hashes = eval( xbmcvfs.File( os.path.join( __masterpath__ , xbmc.getSkinDir() + ".hash" ) ).read() )
16:17:19 64694.625000 T:2874143824 ERROR: File "<string>", line 0
16:17:19 64694.625000 T:2874143824 ERROR: ^
16:17:19 64694.625000 T:2874143824 ERROR: SyntaxError: unexpected EOF while parsing
16:17:29 64704.710938 T:3058716672 WARNING: Skin has invalid include: CommonBackground
16:17:29 64704.710938 T:3058716672 WARNING: Skin has invalid include: VisibleFadeEffect
16:17:29 64704.710938 T:3058716672 WARNING: Skin has invalid include: WindowTitleCommons
I suggest checking with the Skin author about these problems.
You probably picked up the 2.0.4 update to Conq on 27 September and I'm betting that is when your blue background problem started, and is unrelated to build #0930.
I've now returned screaming to Confluence - Conq is really not my cup of tea...