Roboron3042

Results 19 comments of Roboron3042

I tried this fix, but it didn't fix anything for me :/

This is solved by adding `strip-components: 0` to "sources". However, it should not happen in the first place...

- Owncast v0.1.2 - Firefox 120.0.1 - Owncast server on another machine, but on my same LAN. - Accessing the admin panel through its local IP and port: http://192.168.0.42:8081 -...

Pinging @coolbho3k since he implemented support for Steam Deck and I don't own one.

It would be fantastic, but not so many have access to more than one controller. I myself don't, so I can not implement this myself!

Currently device is accessed using `libusb_open_device_with_vid_pid`, but that only works for one device. For more, one would need to call `libusb_get_device_list` and find the controllers (I don't know the details)....

You can try [this fork](https://github.com/CrazyCritic89/SteamHapticsSinger) that claims to have Steam Deck compatibility. Unfortunately, I don't have a Steam Deck. So I can not test it.

Indeed, this is not random, but the consequent of the "dirty fix" - fix which consists on reclaiming the controller every 2 seconds. This causes program to "hang" while the...

Yes, it is most probably a firmware update which started causing this behavior. Maybe Valve did this intentionally for whatever reason, and there's no way to prevent it, other than...