- Don't know what Melodics is? Watch this great introduction by Slynk
- Download Melodics
- I had audio glitches so I had to run the application like this:
export PULSE_LATENCY_MSEC=5\
&& export WINEPREFIX="/home/alinz/.wine"\
&& wine "$USER/.wine/dosdevices/c:/Program Files/Melodics/Melodics.exe"
- The application will after the login if miss to set the following library override:
- Open
winecfg
- Optional: Add an application override for
Melodics.exe
- Go to Libraries tab
- Add a new override for
msvcp140.dll
- It should now show under Existing overrides `msvcp140 (native, builtin)
- Open
I was able to add a
msvcp140_1.dll
override I think you need to be using a more recent version (dev version?) of wine to have that option in winecfg. I seewine-6.10
when I runwine --version
.That said I still get stuck at the blue/gray dot screen on launch