Page 1 of 1

Tutorial : Running Windows VST in linux [draft]

Posted: Sun Nov 20, 2016 7:22 pm
by rghvdberg
This is sort of a draft.
Typing this on my crappy 2009 netbook ;-)
Will update later

Install wine-rt

Code: Select all

sudo apt-get install wine-rt
Optional - Get a current winetricks
For one plugin I needed vcrun2015 installed. The default install of winetricks didn't have that.
Follow instructions from https://wiki.winehq.org/Winetricks#Getting_winetricks

A lot of plugins require gdiplus to be installed

Code: Select all

winetricks gdiplus
I noticed the plugins that need gdiplus work better with the 32bit versions.

Fix black window
Some plugins show a black window but work otherwise. I had this with OTT and Limiter No6.
Disabling d2d1 in winecfg solved this.