Skip to content

Larios9/Fix-AMD-Discord-CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fix AMD Discord

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.

Note: This fix should also resolve issues in Adobe software, although I have not tested it.

Installation

There are two ways to obtain the tool:

  • 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.

Commands

image

  1. Applies a permanent fix, which will remain active until it is explicitly removed.
  2. Removes a previously applied fix, and this change will remain even after system restart.
  3. Applies a temporary fix, which will be reverted after system restart.
  4. Removes the temporary fix, which will be reapplied after the next system restart.
  5. Applies a fix that will only take effect after the system is restarted.
  6. Removes the fix only after system restart.

Contacts

If you encounter any bugs or think something could be improved in another way, feel free to make a pull request or contact me through Discord.

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%