error_messages
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
error_messages [2022/02/03 00:46] – johnsanc | error_messages [2023/07/04 15:31] (current) – johnsanc | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== Error Messages ====== | ====== Error Messages ====== | ||
- | |**ⓘ NOTE:** \\ This page is under construction and should not be considered comprehensive. This page aims to document all " | + | <WRAP info>This page is under construction and should not be considered comprehensive. This page aims to document all " |
\\ | \\ | ||
Line 137: | Line 137: | ||
==== Double Name Found ==== | ==== Double Name Found ==== | ||
- | * Two or more DATs in a directory | + | * There are sets that share the same name with different character case |
- | * Remediation: | + | * Remediation: |
==== Error is Set Missing Status in DatUpdate ==== | ==== Error is Set Missing Status in DatUpdate ==== | ||
Line 208: | Line 208: | ||
* This error should never occur, and if it does there is likely a logic error in the RomVault code. Basically this error means there is an invalid combination of ROM statuses and fix statuses. | * This error should never occur, and if it does there is likely a logic error in the RomVault code. Basically this error means there is an invalid combination of ROM statuses and fix statuses. | ||
* Remediation: | * Remediation: | ||
+ | |||
+ | ==== Deleting [X] Correct file not found. Rescan for [Y] ==== | ||
+ | * Before deleting an unneeded file, RomVault checked that the other copy actually exists but could not find the file. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Deleting [X] Correct file timestamp not found. Rescan for [Y] ==== | ||
+ | * Before deleting an unneeded file, RomVault checked that the other copy actually exists but the modified timestamp of that file didn't match what is in the cache. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Delete Check found multiple tree paths to the same file. Tree structure should be fixed: 1st Path = [X] 2nd Path = [Y] ==== | ||
+ | * Before deleting an unneeded file, RomVault checked that the other copy actually exists but found that the same file was referenced from more than one path. This is most likely to occur if you have misconfigured directory rules or a ToSort directory that also exists underneath your RomRoot. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Rescan needed, File Not Found : [X] ==== | ||
+ | * The file RomVault was attempting to use for a fix was not found. Your cache is out of sync with your filesystem. Its also possible there is a case sensitivity mismatch with the file RomVault is looking for. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Rescan needed, File Changed : [X] ==== | ||
+ | * The file RomVault was attempting to use for a fix was found, but the timestamp did not match what is recorded in the cache. Your cache is out of sync with your filesystem. | ||
+ | * Remediation: | ||
+ | |||
+ | |||
error_messages.1643849164.txt.gz · Last modified: 2022/02/02 23:46 (external edit)