Building a Hackintosh system is getting easier this day. The smart people who build the OpenCore system have helped many people like me to build my own Hackintosh system. Now I am running the AMD Ryzen 3300G with macOS Catalina 10.15.4. It is very stable and comfortable to use as my main machine. If you are running Hackintosh on AMD processor, you may encounter some errors when running some Adobe products such as Adobe Photoshop 2020. But, again, there are many clever guys who can fix this issue.
As you can see, my Adobe Photoshop 2020 returned error as shown above and it won’t run at all. So here is the fix
Open Terminal and then execute these two commands
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' /Applications/Adobe\ Photoshop\ 2020/Adobe\ Photoshop\ 2020.app/Contents/PlugIns/Required/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' /Applications/Adobe\ Photoshop\ 2020/Adobe\ Photoshop\ 2020.app/Contents/PlugIns/Required/Extensions/FastCore.plugin/Contents/MacOS/FastCore
Or, you can also find and delete the files manually from Finder
Now try to run Photoshop again. Your Photoshop should now run but you may still have some issues when opening an image. To fix this, simply run the following command
sudo rm -rf /Library/Application\ Support/Adobe/Plug-Ins/CC/File Formats/Camera\ Raw.plugin
And I would recommend you to install the Adobe Camera RAW as well. You can download it from here:
http://download.adobe.com/pub/adobe/photoshop/cameraraw/mac/9.x/CameraRaw_9_12_1_mac.zip
Finally, use this command
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x3A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' /Library/Application\ Support/Adobe/Plug-Ins/CC/File\ Formats/Camera\ Raw.plugin/Contents/MacOS/Camera\ Raw sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x5A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' /Library/Application\ Support/Adobe/Plug-Ins/CC/File\ Formats/Camera\ Raw.plugin/Contents/MacOS/Camera\ Raw
Now let’s fix the Deep Font error with this command
sudo rm -rf /Applications/Adobe\ Photoshop\ 2020/Adobe\ Photoshop\ 2020.app/Contents/Required/Deep_Font
Now restart Adobe Photoshop 2020 and now it should works.
I thank you for your wonderful information.
I’m also having trouble with a lightroom crash.
I would be glad if you provided suggestions for improvement.
Dude, you are god!
i have check all internet and nobody write something for this problem.
about 1 month im trying to fix it.
THANK YOU VERY MUCH.
FIX FOR FONT DROP DOWN MENU – CRASH.
Run this command in terminal – First check the path to be right.
the next command is for this path
>> /Applications/Adobe Photoshop 2020/Adobe Photoshop 2020.app/Contents/Required/Sensei_Models/Deep_Font <<
sudo rm -rf /Applications/Adobe\ Photoshop\ 2020/Adobe\ Photoshop\ 2020.app/Contents/Required/Sensei_Models/Deep_Font
Thanks for this man.
If it don’t works, Replace it first 2 sudo.
sudo perl -i -pe ‘s|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg’ /Applications/Adobe\ Photoshop\ 2020/Adobe\ Photoshop\ 2020.app/Contents/Required/Plug-ins/Extensions/MMXCore.plugin/Contents/MacOS/MMXCore
sudo perl -i -pe ‘s|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg’ /Applications/Adobe\ Photoshop\ 2020/Adobe\ Photoshop\ 2020.app/Contents/Required/Plug-ins/Extensions/FastCore.plugin/Contents/MacOS/FastCore
I got a error on 1st sudo
-i used with no filenames on the command line, reading from STDIN.
Unrecognized character \xE2; marked by
Hi great script, it works!
Are there any solutions for Photoshop 2021?
Thanks