Hi @mks,
just a few hints for debugging.
-
after a crash, Cantabile should show a dialog box with (among the others) the option “Do not start audio engine”. If you are able to start Cantabile that way, you can check the settings in Cantabile and see if a not compatibile sampling rate has been set there
-
if the dialog box is not shown, there is still the option to use the command line. you should create a shortcut on the desktop as explained here
However, instead of /config:“somename” you should write /dontstartengine, which should obtain the same results as in 1)
- you could look for the Cantabile settings file (settings.json) and open it in a text editor. Then search the file for the string:
audioDriverSettings
In my settings file, I have an entry for each driver I have used. For each entry, there are a “sampleRate” and a “bufferSize” entry which you could check in troubleshooting your problem.
The settings.json file should be located into your user folder, in
AppData\Local\Topten Software\ Cantabile 4.0 (XXX)
(XXX, on my system, is x64…probably it will be x86 on yours…not sure about it).
Hope this helps,
Gabriel
P.S. Once you are in the settings folder, also have a look at the content of log.txt and log-previous.txt. They are Cantabile log files and they could contain some hint about the reason of the crash.