Steam-Headless / docker-steam-headless

A Headless Steam Docker image supporting NVIDIA GPU and accessible via Web UI
GNU General Public License v2.0
909 stars 89 forks source link

[Bug]: Cannot use the /mnt/games #45

Closed telix5000 closed 1 year ago

telix5000 commented 1 year ago

Describe the Bug

I did a fresh install, it grabbed the newest client and now I cannot add the /mnt/games path.

I have tried the flatpak "fix" -- but this doesn't appear to be a flatpak, nor did it work. I can verify I see the directory within the OS, but I cannot simply add it when clicking + in the Storage setting.

Steps to Reproduce

No response

Expected Behavior

No response

Screenshots

No response

Relevant Settings

No response

Version

Latest

Platform

Docker

Relevant log output

No response

HarmonyTechLabs commented 1 year ago

Same issue here, I can't leave the debian-installation directory under steam. As a temporary work-around I remapped my games volume to mount to the steamapps dir under debian-installation.

survivor182ca commented 1 year ago

Inside container : sudo chown -R default /mnt/games/ + right click folders (inside container) R/W permission

HarmonyTechLabs commented 1 year ago

I did that, no dice. I am locked inside the debian-installation directory and have no way to navigate up and out of it.

survivor182ca commented 1 year ago

On your host before starting your container try to recreate the games directory with this command (here i assume that your host games directory is the same as the container game directory) : sudo mkdir -p /mnt/games sudo chown -R $(id -u):$(id -g) /mnt/games

Josh5 commented 1 year ago

Is this now resolved with the latest update?

telix5000 commented 1 year ago

I recreated the container and I still do not see the /mnt/games when I click on Storage.

On Wed, Jun 28, 2023 at 11:26 PM Josh Sunnex @.***> wrote:

Is this now resolved with the latest update?

— Reply to this email directly, view it on GitHub https://github.com/Steam-Headless/docker-steam-headless/issues/45#issuecomment-1612493703, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2MAIRGNK4PEZD2BWDWWBDXNUNYHANCNFSM6AAAAAAZSV534U . You are receiving this because you authored the thread.Message ID: @.***>

-- Matthew Aaron Song @.***

HarmonyTechLabs commented 1 year ago

Same issue here, image

I did run steam from the console, got the following errors specifically in the add location window if I try to force /mnt/games/steam in the folder name window:

Could not connect to X session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and h

it cuts off after the h at the end.

Shadow229 commented 1 year ago

Having the same issue. Downgraded to Nvidia driver 530.41.03 to get the container to open, am now in, but do not see the /mnt/games when I click on Storage.

Josh5 commented 1 year ago

This should now be fixed. Re-open if it is not: image