- 수정됨
Running v3.6.53 with latest launcher throws hotkeys errors
Trying to open an old file to change and save it with the same version of Spine by temporary running an older version of Spine (3.6.53) with the latest launcher (v4.x) throws issues with the hotkeys.txt file:
Old editor versions (< 4.0) all read the same hotkeys file: ~/Spine/hotkeys.txt
. When you run a newer version, it adds any newer hotkeys. If you then run an older version, it doesn't recognize hotkeys that did not exist back then. It shows the error you see because it doesn't know if the unrecognized hotkeys are from a newer version or are hotkeys that have been mistyped. The error can be ignored.
Newer editor versions (>= 4.0) read a different hotkeys file: ~/Spine/settings/hotkeys-x.txt
where x
may be 1, 2, 3, etc. This means there is no errors when going back to < 4.0 versions. We will bump the x
number whenever we need to change hotkeys in an incompatible way, instead of reseting all your hotkeys like older versions. There can still be the issue of unrecognized hotkeys when moving from a newer v4+ version to an older but >= 4.0 version.
Nate wroteThe error can be ignored.
Nice! Great to know.
Nate wroteNewer editor versions (>= 4.0) read a different hotkeys file:
~/Spine/settings/hotkeys-x.txt
wherex
may be 1, 2, 3, etc. This means there is no errors when going back to < 4.0 versions. We will bump thex
number whenever we need to change hotkeys in an incompatible way, instead of reseting all your hotkeys like older versions. There can still be the issue of unrecognized hotkeys when moving from a newer v4+ version to an older but >= 4.0 version.
Great solution! Thanks again for taking the time to explain