Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cider

Prepare for a fresh, reimagined experience with Cider – your favorite Apple Music client! · By Cider Collective

Can't launch Cider v2.5.0 on Ubuntu 24.04

A topic by cider.66s12 created Sep 17, 2024 Views: 667 Replies: 6
Viewing posts 1 to 4
(1 edit) (+1)

When launching Cider v2.5.0 on Ubuntu 24.04 (just upgraded from 22.04), Cider never opens. Launching via CLI gives this output:

```
cider --trace-warnings

[24090:0917/112237.227066:FATAL:credentials.cc(127)] Check failed: . : Permission denied (13)

[1]    24090 trace trap (core dumped)  cider --trace-warnings
```

same error for me, they started appearing after the upgrade from 22. I removed cider, reinstalled the latest version from this page and the terminal showed me the same thing

[10990:0929/173546.613213:FATAL:credentials.cc(127)] Check failed: . : Permission denied (13)

Trace/breakpoint trap (core dumped)

(+1)

Ok, the fix for this (or what worked for me) is apparently this:

sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 

as per these questions.
https://stackoverflow.com/questions/76165512/fatalcredentials-cc127-check-failed...

https://askubuntu.com/questions/1471028/fatalcredentials-cc127

(+1)

Thank you, finally fixed it for me after that!

neveretheless, you have to use it after every restart, so that's annoying af.

I added it to /etc/sysctl.conf so that fix for me.

(+1)

I don't know why I didn't think about that 😅 thx