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

Since 0.9.20, LRR can't pick up archives reliably (only if they are placed in a subfolder with many other archives?) #1069

Open
soarpasser opened this issue Aug 31, 2024 · 6 comments
Labels

Comments

@soarpasser
Copy link

soarpasser commented Aug 31, 2024

(edited) with further testing this seems to be a completely different issue, marked below.

@soarpasser soarpasser changed the title EGREGIOUS BUG: Since 0.9.20 the program apparently cannot detect archives with a "[" and "]" in the filename Since 0.9.20 the program apparently cannot detect some archives with a "[" and "]" in the filename Aug 31, 2024
@Difegue
Copy link
Owner

Difegue commented Aug 31, 2024

As mentioned on Discord, I've not been able to repro this.
image

Might be a W10-only issue? It'd be weird to me though..

@soarpasser
Copy link
Author

After further testing, I can confirm that this issue appears on Windows 10, WSL2 installations of versions 0.9.20 and up.
The issue does not occue on Windows 10, WSL1 installations.

@soarpasser
Copy link
Author

soarpasser commented Sep 1, 2024

Did even more testing...
It looks like this problem only happens when you move the archive to a specific subfolder under the content folder.
More specifically, I think it has to do with the number of items that are currently in that subfolder.

Here's how I organize my content folder:

  1. Root folder
    2. subfolder1 (4000+files)
    3. subfolder2 (800 files)
    4. subfolder3 (600 files)
    5. ......
    10. subfolder10 (20 files)

I find that when, and ONLY when I move an archive in subfolder1,2,3 with a large amount of files, does this error have the potential to occur. Otherwise, when I move it anywhere else, no matter it be a subfolder or the root content directory, the error does not occur.

Thus I suspect that the amount of files in the content folder might cause this issue to happen.
This also means that this might not just be limited to windows 10 as originally suspected, but instead to content folders that fulfill the above criteria.

@soarpasser soarpasser changed the title Since 0.9.20 the program apparently cannot detect some archives with a "[" and "]" in the filename Since 0.9.20, LRR can't pick up archives reliably if they are placed in a subfolder with many other archives (4000+) Sep 1, 2024
@soarpasser soarpasser changed the title Since 0.9.20, LRR can't pick up archives reliably if they are placed in a subfolder with many other archives (4000+) Since 0.9.20, LRR can't pick up archives reliably (only if they are placed in a subfolder with many other archives?) Sep 1, 2024
@siliconfeces
Copy link
Contributor

This is conjecture, but I do have some suspicions.

When LRR does it initial scan, it first finds all files before doing any processing. Thus, if there's a lot of files it may take a while before anything happens. ALSO, if any archive causes LRR to crash, you won't get any archives.

If you look in the logs (Shinobu being particularly interesting), does anything stand out?

@soarpasser
Copy link
Author

This is conjecture, but I do have some suspicions.

When LRR does it initial scan, it first finds all files before doing any processing. Thus, if there's a lot of files it may take a while before anything happens. ALSO, if any archive causes LRR to crash, you won't get any archives.

If you look in the logs (Shinobu being particularly interesting), does anything stand out?

No, even with debug mode enabled it doesn't show any relevant logs, it's like nothing happens at all.
I've since went to legacy builds running WSL1 and the issue doesn't exist there.

@hucurve
Copy link

hucurve commented Nov 6, 2024

I also encountered a similar problem, so that all the files in the directory rather than sub-file will solve this problem?thats really annoyning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants