• Editor
  • Spine 3.6.47 hang up on macos HighSierra

Related Discussions
...

it always hang up at start on macos HighSierra 10.31.1 even after reboot my machine.

Spine version:3.6.47
Macos Version:HighSierra 10.31.1


by the way, it can startup from the terminal.

How does it hang up? what message does it display? if possible could you attach your log here? you can find it here:

Mac: <user home folder>/Library/Application Support/Spine/spine.log

i'll do it later.
i'v update spine to beta version, and it is no hang up anymore even startup by double click the app.

PS:forgive my terrible english...

un mes más tarde

The issue is fully reproducible, when you fix that? My snippet is here:

SpinePath="/Applications/Spine/Spine.app/Contents/MacOS/Spine"
# Sets the parameters ...
$SpinePath 

---

notimeout $PARAMS -i $INPUT_DIR -o $OUTPUT_DIR -p ./config.json
echo "Exited."

and in terminal you will see something like it:

Spine Launcher 3.4.00
Mac OS X x86_64 10.13.2
Java 1.7.0_51 Esoteric Software
64-bit Server VM
Spine 3.6.48 Professional
Licensed to: *****, *****
ATI Technologies Inc.
AMD Radeon R9 M370X OpenGL Engine
2.1 ATI-1.60.24
JSON export: ....
JSON export: ....
JSON export: ....
JSON export: ....
JSON export: ...
...
Packing...
Writing 1024x1024: ...../output/0.5/.....png
Complete.

In the end of script Spine is stuck (in my example it's never shows "Exited."), if you change focus from terminal to GUI Spine application the application will exited (Shows "Exited." from echo command). But without focus on spine it will stay stuck all time.

Sorry, we have not had reports that the CLI app wouldn't quit on macOS. This seems to be an issue on 10.13, 10.12 appears to work as intended. I've opened an issue here CLI does not exit properly on macOS 10.13 · #306 · EsotericSoftware/spine-editor

It seems that it doesn't hang forever, but for quite a long time (1 minute on my MBP Retina Early 2013 using our spine-runtimes export.sh script).