Skip to content

Instantly share code, notes, and snippets.

@klingtnet
Created February 25, 2018 17:02
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klingtnet/942fdd9d52be46317fd2ca502f19c2cf to your computer and use it in GitHub Desktop.
Save klingtnet/942fdd9d52be46317fd2ca502f19c2cf to your computer and use it in GitHub Desktop.
How to run melodics on Linux using Wine

How to run melodics on Linux using Wine

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)
@ntippie
Copy link

ntippie commented Feb 12, 2024

@adrienbeau I also have no content in the Guided tab, on a Bottle install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment