Josef Wells
Josef Wells
I would like something like this (but maybe depend on an ENV variable to set the location for the clone) This would cover the original-bug intent (TLDR_DATA=/personal tldr special_command vs....
Running with debug/logging to console and trying to refresh the public lobbies, I see: `WebService web_service/web_backend.cpp:GenericRequest:114: GET to https://api.yuzu-emu.org/lobby returned null (httplib Error: SSL server verification failed) ` SSL, everyone's...
https://github.com/yuzu-emu/yuzu/issues/8897 The fix there works: SSL_CERT_FILE=/etc/ssl/cert.pem yuzu Then I can see the multiplayer rooms. So interesting the ticket leads to another ticket: https://github.com/yuzu-emu/yuzu/pull/8871 (Closed) Which led to a merged PR:...
We do have "/app/yuzu/AppRun", which picks the right SSL, as well as a bunch of other stuff. /app/yuzu/AppRun yuzu Also fixes the lobby issue (but who knows what it breaks)
Ah, you can just replace yuzu with /app/yuzu/AppRun /app/yuzu/AppRun yuzu, eventually execs "yuzu yuzu" which makes an error about not being able to load the rom, (yuzu), so really AppRun...
New phone for my wife and I have the same problem. I can get to it using the system file picker and see shared files on Google drive there, but...
None of this worked for me consistently. I finally gave up and used dropbox which has no such issues.
I seem to have similar sleep issues, but I found this, wondering if anyone has tried: https://gist.github.com/bmcbm/375f14eaa17f88756b4bdbbebbcfd029 If I keep GPU usage low when I sleep it seems to be...
Suggestions in the other bug helped me. (Arch BTW) Enabling nvidia-* services (suspend, resume, hibernate) and adding the options to the modprobe.d file. Nvidia-open, which I read is recommended by...
> > Suggestions in the other bug helped me. > > Which ones? These. > > (Arch BTW) Enabling nvidia-* services (suspend, resume, hibernate) > > Already enabled. > >...