You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Put Appimage on linux/steamdeck
Add to steam
Add server info
Set default for full screen mode
Enable full screen via view menu
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.
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.
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:
Expected behavior
It shouldn't crash like this, but also we likely need documentation on where it's storing settings like this.
Screenshots
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...
The text was updated successfully, but these errors were encountered: