xoa

New member
AMD OS X Member
Joined
May 7, 2020
Messages
9
The following commands did it for me. Luminar AI is starting and working great so far.

First I ran the this command

Code:
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbb.dylib'

sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbb.dylib'

sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbbmalloc.dylib'

sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbbmalloc.dylib'

and then

Code:
sudo codesign --remove-signature /Applications/Luminar\ AI.app/

Maybe the first 4 lines aren't even necessary. I've not tested without them. But the second command was mandatory!
 

ennoclao

Member
AMD OS X Member
Joined
Dec 25, 2020
Messages
34
for me too.
What is the latest version of Photoshop that works with Big Sur? Thanks in advance.
 
  • Like
Reactions: xoa

sakalpaul

New member
AMD OS X Member
Joined
Nov 16, 2020
Messages
3
The following commands did it for me. Luminar AI is starting and working great so far.

First I ran the this command

Code:
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbb.dylib'

sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbb.dylib'

sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbbmalloc.dylib'

sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' '/Applications/Luminar AI.app/Contents/Frameworks/MPCore.framework/Versions/A/Frameworks/libtbbmalloc.dylib'

and then

Code:
sudo codesign --remove-signature /Applications/Luminar\ AI.app/

Maybe the first 4 lines aren't even necessary. I've not tested without them. But the second command was mandatory!
Works like charm ... Thanks
 

genny68

New member
AMD OS X Member
Joined
Jan 27, 2022
Messages
1
Luminar Neo c'e qualche patch?
 

umatz

New member
AMD OS X Member
Joined
Aug 19, 2020
Messages
6
This worked for me:

Bash:
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar Neo.app/Contents/Frameworks/SLFoundation.framework/Versions/A/Frameworks/libtbb.dylib'
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' '/Applications/Luminar Neo.app/Contents/Frameworks/SLFoundation.framework/Versions/A/Frameworks/libtbb.dylib'
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' '/Applications/Luminar Neo.app/Contents/Frameworks/SLFoundation.framework/Versions/A/Frameworks/libtbbmalloc.dylib'
sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' '/Applications/Luminar Neo.app/Contents/Frameworks/SLFoundation.framework/Versions/A/Frameworks/libtbbmalloc.dylib'
 
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.