Quote:
@AlexL: And that's with ASIO or non-ASIO controls?'
Can you send me your settings file?
Once you copied it, you could try resetting it (by removing or renaming the .ini file) - there's a previous report in this thread about similar behavior that was fixed that way. If this does indeed help, I'ld like to get BOTH .ini files!!!
Edit: What I'm starting to suspect:
To make sure that no settings get lost (that was mainly needed for the Linux version where Jack connections can come and go at any moment), I've made a change where - if the sound card name in the preset or ini file is not found in the hardware - an extra entry is kept with this name. Trying to open that will always fail. However I don't see why something like this could happen (the name in the .ini file should not exist anymore). Opening the ASIO GUI is just a call to the Configure() function of the ASIO driver, so if that crashes the crash must come from the ASIO driver - OR my software must think that there is one while there isn't (which again could happen if this extra entry is used as a sound card).
Thats with ASIO. I will send you the files ...