XBMC Community Forum
Texturepacker, I need some help - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Skin Development (/forumdisplay.php?fid=12)
+--- Thread: Texturepacker, I need some help (/showthread.php?tid=86289)



Texturepacker, I need some help - DukeOfTheWicked - 2010-11-28 08:46

I have fiddled with texturepacker for a few days now. I am frustrated at this point. I have downloaded all the dependencies (dll's), texturepacker.exe, and my media folder and put them in a folder called texturepacker and no matter what I end up seeing some error or another.

Like this one...
The procedure entry point SDL_Error could not be located in the dynamic link library SDL.dll

What am I missing or doing wrong.

-DOTW


- Jezz_X - 2010-11-28 08:48

If your talking win32 here try this one from my svn its got all the current required dll and the exe
https://jezzxbmc.googlecode.com/svn/TexturePacker if that fails you have bigger issues just keep them all in 1 dir


- DukeOfTheWicked - 2010-11-28 08:58

Yeah, still didn't work. Probably cause this laptop I've been doing my work on is a Win64. I'll copy things over to my HTPC and try it there.

Copied things to another PC and still doesn't work. I just don't get it, afer I double click texturepacker.exe a dialog pops up for a split second then disappears, no XBTSad

Thanks.


- Jezz_X - 2010-11-28 09:02

weird on windows 7 x64 as well and it works fine for me


- jpf55 - 2010-12-05 19:55

I use to have that problem also and I am also running Win7

Double clicking on TexturePacker.exe does not work, you have to call it from the "run" command.

This is the command I use(adjust your source/destination paths accordingly):
Code:
"C:\Program Files (x86)\XBMC\TexturePacker.exe" -i C:\Users\jpf\Desktop\texturepacker\media -o C:\Users\jpf\Desktop\texturepacker\Textures.xbt

These are all the dll's I have(some of them may belong to XBMC):
Program Files (x86)/XBMC/glew32.dll
Program Files (x86)/XBMC/java.dll
Program Files (x86)/XBMC/jpeg.dll
Program Files (x86)/XBMC/jvm.dll
Program Files (x86)/XBMC/libpng12-0.dll
Program Files (x86)/XBMC/libtiff-3.dll
Program Files (x86)/XBMC/MSVCP71.DLL
Program Files (x86)/XBMC/msvcr71.dll
Program Files (x86)/XBMC/SDL.dll
Program Files (x86)/XBMC/SDL_image.dll
Program Files (x86)/XBMC/TexturePacker.exe
Program Files (x86)/XBMC/verify.dll
Program Files (x86)/XBMC/zlib1.dll

Hope this helps


- DukeOfTheWicked - 2010-12-05 21:58

jpf55 Wrote:I use to have that problem also and I am also running Win7

Double clicking on TexturePacker.exe does not work, you have to call it from the "run" command.

This is the command I use(adjust your source/destination paths accordingly):
Code:
"C:\Program Files (x86)\XBMC\TexturePacker.exe" -i C:\Users\jpf\Desktop\texturepacker\media -o C:\Users\jpf\Desktop\texturepacker\Textures.xbt

These are all the dll's I have(some of them may belong to XBMC):
Program Files (x86)/XBMC/glew32.dll
Program Files (x86)/XBMC/java.dll
Program Files (x86)/XBMC/jpeg.dll
Program Files (x86)/XBMC/jvm.dll
Program Files (x86)/XBMC/libpng12-0.dll
Program Files (x86)/XBMC/libtiff-3.dll
Program Files (x86)/XBMC/MSVCP71.DLL
Program Files (x86)/XBMC/msvcr71.dll
Program Files (x86)/XBMC/SDL.dll
Program Files (x86)/XBMC/SDL_image.dll
Program Files (x86)/XBMC/TexturePacker.exe
Program Files (x86)/XBMC/verify.dll
Program Files (x86)/XBMC/zlib1.dll

Hope this helps

*APPLAUSE*

Thank you!
That worked like a charm.

-DOTW


- sialivi - 2011-01-16 08:11

Same problem here in Win7 x64. Works fine if I run it with "TexturePacker.exe -input ." so it looks like it's the default value for input that's being ignored for some reason.