osxmidi / LinVst3

Linux Windows vst3 wrapper/bridge
GNU General Public License v3.0
90 stars 7 forks source link

Linvst3 and Melodyne Essential 5 #9

Closed MosesKim84 closed 3 years ago

MosesKim84 commented 4 years ago

Hello, I followed the instructions but when the linvst3 server started working on the plugin during startup scan of Reaper 6 (native Linux) it crashed with the following log file:

LinVST3_melodyne.txt

Can anyone point me into the right direction to help get this error fixed? This is the first VST3 plugin I've tried to use with reaper. I have successfully been able to get Ozone 9, Neutron 9 and Nectar 3 to work with Reaper in VST2 formats with linvst. Thanks!

osxmidi commented 4 years ago

Hello, I followed the instructions but when the linvst3 server started working on the plugin during startup scan of Reaper 6 (native Linux) it crashed with the following log file:

LinVST3_melodyne.txt

Can anyone point me into the right direction to help get this error fixed? This is the first VST3 plugin I've tried to use with reaper. I have successfully been able to get Ozone 9, Neutron 9 and Nectar 3 to work with Reaper in VST2 formats with linvst. Thanks!

There is an unimplemented (missing) function in the error log.

I can't make out the function name.

A dll override can help with unimplemented function errors.

It might be a good idea to use winetricks to install the vcrun dll's.

"winetricks -q vcrun2015"