SteamDeckHomebrew / decky-loader

A plugin loader for the Steam Deck.
https://decky.xyz
GNU General Public License v2.0
4.49k stars 156 forks source link

Issue with beta client when selecting items in CSS-Loader and Animation Changer stores #252

Closed XarceChronus closed 1 year ago

XarceChronus commented 1 year ago

This only affects client beta, going into a store such as animation changer or CSS loader and selecting an item causes an error overlay that blurs the entire screen. You are unable to interact with it or refresh and it persists throughout the entire client unless you're in game. Bringing up the steam menu Will bring back the blurry overlay error. Using the three dots button is fine however and that menu seems to overlay everything beneath it.

TrainDoctor commented 1 year ago

Since it was noted this issue effects not the Decky Loader's Plugin Store than this issue lies with the CSS-Loader Store and the Animation Changer stores respectively. I'll be closing this as a wontfix issue for now and would request that you please submit this as issues on each of their respective pages. CSS-Loader and Animation Changer respectively.

beebls commented 1 year ago

Despite being closed, I thought I'd still just chime in here as I make the frontend for CSSLoader.

This issue is caused by Valve changing how their router function is accessed. This was changed once a few weeks ago, to which we added a try-catch to use the new behaviour, but it appears that it has been changed yet again, so I will do some digging and try to figure out where the new-new router is located.