orbea
orbea
> So a simple fix would be to remove that line from your script. You'll need to remove it from thousands of scripts.In other words that is not a reasonable...
> I'm just saying `exit 0` isn't needed and removing that line appears to make the finding go away. As already explained this is clearly not the solution.
That works, thanks. Why did it work for me if I used yt-dlp to download the video rather than using mpv to stream the video?
I think the switch from SDL2 to SDL3 resulted in the previous input configuration window not working. In my case I simply switched the input device from my controller to...
I get the same audio crackling (Underruns) using alsa-lib-1.2.13 in Metaphor: ReFantazio that I do in Tales of Symphonia (https://github.com/ValveSoftware/Proton/issues/822#issuecomment-2326999328) and Ys VIII (https://github.com/ValveSoftware/Proton/issues/3820#issuecomment-2477846139). ``` ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred...
The suspend screensaver still works here, can you explain your environment better? What DE or WM are you using? Is this with xorg or wayland? In the past I have...
Do you have `xprop` installed? I'm not sure what other dependencies could be missing that could cause problems. I don't suppose `retroarch --verbose` has any clues?
I suppose its compiled against wayland as well and your system has libraries for both. I'm not sure if that could cause issues or not either... You could confirm by...
The relevant lines of the log sadly show no indication of failure. ``` [INFO] [X11]: Suspending screensaver (X11, xdg-screensaver). [INFO] [Video]: Found display server: x11 ``` Its very possible that...
Does it work if you build older releases? You can checkout older tags pretty easily. ``` git checkout v1.4.1 ``` I would suggest using this to make sure you have...