User Tools

Site Tools


bugs_known_issues

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bugs_known_issues [2022/08/02 12:51] – [Table] johnsancbugs_known_issues [2022/11/20 11:08] (current) – [Bugs & Known Issues] johnsanc
Line 2: Line 2:
 ====== Bugs & Known Issues ====== ====== Bugs & Known Issues ======
  
-|**💡 TIP:** \\ Help us help you! If you find a bug or experience a crash not on this list, please report it on the [[https://discord.com/channels/619198661838241795/622121052364865591|ROMVault Discord in the bug-reporting channel]]. Its always helpful to provide context around your setup, details about when the crash occurred, screenshots, and how to reproduce (if possible).|+<WRAP tip>Help us help you! If you find a bug or experience a crash, please report it on the [[https://discord.com/channels/619198661838241795/622121052364865591|ROMVault Discord in the bug-reporting channel]]. Its always helpful to provide context around your setup, details about when the crash occurred, screenshots, and how to reproduce (if possible).</WRAP> 
 + 
 +<WRAP important>**The list below may be outdated. Please refer to the new and improved [[https://romvault.convas.io/bugs|RomVault Bug Tracker]].** \\ Feel free to add any new bugs discovered along with relevant info to reproduce the issue.</WRAP>
  
 ===== Bugs ===== ===== Bugs =====
Line 31: Line 33:
 | 23  | Logic  | An unaccounted for combination of ROM statuses can occur during a fix and throw and error ([[https://cdn.discordapp.com/attachments/622121052364865591/1004033118686167090/unknown.png|screenshot]])                                                                                                                                                                                                                                                                                                                                                                                                                                                  | | 23  | Logic  | An unaccounted for combination of ROM statuses can occur during a fix and throw and error ([[https://cdn.discordapp.com/attachments/622121052364865591/1004033118686167090/unknown.png|screenshot]])                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
 | 24  | Minor  | Ampersand characters in file and path names are not displayed in the scanning status window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                            | | 24  | Minor  | Ampersand characters in file and path names are not displayed in the scanning status window                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                            |
 +| 25  | Crash  | A "Start index cannot be less than zerp" error can occur when trying to make a Full DAT from the RomVault root ([[https://cdn.discordapp.com/attachments/622121052364865591/1000141307282460803/unknown.png|screenshot]])                                                                                                                                                                                                                                                                                                                                                  |                                                                            |
 +| 26  | Crash  | A crash will occur if the temp archive is open by another process when RomVault tries to rename it ([[https://cdn.discordapp.com/attachments/622121052364865591/998999022201221130/message.txt|error dump]])                                                                                                                                                                                                                                                                                                                                                                                                                                          |
 +| 27  | Minor  | A "file has changed" error can occur and display dump info into the error popup ([[https://cdn.discordapp.com/attachments/622121052364865591/992469318174515320/unknown.png|screenshot]])                                                                                                                                                                                                                                                                                                                                                                                  |                                                                            |
 +| 28  | Minor  | The "_0" is inserted into the incorrect place to avoid naming conflicts if the set name contains periods. ([[https://cdn.discordapp.com/attachments/622121052364865591/1008043052230778911/unknown.png|screenshot]])                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  
  
 ===== Known Issues ===== ===== Known Issues =====
  
-^#^Description^Status^ +^ #   ^ Description                                                                                                                                                                                                                                                                                                                                                                                       ^ Status  
-|1|Fixes from 7z archives to Uncompressed sets do not use the 7z cache| | +| 1   | Fixes from 7z archives to Uncompressed sets do not use the 7z cache                                                                                                                                                                                                                                                                                                                                       
-|2|If a path becomes inaccessible during a scan (E.g. mapped network drive), RV will continue to scan and erase information of previously scanned files. Ideally RV should halt if a path is inaccessible.| | +| 2   | If a path becomes inaccessible during a scan (E.g. mapped network drive), RV will continue to scan and erase information of previously scanned files. Ideally RV should halt if a path is inaccessible.                                                                                                                                                                                                   
-|3|Browsing subfolders in a ToSort during a scan/fix will change the DAT Info panel back to the root of the ToSort every few seconds. ([[https://cdn.discordapp.com/attachments/632705590287794176/953039139043950632/unknown.png|screenshot]])| | +| 3   | Browsing subfolders in a ToSort during a scan/fix will change the DAT Info panel back to the root of the ToSort every few seconds. ([[https://cdn.discordapp.com/attachments/632705590287794176/953039139043950632/unknown.png|screenshot]])                                                                                                                                                              
-|4|The 7z cache logic can result in scenarios where the cache directories can accumulate before deletions occur. This should be optimized to keep a minimum amount of data uncompressed in the 7z cache directories at any given time. ([[https://cdn.discordapp.com/attachments/622121052364865591/954314016052887592/unknown.png|screenshot]])| | +| 4   | The 7z cache logic can result in scenarios where the cache directories can accumulate before deletions occur. This should be optimized to keep a minimum amount of data uncompressed in the 7z cache directories at any given time. ([[https://cdn.discordapp.com/attachments/622121052364865591/954314016052887592/unknown.png|screenshot]])                                                             
-|5|If a fix only consists of removals to ToSort, the percentage complete and progress bar stay at 0% ([[https://cdn.discordapp.com/attachments/622121052364865591/947517931535859762/unknown.png|screenshot]])| | +| 5   | If a fix only consists of removals to ToSort, the percentage complete and progress bar stay at 0% ([[https://cdn.discordapp.com/attachments/622121052364865591/947517931535859762/unknown.png|screenshot]])                                                                                                                                                                                               
-|6|[WIP BUILD] ZipMove is sometimes not used if the archive to be moved contains a 0 byte file. This occurs if the zip to be moved resides in a path that comes before the destination directory alphabetically. (E.g. DirA -> DirB: ZipMove not used. DirB -> DirA: ZipMove is used.) ([[https://cdn.discordapp.com/attachments/960615740078186537/979787359321210950/unknown.png|screenshot]])| | +| 6   | [WIP BUILD] ZipMove is sometimes not used if the archive to be moved contains a 0 byte file. This occurs if the zip to be moved resides in a path that comes before the destination directory alphabetically. (E.g. DirA -> DirB: ZipMove not used. DirB -> DirA: ZipMove is used.) ([[https://cdn.discordapp.com/attachments/960615740078186537/979787359321210950/unknown.png|screenshot]])             
-|7|A "File changed, rescan needed" error can occur when there are unscanned files (using File archive type) in your RomRoot and a fix tries to move files of the same name into place. The error message is not intuitive, this should trigger an "Unexpected file found" error instead.  ([[https://cdn.discordapp.com/attachments/960615740078186537/979744251749470268/unknown.png|screenshot]])| | +| 7   | A "File changed, rescan needed" error can occur when there are unscanned files (using File archive type) in your RomRoot and a fix tries to move files of the same name into place. The error message is not intuitive, this should trigger an "Unexpected file found" error instead.  ([[https://cdn.discordapp.com/attachments/960615740078186537/979744251749470268/unknown.png|screenshot]])          
-|8|An "Unexpected file found in directory" error can occur when ZipMoving a complete archive from ToSort to RomRoot when multiple dats are mapped to the same directory in the RomRoot. ([[https://cdn.discordapp.com/attachments/960615740078186537/979747097131773992/unknown.png|screenshot]])| | +| 8   | An "Unexpected file found in directory" error can occur when ZipMoving a complete archive from ToSort to RomRoot when multiple dats are mapped to the same directory in the RomRoot. ([[https://cdn.discordapp.com/attachments/960615740078186537/979747097131773992/unknown.png|screenshot]])                                                                                                            
-|9|An "unexpected network error" can occur in situations where a mapped network drive is spun down and inaccessible until spin up. ([[https://cdn.discordapp.com/attachments/960615740078186537/978813537617051668/unknown.png|screenshot]])| | +| 9   | An "unexpected network error" can occur in situations where a mapped network drive is spun down and inaccessible until spin up. ([[https://cdn.discordapp.com/attachments/960615740078186537/978813537617051668/unknown.png|screenshot]])                                                                                                                                                                 
-|10|RomVault will attempt to scan archives even if the timestamp of the archive did not change. Example: A dat file contains zips as files, so you rename all your zips to *.zip_ to prevent RV from scanning the contents. After fixing the zips have the proper extension in the proper place. However, now if you scan that directory the zip contents will be hashed, which is unwanted. | |+| 10  | RomVault will attempt to scan archives even if the timestamp of the archive did not change. Example: A dat file contains zips as files, so you rename all your zips to *.zip_ to prevent RV from scanning the contents. After fixing the zips have the proper extension in the proper place. However, now if you scan that directory the zip contents will be hashed, which is unwanted.                  | 
 +| 11  | There is a memory leak with mono 6.8.. upgrade to a newer version at [[https://monodevelop.com]]                                                                                                                                                                                                                                                                                                          |
  
 ===== Linux Specific - Issues ===== ===== Linux Specific - Issues =====
  
-^#^Description^Distro Reported^Status^ +^ #   ^ Description                                                                                                                                                                                                                                                                                                                                                                                              ^ Distro Reported    ^ Status                     
-|1|DATVault takes approximately 45 seconds to load and displays a black screen in the process ([[https://cdn.discordapp.com/attachments/622121052364865591/924692499279265822/unknown.png|screenshot]]) |Ubuntu 20.04 | | +| 1   | DATVault takes approximately 45 seconds to load and displays a black screen in the process ([[https://cdn.discordapp.com/attachments/622121052364865591/924692499279265822/unknown.png|screenshot]])                                                                                                                                                                                                     | Ubuntu 20.04                                  
-|2|DATVault initially loads with no DATs. Closing the window and reopening can resolve the issue. ([[https://cdn.discordapp.com/attachments/622121052364865591/924698444591939604/unknown.png|screenshot]]) |Ubuntu 20.04 | | +| 2   | DATVault initially loads with no DATs. Closing the window and reopening can resolve the issue. ([[https://cdn.discordapp.com/attachments/622121052364865591/924698444591939604/unknown.png|screenshot]])                                                                                                                                                                                                 | Ubuntu 20.04                                  
-|3|DATVault groups filter sometimes shows with a black box ([[https://cdn.discordapp.com/attachments/622121052364865591/924706654375776336/unknown.png|screenshot]]) |Ubuntu 20.04 | | +| 3   | DATVault groups filter sometimes shows with a black box ([[https://cdn.discordapp.com/attachments/622121052364865591/924706654375776336/unknown.png|screenshot]])                                                                                                                                                                                                                                        | Ubuntu 20.04                                  
-|4|DATVault will sometimes crash if loaded with login info saved in the config.xml |Ubuntu 20.04 | | +| 4   | DATVault will sometimes crash if loaded with login info saved in the config.xml                                                                                                                                                                                                                                                                                                                          | Ubuntu 20.04                                  
-|5|DATVault checkboxes in the main DAT grid always appear checked ([[https://cdn.discordapp.com/attachments/622121052364865591/917884106472316978/unknown.png|screenshot]])|Various | | +| 5   | DATVault checkboxes in the main DAT grid always appear checked ([[https://cdn.discordapp.com/attachments/622121052364865591/917884106472316978/unknown.png|screenshot]])                                                                                                                                                                                                                                 | Various                                       
-|6|Clicking external links in the DATVault UI causes a "Cannot find the specified file" error  ([[https://cdn.discordapp.com/attachments/626804061139632128/924748283212091402/unknown.png|screenshot]])|Ubuntu 21.04|Partially fixed in v3.4.3| +| 6   | Clicking external links in the DATVault UI causes a "Cannot find the specified file" error  ([[https://cdn.discordapp.com/attachments/626804061139632128/924748283212091402/unknown.png|screenshot]])                                                                                                                                                                                                    | Ubuntu 21.04       | Partially fixed in v3.4.3  
-|7|Generating a fixDAT can cause a crash if no directory is selected. RomVault attempts to save to a "Reports" subdir in the working directory, but if this subdir does not exist a crash will occur. ([[https://cdn.discordapp.com/attachments/626804061139632128/924750988965998592/unknown.png|screenshot]])|Ubuntu 21.04 | | +| 7   | Generating a fixDAT can cause a crash if no directory is selected. RomVault attempts to save to a "Reports" subdir in the working directory, but if this subdir does not exist a crash will occur. ([[https://cdn.discordapp.com/attachments/626804061139632128/924750988965998592/unknown.png|screenshot]])                                                                                             | Ubuntu 21.04                                  
-|8|Sometimes the tree view can disappear when navigating around. Example: If you have one tree that's expansive, scroll down, then switch to a smaller tree the pane goes blank. You need to swap and swap back to get it to appear again. Basically it doesn't scroll back up on the first swap.([[https://cdn.discordapp.com/attachments/622121052364865591/929928974254080071/unknown.png|screenshot]])| | | +| 8   | Sometimes the tree view can disappear when navigating around. Example: If you have one tree that's expansive, scroll down, then switch to a smaller tree the pane goes blank. You need to swap and swap back to get it to appear again. Basically it doesn't scroll back up on the first swap.([[https://cdn.discordapp.com/attachments/622121052364865591/929928974254080071/unknown.png|screenshot]])                                                
-|9|A hard crash with a "file already exists" error can occur when a case-sensitive rename occurs ([[https://cdn.discordapp.com/attachments/622120770331475978/929450019642306600/Screenshot_20220108_125956.png|screenshot 1]]) ([[https://cdn.discordapp.com/attachments/622121052364865591/932375946370113556/Screen_Shot_2022-01-16_at_17.46.09.png|screenshot 2]])|case sensitive FS| |+| 9   | A hard crash with a "file already exists" error can occur when a case-sensitive rename occurs ([[https://cdn.discordapp.com/attachments/622120770331475978/929450019642306600/Screenshot_20220108_125956.png|screenshot 1]]) ([[https://cdn.discordapp.com/attachments/622121052364865591/932375946370113556/Screen_Shot_2022-01-16_at_17.46.09.png|screenshot 2]])                                      | case sensitive FS                             | 
 +| 10  | The Game details and ROM details grids do not display the & character correctly.  ([[https://cdn.discordapp.com/attachments/622121052364865591/1005883566191820881/unknown.png|screenshot]])                                                                                                                                                                                                                                                           |
  
 ===== TorrentZip UI ===== ===== TorrentZip UI =====
bugs_known_issues.1659469892.txt.gz · Last modified: 2022/08/02 12:51 by johnsanc