miRackModular / Rack

An optimised fork of VCVRack virtual modular synthesizer primarily for Raspberry Pi, Tinker Board and similar boards.
https://mifki.com/blog/introducing-mirack-an-optimised-fork-of-vcvrack-for-raspberry-pi-and-others/
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

"skipAutosaveOnLaunch": true, entry in settings.json results in crash on startup #12

Open hexdump0815 opened 5 years ago

hexdump0815 commented 5 years ago

hello,

then miRack crashes (like for instances by using the open or save entries of the file menu) it leaves the entry:

  "skipAutosaveOnLaunch": true,

in the settings.json file. as long as this line is in there, miRack will always crash again on startup. if i remove the line by hand, it will start up fine again.

best wishes - hexdump