DeckThemes / SDH-CssLoader

Loads CSS dynamically into the steam deck game ui
GNU General Public License v3.0
119 stars 9 forks source link

CSS Loader Startup error #81

Closed zhouLife closed 1 year ago

zhouLife commented 1 year ago

Error loading CSS Loader ReferenceError: DFL is not defined QQ图片20230518211647 QQ图片20230518212120

PartyWumpus commented 1 year ago

That's probably because you're using the testing version of css loader on stable decky. Either get the normal version of css loader or update decky to prerelease. (Normally this would be fine, but the testing version of css loader is testing a new feature that isn't in stable decky yet)

zhouLife commented 1 year ago

That's probably because you're using the testing version of css loader on stable decky. Either get the normal version of css loader or update decky to prerelease. (Normally this would be fine, but the testing version of css loader is testing a new feature that isn't in stable decky yet) Thank you. Changing the version is back to normal. Decky plugin loader: v2.8.2 CSS Loader 1.6.1-6cca131 error CSS Loader 1.6.1-8fb20fc Normal

beebls commented 1 year ago

It errors as the testing store version of CSSLoader is using the WIP implementation of global decky-frontend-lib. This is something that is a collaboration between us and the Decky team, and we're using testing store CSSLoader as a way to test and iron out bugs.

For anyone else experiencing this, you can either:

Closing as this isn't an issue but instead intentional.