almostEric/FrozenWasteland

When I insert the current production version of Manic Compression, VCV freezes

Opened this issue · 2 comments

I need to force quit after I insert the compressor. This is one Windows 10 using the release versions of VCV and all plugins from the plugin mangers. This is with VCV 1.1.6

If I build frozen wasteland myself from current "master" branch current it works fine in my self-built VCV.

same issue, although not consistently. Not sure what is up with their build process. I'll bring it up with vcv overlords

four of mine started crashing on windows when they went to the new process, and I could duplicate the crash when I built their toolchain in linux. I ended up coding around everything that crashed, but it was all legal good c++. For my plugs I had to get rid of a place where I threw and caught an exception, and got rid of all usage of std::stringstream operator << and had to write my own. but I could never dupe the issues in other code. I still think there is something not quite right with how they compile and link against std c++ libraries, but I couldn't prove it. Here's that sorry history, if you are interested. Towards the bottom... VCVRack/library#388