Quote:
Glad that you are finding the issues Hans.
Sadly, I'm still getting some exceptions. I will pm you the log again.
These ones are far more difficult...
I've marked them all in my code so I can look at them later (when I change the code, addresses change so I won't be able to find them again).
I see crashes in:
- ASIO
- Stokkemask (multipath clipper) - this one I understand, I'm writing outside a buffer somewhere.
- Compressor. NULL-pointers appear to pop up at several locations.
The ASIO crash may be related to a problem that Bojcha and Chris have reported, where the FM output falls silent. I've checked the code though and there's nothing weird there. And nothing that the compiler would compiler differently from before... but who knows. It could theoretically also be caused by the Stokkemask issue (I know that Bojcha is using Stokkemask, not sure about Chris?)
So for now I will fix the Stokkemask issue and wait what happens with the other crashes.