Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Ran appimage on steamdeck, now can't run the app. #215

Open
Ronald-Diemicke opened this issue Dec 30, 2024 · 1 comment
Open

Bug: Ran appimage on steamdeck, now can't run the app. #215

Ronald-Diemicke opened this issue Dec 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Ronald-Diemicke
Copy link

Ronald-Diemicke commented Dec 30, 2024

Describe the bug

Added the appimage version to my steamdeck, then added it to steam as a non-steam game, things were looking good and I got into the normal view... then I set the default view to be full screen, then hit full screen mode off the view menu and it died. Now, when I open the app, it dies immidately:

Steps To Reproduce

Steps to reproduce the behavior:

  1. Put Appimage on linux/steamdeck
  2. Add to steam
  3. Add server info
  4. Set default for full screen mode
  5. Enable full screen via view menu
  6. The app is now dead

Expected behavior

It shouldn't crash like this, but also we likely need documentation on where it's storing settings like this.

Screenshots

error

Log

(I found the log file!)

{"timestamp":"2024-12-30T03:38:14.675526Z","level":"WARN","fields":{"message":"Error watching directory: Error { kind: Io(Os { code: 13, kind: PermissionDenied, message: "Permission denied" }), paths: ["/home/deck/.local/share/Steam/steamapps/common/Proton 7.0/dist/share/default_pfx/dosdevices/z:/efi"] }"},"target":"retrom_plugin_steam"}
{"timestamp":"2024-12-30T03:38:14.813283Z","level":"WARN","fields":{"message":"Error watching directory: Error { kind: Io(Os { code: 13, kind: PermissionDenied, message: "Permission denied" }), paths: ["/run/media/deck/78d7f97a-dafb-443d-927a-3337633bb467/lost+found"] }"},"target":"retrom_plugin_steam"}
{"timestamp":"2024-12-30T03:38:14.814118Z","level":"WARN","fields":{"message":"Error watching directory: Error { kind: PathNotFound, paths: [] }"},"target":"retrom_plugin_steam"}

I'm guessing this has something to do with the steamdeck file system being more 'read-only' in nature...

@JMBeresford
Copy link
Owner

Those warnings are safe to ignore -- I imagine there is an issue w/ the webview. To see the webview logs you would need to download a debug build ( any pre-release in the releases page ) and you can then right-click -> inspect element to see the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants