Adobe Photoshop 2021 crashed in AMD hackintosh

Yeah...

Adobe softwares won't work out of the box.

See :

Also, my experience fixing those :
 
No luck. I identified the two dylib's that are causing the issue and tried to patch them. This resulted in a crash referring to the code signing being invalid. I then replace the two files from 2020 version and it fails to load.
 
No luck. I identified the two dylib's that are causing the issue and tried to patch them. This resulted in a crash referring to the code signing being invalid. I then replace the two files from 2020 version and it fails to load.
any possiblities ?
 
@Shaneee I got an idea but I think it's an idiotic idea,,
In windows Adobe 2021 is supported for amd, so the that two dylib files can be patched through the windows's .DLL files,
I mean replacing the instructions.
Is it possible ?
I gone mad because Adobe 2021 has AI interface so only I started to think mad
 
@Jesinth From what Shaneee wrote the problem is not which instructions to replace, but that the files are cryptographically signed by Adobe to prevent any modifications.
 
@rushpracticesalmon Yes latest 2021 version.

@Jesinth The files are signed by Adobe and any modification will stop the application from loading.

Code:
Exception Type:        EXC_CRASH (Code Signature Invalid)

Termination Reason:    Namespace CODESIGNING, Code 0x2
 
  • Sad
Reactions: ThibautFlt
@rushpracticesalmon Yes latest 2021 version.

@Jesinth The files are signed by Adobe and any modification will stop the application from loading.

Code:
Exception Type:        EXC_CRASH (Code Signature Invalid)

Termination Reason:    Namespace CODESIGNING, Code 0x2
So, does it mean that there wont be a fix ? :o
 
@Shaneee I found a fix for photoshop 2021 in this website " "

the fix :::
Fix for Photoshop 2021, just change the first command like this:
________________________________________________________________________________________________________________________________________________________________
for file in MMXCore FastCore TextModel libiomp5.dylib libtbb.dylib libtbbmalloc.dylib; do
find /Applications/Adobe* -type f -name $file | while read -r FILE; do
sudo -v
echo "found $FILE"
[[ ! -f ${FILE}.back ]] && sudo cp -f $FILE ${FILE}.back || sudo cp -f ${FILE}.back $FILE
echo $FILE | grep libiomp5 >/dev/null
if [[ $? == 0 ]]; then
dir=$(dirname "$FILE")
[[ ! -f ${HOME}/libiomp5.dylib ]] && cd $HOME && curl -sO https://excellmedia.dl.sourceforge.net/project/badgui2/libs/mac64/libiomp5.dylib
echo -n "replacing " && sudo cp -vf ${HOME}/libiomp5.dylib $dir && echo
rm -f ${HOME}/libiomp5.dylib
continue
fi
echo $FILE | grep TextModel >/dev/null
[[ $? == 0 ]] && echo "emptying $FILE" && sudo echo -n >$FILE && continue
echo "patching $FILE \n"
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' $FILE
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' $FILE
done
done

________________________________________________________________________________________________________________________________________________________________

the photoshop is now opening and I am able to use it
But biggest problem is "liquify", "Adaptive wide angle", "Neural filter" (these are in filter bar) and even "object selection tool" is not working(it crashes)
pls see through it thanksScreenshot 2020-11-04 at 2.15.02 PM.png
 
  • Like
Reactions: RyzeCooker
They always keep changing these things... I'll probably just sell the amd hardware and go intel just for the Adobe stuff.
 
  • Like
Reactions: Jesinth
You could still use KVM to run Adobe without issues.
 
or use a previous working version..till a fix will be found :)
 
  • Like
Reactions: rajovo
You can run Adobe without any troubles going the virtualization route.
 
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.