almostEric / FrozenWasteland

Plugins for VCV Rack
Other
91 stars 18 forks source link

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

Open squinkylabs opened 3 years ago

squinkylabs commented 3 years ago

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.

almostEric commented 3 years ago

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

squinkylabs commented 3 years ago

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... https://github.com/VCVRack/library/issues/388