- 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
If you can determine a reliable wine launch command line - you can create your own
run-melodics-with-scheme.sh
and remove the generation lines (that's the lutris stuff). Just make sure you are passing the full value of$1
to the melodics exe as an argument.FWIW my Lutris install of this was straight forward. No hacks needed, I just did "Add Game > Install a Windows game from an executable > Windows 10 > defaults..."