Adobe Photoshop 2021 crashed in AMD hackintosh

rushpracticesalmon

New member
AMD OS X Member
Joined
Sep 15, 2020
Messages
26
Yeah...

Adobe softwares won't work out of the box.

See :

Also, my experience fixing those :
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,142
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.
 

Jesinth

Member
AMD OS X Member
Joined
Sep 5, 2020
Messages
39
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 ?
 

Jesinth

Member
AMD OS X Member
Joined
Sep 5, 2020
Messages
39
@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
 

Aluveitie

Donator
Donator
AMD OS X Member
Joined
May 2, 2020
Messages
895
@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.
 

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,142
@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
 

ThibautFlt

New member
AMD OS X Member
Joined
Sep 17, 2020
Messages
11
@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 ? :eek:
 

Jesinth

Member
AMD OS X Member
Joined
Sep 5, 2020
Messages
39
@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
 

rajovo

Member
AMD OS X Member
Joined
May 4, 2020
Messages
76
They always keep changing these things... I'll probably just sell the amd hardware and go intel just for the Adobe stuff.
 

Jesinth

Member
AMD OS X Member
Joined
Sep 5, 2020
Messages
39
They always keep changing these things... I'll probably just sell the amd hardware and go intel just for the Adobe stuff.
But i bought my pc a month ago so how can I sell it 😭😭😭
Pls help 😭😭😭
 

Aluveitie

Donator
Donator
AMD OS X Member
Joined
May 2, 2020
Messages
895
You could still use KVM to run Adobe without issues.
 

Deleted member 473

Member
AMD OS X Member
Joined
May 5, 2020
Messages
50
or use a previous working version..till a fix will be found :)
 

olbo

Member
AMD OS X Member
Joined
Jun 26, 2020
Messages
52

Aluveitie

Donator
Donator
AMD OS X Member
Joined
May 2, 2020
Messages
895
You can run Adobe without any troubles going the virtualization route.
 
Top Bottom
  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.