Fix AMD Discord is a tool designed to address specific issues with Discord on AMD processors, such as:
- Crashes when joining voice calls;
- Crashes when watching screen broadcasts;
- Crashes when screen broadcasting.
These issues are related to the Math Kernel Library (MKL), which, on some Hackintosh AMD processors, some applications, including Discord and Adobe software, attempt to use Intel-specific functions. This can result in system failures.
The Fix AMD Discord modifies the MKL_DEBUG_CPU_TYPE
environment variable so that MKL uses the appropriate functions for AMD CPUs.
-
Option 1: Download a Ready Build. You can download a pre-compiled version from the releases and run it directly.
- Right-click on the executable file.
- Select "Open" from the context menu.
- If macOS displays a warning, you can click on "Open Anyway" to confirm.
-
Option 2: Compile from Source Code. If you wish, you can clone this repository and compile from source code using Xcode.
- To clone via command line:
git clone https://github.com/Hachi-R/Fix-AMD-Discord-CLI
- To download as a zip file: https://github.com/Hachi-R/Fix-AMD-Discord-CLI/archive/refs/heads/main.zip
- To clone via command line:
- Applies a permanent fix, which will remain active until it is explicitly removed.
- Removes a previously applied fix, and this change will remain even after system restart.
- Applies a temporary fix, which will be reverted after system restart.
- Removes the temporary fix, which will be reapplied after the next system restart.
- Applies a fix that will only take effect after the system is restarted.
- Removes the fix only after system restart.