obiwanjacobi / vst.net

Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
https://obiwanjacobi.github.io/vst.net/index.html
GNU Lesser General Public License v2.1
420 stars 52 forks source link

Vst.net compatibility problem with Cantabile? #67

Open ClaudioCas opened 1 year ago

ClaudioCas commented 1 year ago

Dear Jacobi, thanks for your great library. I can't get vsts created with liberia to work with the Cantabile program. I tried to compile the examples in the library, Cantabile recognize the vst but crashes when trying to add it, The same dll with other host (Carla KsStudio) works correctly.

To Reproduce Steps to reproduce the behavior: Compile 64bit of a sample Vst of the library Try to add it to Cantabile Project

Desktop (please complete the following information):

obiwanjacobi commented 1 year ago

Do you have an error message?

ClaudioCas commented 1 year ago

The software just crash and ask for send the error report. I have the mdmp file... it can be useful?

obiwanjacobi commented 1 year ago

No, not really. Such a memory dump is only useful if you know the Cantabile source code. Do you know of any other plugins that make Cantabile crash -or- comparable plugins that work okay?

ClaudioCas commented 1 year ago

Thanks for the clarification on the mdmp. No, I haven't encountered any other crashes with other vsts. I also opened a thread on the forum, but I haven't received any useful information. If you have the possibility to contact the developer directly https://www.cantabilesoftware.com/contact maybe you can find the problem and a solution to avoid the crash. Thank you for your kindness and for the time you have dedicated to me

obiwanjacobi commented 1 year ago

I don't have the time to research this.

You could try to attach a debugger (Visual Studio) to the Cantabile exe and then add the plugin and make it crash. Perhaps you'll see what (VST.NET or Cantabile) call fails... If you plan to further investigate, please share your findings here.

Sorry, I cannot help you further...

ClaudioCas commented 1 year ago

Dear Jacobi, I understand, most likely the problem is with the software and not with the library since the vst are loaded from other hosts without problems. Thanks for the time you gave me.