ABeltramo
ABeltramo
We've gone to great lengths to properly isolate virtual devices between containers to avoid games picking up joypads that are in other sessions (or on the host) in order to...
> Got it, makes sense. If you tell me that the server side controller is an anti pattern, I can try to avoid that kind of approach. > It is...
There's a bit of discussion about the udev rules here already https://github.com/games-on-whales/wolf/issues/193
You have quite a lot of issues going on, there's probably something going on where the LXC host is running; could you share your config in more details? Also, could...
It seems that the container is failing to start with ``` userdel: /home/ubuntu not owned by ubuntu, not removing ``` Which seems odd since we don't touch that folder, have...
Yeah, the mdns library doesn't currently support passing a static IP directly, so it'll pick up whatever the "first" is https://github.com/games-on-whales/mdns_cpp/blob/0d57ae3db73d94ab2e7ac0a799a9165c8a221c80/src/mdns.cpp#L178-L211 We could extend it so that we can pass...
Most likely related to https://github.com/games-on-whales/inputtino/pull/31
This would have to follow the DualSense implementation using `uhid` instead of `uinput`. Unfortunately, I don't have much time to work on this at the moment, and I don't even...
We've just pushed a bunch of updates for all images, could you try pulling the latest and see if it fixes it for you? ``` docker pull ghcr.io/games-on-whales/pegasus:edge ```
The error is fairly clear: **Could not resolve host: repo.steampowered.com**. DNS error? Network issues? Sounds like a problem on your side, not sure what we can do about it..