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

Games preview always gets stuck on 47888/47889 #389

Open
ankx22 opened this issue Sep 6, 2024 · 3 comments
Open

Games preview always gets stuck on 47888/47889 #389

ankx22 opened this issue Sep 6, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ankx22
Copy link

ankx22 commented Sep 6, 2024

Ludusavi version

v0.25.0

Operating system

Windows

Installation method

Standalone

Description

Whenever I starts Ludosavi and run the preview games, the bar always goes quickly to 47888/47889 and then just remains there permenantly. Never completes and so I am never able to backup anything. Is it something wrong that I am doing?
Screenshot_1

Logs

No response

@ankx22 ankx22 added the bug Something isn't working label Sep 6, 2024
@mtkennerly
Copy link
Owner

Hi! There's probably one particular game that has a bad save location in the manifest, causing Ludusavi to scan too much.

Could you please open Command Prompt and try running this? (replace C:\path\to\ludusavi.exe with the actual path on your system)

set RUST_LOG=ludusavi=trace
C:\path\to\ludusavi.exe backup --preview

Once it gets stuck, please upload a copy of %APPDATA%\ludusavi\ludusavi_rCURRENT.log here. The log should show which game it's stuck on.

@ankx22
Copy link
Author

ankx22 commented Sep 7, 2024

ludusavi_rCURRENT.log

Heres the log. Is the problem with MSFS?

@mtkennerly
Copy link
Owner

Yeah, that looks like the issue, since the files for that game can be pretty huge. It's come up a few other times (#243, #375).

On the "other" screen, in the backup exclusions list, you can add a file entry for ~/AppData/Local/Packages/Microsoft/FlightSimulator_8wekyb3d8bbwe to exclude those files from the scan entirely.

Long-term, Ludusavi should probably be able to report individual files for a game instead of waiting for the whole game to finish scanning, or at least be able to skip a game if it hits certain size/time limits.

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