raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

Can't run the app on MacOS 14.0 Sonoma #138

Closed MichaelRijsdijk closed 3 months ago

MichaelRijsdijk commented 1 year ago

zsh: exec format error: ./SkinComposer.jar

The executable is probably not build for ARM? Can't really get any more info. If I can provide more info by running some stuff, let me know, would really like to use the app again :)

I also tried on MacOS 13 Ventura, same result, so I guess it is related to CPU, ARM in this case.

GunniBusch commented 7 months ago

Idk if you figured it out already, but if you want to start it just double click it, or using the terminal you have to use: java -XstartOnFirstThread -jar SkinComposer.jar

Running it using ./SkinComposer.jar does not work with jar apps. https://docs.oracle.com/javase/tutorial/deployment/jar/run.html

raeleus commented 3 months ago

This should be resolved with the latest update.