nosuchtim / keykit

KeyKit - an algorithmic MIDI scripting language and GUI system
Other
98 stars 7 forks source link

Fatal error: couldn't find keyrc!? You should run 'resetkeylib' #8

Closed JRSV closed 3 years ago

JRSV commented 3 years ago

when I try to run bin/key I get a flash of a window that closes immediately and then the error

what does this mean? How do I get keyrc? how do I run resetkeylib? it provides no information on this. please help

MXLinux (debian 10)

nosuchtim commented 3 years ago

You can either: 1) cd to the bin directory and execute ./key or 2) Add the bin directory to your PATH and execute key I'm making changes to README.linux to explain this.

nosuchtim commented 3 years ago

Fixed with commit da16a4f242d915c396f11c9b3d25a3de7d79e79f

nosuchtim commented 3 years ago

If 1. or 2. in the comment above doesn't work for you, grab the updated dist/key_linux.zip which should handle things better now.

If you still have a "window flash" and nothing else, you can execute "key -e" which will generate a key.dbg file with debugging info.

nosuchtim commented 3 years ago

Re-open or submit a new issue if you're still having a problem.