spine hot keys not working
I'm a Mac user using spine for animation.
at the beginning, I use version 3.8.55 to do animation.however, I need to downgrade to version 3.4.02, there is no action for any hotkeys of translate/rotate/scale/undo/redo etc... even I. renew the hotkey.txt file
is there anyway to fix it?
thanks
If you run a newer version of Spine, your hotkeys file will contain hotkeys for that version. If you then change to an older version, it may have hotkeys that the old version doesn't recognize. If you delete your hotkeys file, then run the older version, you'll have only the hotkeys for that older version. That should work! You can read the hotkeys.txt
file to see what hotkeys the older version has.
If you are still having trouble, check your spine.log file for any errors or clues.
just check the spine.log
after some invalid action about version problem..which hv these sentence
java.nio.file.FileSystemException: /home: Operation not permitted
at java.base/sun.nio.fs.UnixException.translateToIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source)
at java.base/sun.nio.fs.UnixFileSystemProvider.newDirectoryStream(Unknown Source)
at java.base/java.nio.file.Files.newDirectoryStream(Unknown Source)
at java.base/sun.nio.fs.PollingWatchService$PollingWatchKey.<init>(Unknown Source)
at java.base/sun.nio.fs.PollingWatchService.doPrivilegedRegister(Unknown Source)
at java.base/sun.nio.fs.PollingWatchService.access$000(Unknown Source)
at java.base/sun.nio.fs.PollingWatchService$2.run(Unknown Source)
at java.base/sun.nio.fs.PollingWatchService$2.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/sun.nio.fs.PollingWatchService.register(Unknown Source)
at java.base/sun.nio.fs.UnixPath.register(Unknown Source)
at java.base/java.nio.file.Path.register(Unknown Source)
at Fr.a(SourceFile:163)
at Fr.a(SourceFile:179)
at Fl.run(SourceFile:111)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
I hv no idea what can I do
Can you please post your whole spine.log
file?