[BUG] loading images outside the xbt file

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Cool_bombom Offline
Senior Member
Posts: 119
Joined: Oct 2008
Reputation: 1
Post: #1
Hi

I had a look around on the forum and i could not find anybody mentioning this prob. and im not sure if this is the right place for this post either, but here goes.

Im using the latest night build (XBMC (12.0-ALPHA4 Git:20120716-92564dc), Platform: Windows XP Professional Service Pack 2) and my problem is that i can't get an image to load images that are not in the xbt file file!

so my file structure is

media/icons/games.png
..
..
media/blue.xbt
..
..

and when i make a image control with texture set to the games.png nothing is showed, but i set the texture to a file in the xbt it works??

BUT ... if i make a multiimage control and set the imagepath to icons folder it loads the pictures just fine!!

Is it just me or is this a mistake/bug in the new builds?

cheers
c_bb
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #2
probably because you are on a case sensitive file system (everything but windows) and don't have it in the same case in both

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
Cool_bombom Offline
Senior Member
Posts: 119
Joined: Oct 2008
Reputation: 1
Post: #3
well im am on windows xp ... and when i used the latest stable release (eden) i didn't have this problem and have not made any changes to the code since i changed to the nightly build!!
find quote
pieh Offline
Team-XBMC Member
Posts: 664
Joined: Aug 2010
Reputation: 13
Location: Poland
Post: #4
it's working here just fine with nightly build - please paste Your .xml with image that's not working

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first

My previous forum/trac nickname: grajen3
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #5
There's not a games.png texture already in the XBT is there?

[Image: sig_zps3af3b48e.jpg]
find quote
Cool_bombom Offline
Senior Member
Posts: 119
Joined: Oct 2008
Reputation: 1
Post: #6
Hi Guys

thnx for the reply ... I think it has something to do with my graphics card .... when I start navi-x half of the images is not showing!! must be a problem with driver compability.

cheers
c_bb
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #7
I sort of come across this today there has been an update to imagelib recently and it prevents images loading if you have a new exe but not a new imagelib.dll so you need to make sure you dont just copy the new exe if your compiling it yourself also Look in the log file and see if you get any errors

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
Cool_bombom Offline
Senior Member
Posts: 119
Joined: Oct 2008
Reputation: 1
Post: #8
maby this is my problem :-) ... thnx jezz_x

>ERROR: Win32DllLoader::Load: Failed to load C:\Program Files\XBMC\system\ImageLib.dll with error 126:The specified module could not be found.

and by the way i downloaded the already compiled win32 version from the nightly builds! and yes I made an complete uninstall of the eden install! :-) ... so maby it is an error in the new compileConfused

cheers
c_bb
what is the newest version of imagelib.dll??
(This post was last modified: 2012-07-23 01:58 by Cool_bombom.)
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #9
You don't have the suitable MSVC runtimes installed.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Cool_bombom Offline
Senior Member
Posts: 119
Joined: Oct 2008
Reputation: 1
Post: #10
thanks jmarshall installed vc2008 now it works!!
find quote