Okay, seriously... why?!
I can't run old Windows XP era apps on macOS anymore because Apple has put a mechanism on the kernel level that prevents users from running 32-bit executables...
So wine is now broken for me. Not because functionality was removed from macOS that allowed users to run 32-bit assembly language, but rather, an artificial barrier was put in place that blocks 32-bit execution. WHY?!
Like, I can understand why Apple would add something radical like SIP which sort of de-jailbreaks your desktop OS for the sake of security, but blocking certain apps from running because... reasons..?
POSSIBLE SOLUTION
Hopefully this trick will fix Catalina, there is a macOS boot argument that removes the artificial barrier:
no32exec=0
But I'll need to compile wine manually on my system to target 10.15.2
I'll let everyone know how this goes.
I can't run old Windows XP era apps on macOS anymore because Apple has put a mechanism on the kernel level that prevents users from running 32-bit executables...
So wine is now broken for me. Not because functionality was removed from macOS that allowed users to run 32-bit assembly language, but rather, an artificial barrier was put in place that blocks 32-bit execution. WHY?!
Like, I can understand why Apple would add something radical like SIP which sort of de-jailbreaks your desktop OS for the sake of security, but blocking certain apps from running because... reasons..?
POSSIBLE SOLUTION
Hopefully this trick will fix Catalina, there is a macOS boot argument that removes the artificial barrier:
no32exec=0
But I'll need to compile wine manually on my system to target 10.15.2
I'll let everyone know how this goes.