Skip to content

Quick fix to get Discord running normally on AMD Hackintoshes!

Notifications You must be signed in to change notification settings

Hachi-R/discord-on-hackintosh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Is Discord crashing on your AMD Hackintosh?

Well, it's probably because MKL, in MacOS however, when a program tries to use some of the "Intel functions" of the MKL, if the program doesn't properly catch the exception then it just outright crashes. Now you know why so many programs have issues on AMD Hackintoshes: the MKL is used all over the place! This is the basis for issues using a plethora of apps out there including Adobe and Matlab on a Hackintosh.

How do you fix the crashes?

Just copy and paste these in a terminal

cd /Applications/Discord.app/Contents/MacOS && echo "MKL_DEBUG_CPU_TYPE=5 ./Discord" > discord_

After that you need to open /Applications/Discord.app/Contents/Info.plist with a text editor, find CFBundleExecutable and modify it's value to discord_

After all of this, hopefully Discord stops crashing! 🥲 You can also try this

About

Quick fix to get Discord running normally on AMD Hackintoshes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published