Skip to content

Instantly share code, notes, and snippets.

View Swiftb0y's full-sized avatar
🎯
Focusing

Swiftb0y

🎯
Focusing
View GitHub Profile
@Swiftb0y
Swiftb0y / ma3-on-linux.md
Last active February 26, 2026 10:43
Running GrandMA3 onPC version 1.9 and newer on Linux under Wine

Running GrandMA3 onPC version 1.9 and newer on Linux under Wine

This is a more detailed tutorial of the brief description outlined on WineDB.

In order to run GrandMA3 in Wine, you will need the GrandMA3 Windows installer (I have tested versions 1.9 through 2.3 as of writing), as well as a working install of wine-staging and a build environment to compile wine from scratch!

Building a patched Wine version

Follow the official documentation for building wine to grab the source code. Once you have downloaded the source code, "disable" the WinVerifyTrust function by applying the following patch:

#!/usr/bin/env python3
"""
Alternative lp2gh JSON Importer for Mixxx issue migration
You can install this like this:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install PyGithub