David Healey
David Healey
I get a crash but a different error: ``` terminate called after throwing an instance of 'hise::CommandLineException' what(): std::exception Aborted```
What does this do that is different to selecting the text in the console and using ctrl+c?
Aha I get it, very useful!
I don't think so, but I'm very keyboard oriented...
I'm pretty sure this is the commit - https://github.com/christophhart/HISE/commit/8fbac8fd3a78da3b5146b4e84906922a78931c75#diff-1a9474c689c7ef0d4899f43a74bacf4f96bc98280f84335c03debdfae66971f7R900 My guess it that since the file browser is closed by the time this is called there is no reference?
I've updated this branch with some safety checks that prevent crashes when using some of the Settings class functions.
Looks like you're using a really old version of HISE. You should build the latest version from the develop branch.
The last binary release is years old and shouldn't be used. The develop branch is here on github - https://github.com/christophhart/HISE/tree/develop I have some videos on YouTube showing how to build...
You can use VS2019 to build HISE. That error is to do with IPP. My video explains it.
Use GDB - I use it within Atom.