streetpea / chiaki-ng

Next-Generation of Chiaki (the open-source remote play client for PlayStation)
https://streetpea.github.io/chiaki-ng/
GNU Affero General Public License v3.0
1.15k stars 74 forks source link

[BUG] Chiaki not working on Legion GO - Black Screen, press L1+L3+R1+R3 message is displayed but no action #360

Closed BobyMT closed 1 month ago

BobyMT commented 4 months ago

Describe the bug I've adjusted the resolution in the Chiaki settings and now it doesn't start anymore, only with a black screen:

image

PS5 is starting normally and I can hear the sounds of navigating the menu, but the screen remains black on the Legion GO.

Is there a way to reset the settings of the app so I can start it again on the console?

streetpea commented 4 months ago

I assume you are in autoconnect. Hit the back (b) button to exit autoconnect back to the settings menu. I wouldn’t think just adjusting the resolution would cause that though…

BobyMT commented 4 months ago

After further testing, I've managed to find the issue, it is related to the H265 HDR (PS5) codec, it causes the black screen and the settings dashboard can't be accessed at all, even after hitting the back button multiple times. image

I was able to revert the settings by reverting to 1.6.0, then went for the latest version again.

streetpea commented 4 months ago

@BobyMT i thought you were on the autoconnect page not the stream page. Where you were ctrl+q is what would have exited you to the menu.

BobyMT commented 4 months ago

I’ve set the H265 HDR codec again and CTRL + Q doesn’t work, however it worked on the non-HDR H265 codec. The HDR codec seems to be broken

streetpea commented 4 months ago

Huh it works fine on Steam Deck. It must be something with windows. What logs do you get?

streetpea commented 1 month ago

@BobyMT what’s happening is nothing is rendering bc for amd on Windows Vulkan doesn’t work with hdr (see #393). If you want to use hdr please switch to the d3d11va hw decoder from either auto or Vulkan. It should work then. Since it is actually the hdr issue meaning the overlay just isn’t displaying when you click the stream menu (not an issue with the input itself) I’m closing this issue as that issue is being tracked in #393