Profiles runs with Rosetta under Apple Silicon
Release 0.99.122 - Nov 25, 2022, the problem remains although in release notes says it is fixed:
" Profiles runs with Rosetta under Apple Silicon #3398 @CyberArchon "
- Edited
Polygon5 Looks like CPU type identification error while generating launcher script.
Can you please zip the profile launcher "Orion - Test.app" (located under ~/Applications/Orion/Orion Profiles/<Unique-ID>/Orion - Test.app
) and send to us, so that we can check the generated script.
Also please send output of command sysctl -n machdep.cpu.brand_string
If possible can you also send terminal output of attached command line tool please
Polygon5 I think I got the issue. Looks like macOS forces execution of such scripts wrapped with app bundle as an intel build. Rosetta is needed to initiate execution of launch script. But the main Orion app is already running using current architecture (means Apple Silicon in your case)
Which you can also confirm using "Activity Monitor" after launching Orion profile.
Polygon5 For now you can use terminal (as a workaround, to open any profile) to do that as a workaround. Like executing direct path to script in terminal will do the job.
~/Applications/Orion/Orion Profiles/<Unique-ID>/Orion - Test.app/Contents/MacOS/Orion
(Replace with your path)
Or
you can make target profile as "Default" using "Profiles" Library (or as "Manage Profiles..."), and then make your target profile as Default (means with what profile you want to run your main Orion App) by context menu, and relaunch main app, you will be running your target profile now.
We will look into this dependency and will try to find alternative to it soon for sure