Jamovi not running on macos Sequoia

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
mooneater
Posts: 3
Joined: Fri May 02, 2025 8:29 am

Jamovi not running on macos Sequoia

Post by mooneater »

Dear Jamovi team,

We are running against fences when trying to get Jamovi to work on a M1 MacBook Air (2020), running macos Sequoia (15.4.1).
When running Jamovi from the terminal, it provides the following error:

Code: Select all

cannot find system Renviron
Fatal error: unable to open the base package
A quick google reveals that the following terminal command should resolve this:

Code: Select all

echo export R_HOME=$(R RHOME) >> ~/.zshenv   
However, after this command, Jamovi now segfaults:

Code: Select all

zsh: segmentation fault  /Applications/jamovi.app/Contents/MacOS/jamovi-engine
How to get Jamovi up and working? Thanks a lot in advance!
User avatar
jonathon
Posts: 2821
Joined: Fri Jan 27, 2017 10:04 am

Re: Jamovi not running on macos Sequoia

Post by jonathon »

can you tell us if there's anything special about this mac? is it running a special security layer?

its very rare (unheard of) to have issues like this under recent versions of macOS, so i'm wondering what might be different.

check you're using the 2.6 series of jamovi

jonathon
mooneater
Posts: 3
Joined: Fri May 02, 2025 8:29 am

Re: Jamovi not running on macos Sequoia

Post by mooneater »

jonathon wrote: Sat May 03, 2025 7:34 am can you tell us if there's anything special about this mac? is it running a special security layer?

its very rare (unheard of) to have issues like this under recent versions of macOS, so i'm wondering what might be different.

check you're using the 2.6 series of jamovi

jonathon
It is a fresh install, we just bought the macbook (second hand). It was entirely clean.

We, by mistake, first tried the intel 2.6 installer, but after that didn't work, we removed that and downloaded the 2.6.44 version.
User avatar
jonathon
Posts: 2821
Joined: Fri Jan 27, 2017 10:04 am

Re: Jamovi not running on macos Sequoia

Post by jonathon »

you could try the 2.3.28 and see if that works (on the download page).

jonathon
mooneater
Posts: 3
Joined: Fri May 02, 2025 8:29 am

Re: Jamovi not running on macos Sequoia

Post by mooneater »

jonathon wrote: Mon May 05, 2025 5:11 am you could try the 2.3.28 and see if that works (on the download page).

jonathon
2.3.28 is unfortunately x64 only, but also doesn't start due to that macOS can not verify it's correctness (or something):

Code: Select all

_LSOpenURLsWithCompletionHandler() failed with error -128 for the files /Applications/jamovi.app/Contents/MacOS/jamovi and /Applications/jamovi.app/Contents/MacOS/jamovi-engine.
Then, trying 2.6.26_arm64 again, it now gives:

Code: Select all

zsh: trace trap  /Applications/jamovi.app/Contents/MacOS/jamovi
Is this something due to me modifying the .zshenv file?
Although - double checking, this trace trap also occurs after deleting the .zshenv file...
User avatar
jonathon
Posts: 2821
Joined: Fri Jan 27, 2017 10:04 am

Re: Jamovi not running on macos Sequoia

Post by jonathon »

hi,

this is all unusual. but yes, i couldn't see modifying the ~/.zshenv file helping the situation.

i would try removing jamovi, and attempting a clean installation of it. if that doesn't work, i'm not sure what the problem is here. i develop and use jamovi under macOS sequoia without issue, so it's surprising this is coming up.

if we wait, some other people might report that they are experiencing a similar problem, and perhaps a pattern will emerge as to when this is a problem.

in the mean time, i'd suggest you use the cloud version instead:

https://cloud.jamovi.org

sorry i don't have better news.

jonathon
Post Reply