osxmidi / LinVst

Linux Windows vst wrapper/bridge
GNU General Public License v3.0
683 stars 41 forks source link

Win32 plugins not working / how to debug #39

Closed tavasti closed 6 years ago

tavasti commented 6 years ago

I built LinVst with winehq-stable using Makefile-embed-6432, but Mixbus finds only 64 bit VSTs. How I could debug what is going wrong?

lentferj commented 6 years ago

The 32bit plugins are in a win32 Prefix, too? Did you add the correct path for the 32bit plugins to Mixbus' VST search path? Did you check the Mixbus log window? It usually tells quite a bit about what's going wrong, also with linVST wrapped plugins. Also, you can try to start Mixbus from console, mabye that will give you more information.

tavasti commented 6 years ago
tavasti commented 6 years ago

Looks like 64bit ardour / mixbus can't use 32bit vst plugins, so problem is not related at all to LinVst