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/02 01:40] – 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 " |
\\ | \\ | ||
----- | ----- | ||
===== Loading DATs ===== | ===== Loading DATs ===== | ||
+ | \\ | ||
==== Invalid DAT File ==== | ==== Invalid DAT File ==== | ||
* The DAT file format is not supported by RomVault. | * The DAT file format is not supported by RomVault. | ||
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 148: | Line 148: | ||
----- | ----- | ||
===== Scanning Files ===== | ===== Scanning Files ===== | ||
+ | \\ | ||
+ | ==== File: [X] Error: [Y]. Scan Aborted. ==== | ||
+ | * A scanning error occurred. This is a catch all error for any scanning issue that halts the scan. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Zip File Locked ==== | ||
+ | * The file RomVault attempted to scan was locked by another process. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Zip Error Opening File ==== | ||
+ | * The file could not be opened. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Unsupported file type in CheckADir ==== | ||
+ | * Somehow RomVault attempted to scan something that wasn't a directory, zip, or 7z archive. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Unknown Reading File Type in Dir Scanner ==== | ||
+ | * Somehow RomVault attempted to scan nothing. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Error in File Scanning Code ==== | ||
+ | * How did you even get this error? | ||
+ | * Remediation: | ||
----- | ----- | ||
- | ===== Fixing | + | ===== Fixing |
+ | \\ | ||
+ | ==== You Need to Find Fixes before Fixing. (Incorrect File Status' | ||
+ | * Self-explanatory. A " | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Your Primary ToSort directory could not be found ==== | ||
+ | * Your Primary ToSort directory is not accessible. This directory is required because unneeded ROMs will be moved to this directory. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Logic error trying to find the file we are fixing ==== | ||
+ | * This error should never occur, and if it does there is likely a logic error in the RomVault code. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Trying to fix a file that already exists [X] ==== | ||
+ | * This error should never occur, and if it does there is likely a logic error in the RomVault code. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Did not find a file logic error while fixing duplicate named file. in FixFile ==== | ||
+ | * This error should never occur, and if it does there is likely a logic error in the RomVault code. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Unknown file status in Matching File found of [X] ==== | ||
+ | * This error should never occur, and if it does there is likely a logic error in the RomVault code. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Unexpected file found in directory. Rescan needed. [X] ==== | ||
+ | * The file being used for the fix already exists in the destination directory. Your cache is likely out of sync with the files you have in that directory | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Error in Fix Rom Status [repair_status] : [dat_status] : [got_status] ==== | ||
+ | * 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: | ||
+ | |||
+ | ==== 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: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ----- | ||
+ | ===== Other Errors ===== | ||
+ | \\ | ||
+ | ==== Unknown Tree settings in DisplayTree ==== | ||
+ | * Something has gone horribly wrong and you should report this error on Discord with steps to reproduce. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== You cannot delete the [X] Directory Settings ==== | ||
+ | * Self-explanatory. This error occurs when you attempt to delete the directory settings for your RomRoot. | ||
+ | * Remediation: | ||
+ | |||
+ | ==== Unknown test status [file], [dat_status], | ||
+ | * This error should not be possible. It is only triggered when executing Find Fixes and there is a ROM status that is unknown to the rest of the RomVault code. | ||
+ | * Remediation: | ||
+ | ==== Incompatible Compare type ==== | ||
+ | * How did you even get this error? | ||
+ | * Remediation: | ||
error_messages.1643766013.txt.gz · Last modified: 2022/02/02 00:40 (external edit)