-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Steam only] Wayland events: Broken pipe #152
Comments
Oh weird, haven't seen this one before. Just to confirm, what method are you using for deploying wolf? You using the nvidia container toolkit or manual method Also you able to attach your wolf config? Lastly I noticed your using unraid7 beta, not sure if this version of unraid could be introducing some issues (I'm still using 6). But also does this system happen to have multiple gpu's? Asking more to get better context of the setup |
First, thank you for your time ! :) Now, about your questions:
About the Unraid version, I updated it to 7.0.0-4 Beta to take advantage on the newly added support of User-space I/O HID subsystem (I had issues with this launching Wolf). Finally, yes I'm having multiple GPUs (1 primary used for host and VMs & 1 secondary used for Dockers - currently used by 1 other container). |
Thanks for all the info, just a couple more questions:
My guess is that the real issue here is:
Which hints at some issue with the GPU and/or drivers. |
Detailed logs
Docker Run
|
Thanks for all the info, I think you can try a couple of things:
[apps.runner]
type = "docker"
name = "WolfSteam"
image = "ghcr.io/games-on-whales/steam:edge"
mounts = []
env = [
"PROTON_LOG=1",
"RUN_GAMESCOPE=true", # <-- CHANGE HERE!
"GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*",
] here's the default if you need it Historically Gamescope had a few hiccups with Nvidia so we've defaulted to Sway but I think it's worth a try. |
Just tested your ideas @ABeltramo, unforunately still not working. There is however an interesting error when using the Gamescope.
Logs with Sway (Rust log level to INFO)
Logs with Gamescope (Rust log level to INFO) :
|
Hello !
I'm trying to launch the GOW steam container and stream it through Wolf (Sunshine) but facing an error. To be honest, I'm having a hard time pointing it out.
I see 4 errors in the logs :
[ERROR] [sway/main.c:62] !!! Proprietary Nvidia drivers are in use !!!
--> From what I understand, Sway is compatible with Proprietary Nvidia drivers (although not supported), so we don't care
[error] Can't open RFKILL control device
--> For Wifi (I guess we don't care here either)
JGdk-Message: 13:37:24.888: Error reading events from display: Broken pipe
--> I suppose the result of a previous error in the stack
>fusermount3: fuse device not found, try 'modprobe fuse' first
error: fuse init failed: Can't mount path /tmp/sockets/doc
--> My best guess so far
I've seen users recommending to pass Fuse from host as a device but I'm not convinced. If anyone has an idea :)
Detailed logs
Additionnal information
Host OS : Unraid 7.0.0-beta4 (based Slackware 15.0 x86_64 (post 15.0 -current))
The text was updated successfully, but these errors were encountered: