netbrain / zwift

Easily zwift on linux
The Unlicense
238 stars 27 forks source link

Error accessing writable storage #73

Closed StebQC closed 6 months ago

StebQC commented 6 months ago

Hi,

I'm using the recommended install method and I get the following error when starting Zwift: Screenshot from 2024-02-18 08-00-01

But if I change this in /usr/local/bin/zwift, it works.

<     -v zwift-$USER:/home/user/Zwift \
---
>     -v zwift-$USER:/home/$USER/Zwift \

I'm not sure why but this break the auto-login because the script looks for home/user/Zwift. I'm on Pop!_OS 22.04.

quietvoid commented 6 months ago

/home/user/Zwift is correct. You should make sure the permissions are correct for the volume. See https://github.com/netbrain/zwift/issues/56#issuecomment-1913116407.

StebQC commented 6 months ago

That was it. Thanks!