Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Texture Packer won't run

I downloaded texture packer here https://code.google.com/p/libgdx-texturepacker-gui/downloads/detail?name=gdx-texturepacker-3.2.0.zip&can=2&q=

When I run the .jar file it just shuts down before even displaying the gui. Is anyone experiencing a similar problem? I am running OSX El Capitan.

like image 477
potato Avatar asked Dec 11 '15 15:12

potato


2 Answers

The project is quite old so you can try it's successor: gdx-texture-packer-gui.

[The] project is a successor of Aurelien Ribon's project with whole new GUI and features.

You can download the tool here: https://github.com/crashinvaders/gdx-texture-packer-gui/releases

like image 130
ninjahoahong Avatar answered Nov 04 '22 10:11

ninjahoahong


Do you have the Java runtime environment installed on your computer or just the Java development kit? I don't use the texture packer, but I had a similar problem with the Android SDK manager (it shut down before displaying the GUI) on a new computer where I had only installed the Java JDK. After installing the JRE then it worked fine.

like image 31
Tekkerue Avatar answered Nov 04 '22 11:11

Tekkerue