Quote:
Ok, Hans
Will test these 3 points and will tell you the result later
I just got another idea. If you haven't already, can you create a directory C:\temp that's writable? (You can test if it is by pressing the 'TEST ERROR (CRASH)' button and check if it created a file).
It could be that you're getting an exception which you don't see because the GUI is already closing. That's why I'm asking this.
Edit: I'm looking through the code. Changes between 015 and 016:
- Made a few dozen assignment operators inaccessible. This should have no effect at all (if I would be using assignment anywhere I would get an error, but I don't).
- Removed a bunch of unused variables.
- Moved a few variables to another class.
- Added better error messages for sound cards.
- Fixed compressor target level calculation to make DIFF work better.
- Watchdog restart string forcibly ends with a '\0'.
- Disabled some 32/64 bit warnings (false positives).
None of this things seem to have any relation with the behavior that you're seeing. The files that control the loading and saving of settings aren't changed at all. So - I don't get it, I hope your answers will provide some indication of where I have to look.