Vst2 Wrapper VST 3.6.7 crashes hosts on Windows

This is happening for me as well - just tried it. Adding the second instance as VST crashes the host. It does not halt when running in the debugger, though, just crashes the host. I tried with Reaper and Cubase 7 and both crash when you add the second instance. Also tried Reaper 32 and Reaper 64 with same result.

Some notes:

  • The VST3 version does not crash the host, only the VST-wrapped version.

  • The vst wrapper function create( ) does succeed (both times) and returns an AudioEffect*

  • The GUI does show up for the second instance, but the host locks / freezes right after it is shown

  • The crash only happens for Windows clients; Reaper on MacOS did not have issues

  • Will