mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA

Home Page:https://ripes.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application cannot be opened on macOS Ventura 13.1 (22C65)

JackWilli opened this issue · comments

When trying to open version 2.2.6 on an x86 macOS machine I get the following message
The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x600003e7c5a0 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}}

hmm... and this doesn't happen for 2.2.5? As with everything macOS related, i have a hard time testing it myself seeing as i don't own a mac machine - and I thus just release the image that CI generates.
If you have the chance, it would also be helpful if you could build the top-of-main locally and see if that works... maybe something went wrong in macdeployqt.

Encountered the same error on an apple silicon machine, and

chmod +x Ripes-v2.2.6-mac-x86_64.app/Contents/MacOS/Ripes

worked for me.

The local build works without any tweaking.

I can confirm the solution posted by @gwentgod works for me. It seems that the executable is just missing the execute permission on the MacOS build.

Encountered the same error on an apple silicon machine, and

chmod +x Ripes-v2.2.6-mac-x86_64.app/Contents/MacOS/Ripes

worked for me.

The local build works without any tweaking.

I'm still on Intel Mac (running Monterey). This works fine with the last stable release:
https://github.com/mortbopet/Ripes/releases/tag/v2.2.6

Thank you for the heads up here - I've just added c36b9c7 - would appreciate if a MacOS user could try out the continuous build once CI finished and verify that things work out of the box 🙏.

It now works out of the box on MacOS.