Matthew Kennerly
Matthew Kennerly
Ah, it didn't get far enough to generate any logs because it didn't understand the title. `$GAME` was just a placeholder - you should change it to `Deadpool`, like this:...
No, you shouldn't make each individual game into a root. That won't work. Roots are for groups of games, not individual games. Since you have `/home/deck/Games` as an other-type root,...
Thank you for clarifying! I do still need you to run this command and provide the logs, please: ``` RUST_LOG=ludusavi=trace flatpak run com.github.mtkennerly.ludusavi backup --preview "Deadpool" ```
That's not the command from my previous comment 😅 Please copy/paste it and run it exactly as-is. Afterwards, I'll need the log file from the config folder, **not** the command...
Hmm... Could you try this instead, with Flatpak's own `--env` option? Maybe it just wasn't seeing the environment variable. ``` flatpak run --env=RUST_LOG=ludusavi=trace com.github.mtkennerly.ludusavi backup --preview "Deadpool" ```
Just to double check, what does this command say? ``` flatpak run com.github.mtkennerly.ludusavi --version ``` Logging wasn't available before v0.13.0. I know you already specified v0.13.0 in the initial comment,...
> ludusavi 0.12.1 Okay, yeah, that's the problem 😅 Please update: ``` flatpak update flathub com.github.mtkennerly.ludusavi ``` Then try again, and it should create the log file this time: ```...
Ah, sorry, update has different syntax than install. Try this one: ``` flatpak update com.github.mtkennerly.ludusavi ```
Great! Looks like it updated successfully. I think we're almost there. Now let's try these again: ``` flatpak run com.github.mtkennerly.ludusavi --version ``` ``` flatpak run --env=RUST_LOG=ludusavi=trace com.github.mtkennerly.ludusavi backup --preview "Deadpool"...
Thank you! Here's what I see based on the logs: ### Deadpool I do see that it found one file for Deadpool: ``` DEBUG [ludusavi::prelude] [Deadpool] found: /home/deck/Games/Deadpool/TransGame/Config/PC/Cooked/Coalesced.ini ``` Do...