GameCube Backup Manager [Official Post]

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
Yeah, I use Russian Windows. Switched to English localisation just to check if there is a problem regarding enconding incompatibilty or something like that. Then I just noticed a bunch of duplicating folders in "bin" folder with gcit exe missing.
Ugh.. its definitely not just you.. scrubbing right now is a mess. Probably need to go back and rewrite the loop.. trying to do too much asynchronously gets weird real fast.
 

MuchToLearn

New Member
Newbie
Joined
Mar 3, 2023
Messages
1
Trophies
0
Age
33
XP
14
Country
United States
Hello,

Just created an account to post on this thread. I recently purchased a used Wii and started into modding it. Kinda trying to re-live the childhood I didn't have with access to a Wii... and now I'm playing it with my wife and little kids all these years later. I used ModMii, and everything worked out great!

Stumbled onto Gamecube ISO Tool and then this (Gamecube Backup Manager) as solutions to transferring my GC backups to USB HDD. Gamecube Backup Manager is a HUGE help in trying to transfer batches of ISO's over, rather than going 1 by 1 with GCIT. I think there is a "command line" method to use GCIT more effectively, but it's over my head. Lol.

Anyway, my question is regarding the "sys" folder that Gamecube Backup Manager transfers into the game folder with the ISO. This is does not happen when I use GCIT, and I'm wondering what this "sys" folder is for, if it is important, or a result of doing something incorrectly. I tried to read through this whole thread and don't see mention of it. Transferred games seem to be working on my Wii. This "sys" folder contains three things (apploader.img, bi2.bin, and boot.bin). Can someone explain what this folder is for, if it is necessary, or if I am making a mistake somewhere?

I understand any help given is voluntary, so I appreciate anyone in advance who is willing to offer answers.
 

Attachments

  • GCBackupMgr Sys Folder.jpg
    GCBackupMgr Sys Folder.jpg
    258.9 KB · Views: 54
Last edited by MuchToLearn,

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
Hello,

Just created an account to post on this thread. I recently purchased a used Wii and started into modding it. Kinda trying to re-live the childhood I didn't have with access to a Wii... and now I'm playing it with my wife and little kids all these years later. I used ModMii, and everything worked out great!

Stumbled onto Gamecube ISO Tool and then this (Gamecube Backup Manager) as solutions to transferring my GC backups to USB HDD. Gamecube Backup Manager is a HUGE help in trying to transfer batches of ISO's over, rather than going 1 by 1 with GCIT. I think there is a "command line" method to use GCIT more effectively, but it's over my head. Lol.

Anyway, my question is regarding the "sys" folder that Gamecube Backup Manager transfers into the game folder with the ISO. This is does not happen when I use GCIT, and I'm wondering what this "sys" folder is for, if it is important, or a result of doing something incorrectly. I tried to read through this whole thread and don't see mention of it. Transferred games seem to be working on my Wii. This "sys" folder contains three things (apploader.img, bi2.bin, and boot.bin). Can someone explain what this folder is for, if it is necessary, or if I am making a mistake somewhere?

I understand any help given is voluntary, so I appreciate anyone in advance who is willing to offer answers.
TBF, I came into this project well after it was basically a finished product, I've just made some improvements/changes here and there, and.. sadly, broken things along the way (Having to re-code/structure the way we were handling and storing information about the games, things not getting fully plugged up correctly, plus my admittedly lacking, mid-level knowledge of gamecube and wii backups from when I was actively modding my wii 15+ years ago.)

So, I can't exactly speak for sure about why gcit doesn't provide you with the same structure, as we're literally just calling gcit behind the scenes, maybe something to do with the command arguments passed that are non-default. Scrubbing games is one of the areas we (I) kind of struggle to wrap my head around handling.. we can't exactly talk with gcit while it's doing it's thing other than to check if it's still running, and if it exited successfully, or with an error (and which code). So we're building the string for the command with GCBM, and just launching gcit with those arguments in a shell, waiting. and proceeding, either with the finished file, or the error code.
I'd like to be able to handle this more granularly, and have more information/control over the process, but that would entail rewriting gcit from scratch. Seeing as it's closed source (to my knowledge), I would have a very steep learning curve to overcome (handling ISO files, custom extensions, byte manipulation/hex editing possibly) fairly quickly.
But.. to answer your question to the best of my knowledge, I did find this..:
https://gbatemp.net/threads/prepari...ed-a-batch-conversion-app.397995/post-5753582
Gamecube discs have a boot area that has the game's apploader, information about the game and the executable on it and another section that has data the game uses when it's running. It also has an index to indicate where on the disc in the data section the game's other files are. The the data section is laid out to optimize loading them from an optical drive. It is laid out with tools from the developer kit that do things like make sure streaming audio files start at the beginning of a sector, large files are generally put at the end of the disc, etc.

Moving those to a different area can affect the game executable accessing them the way it expects to.

Edit 3/10/23----
Oh, I guess, I found what's wrong. It's the installer messing up the bin folder, I think. Everything is fine with the zipped version.
Thanks for pointing this out. yeah, I had lost the script to make the installer and had to rewrite/update a way older version than I had been using before I went inactive/to the hospital last time (Oct/Sept) and.. it was not correct. I believe I have fixed this now though.

Fixed the installer
 
Last edited by Sjohnson1021,

Blythe93

The Treasure Tracker
Member
Joined
Oct 19, 2022
Messages
846
Trophies
1
XP
2,108
Country
Serbia, Republic of
First of all, thanks for making and maintaining this tool. I wonder if there's a chance to add .ciso and/or .nkit.iso support?
Also, is it possible to download 2d and full covers, similar to the ones that Wii Backup Manager fetches from GameTDB?
 
Last edited by Blythe93,

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
First of all, thanks for making and maintaining this tool. I wonder if there's a chance to add .ciso and/or .nkit.iso support?
Also, is it possible to download 2d and full covers, similar to the ones that Wii Backup Manager fetches from GameTDB?
Ciso and nkit support is planned.. currently looking for 14 year old source code... It'd be nice to still have Wiims SVN, (though I don't know if the source was ever shared)..

Edit: I'm dumb, Wiim moved to GitHub.

And I'll have to see if I can find anything on reading NKits / working with recovery days and fsts... Not sure if that is open source or not, I've been largely out of the wio scene since 2014 or maybe earlier, only occasionally checking back in when modding for friends/family. I don't think I ever really used Nkits, was using a wbfs drive..

All this to say, I've got some catching up to do, and a lot of reading/learning to do.. If anyone knows of what all is involved with NKits and the Redump days.. I'm gathering the dats are used to recover the nkit back to original, I'm not sure if this is something that realistically needs to be done again in another tool, or if I can simply include and use NKit's CLI..

I'll work on the covers, get that out of the way seeing as it can be added in just a line or two. Or maybe add options for selecting which types to download (disc,2d,3d,full).

I'm also looking into Avalonia UI, instead of the MAUI for the much needed rewrite. Well established, proven track record of working well across Win/Mac/Linux, and most importantly (IMO) doesn't feel like a mobile emulator running on desktop.

I'm wanting to get started on this ASAP, as truly, just having a cleaner, stronger foundation with a direction in mind, will be more stable, and easier to develop.

@laetemn had also expressed interest in building the rewrite around a plug-in system, so that extra functionality can be added by users down the line. Bonus challenge.. :)
 
Last edited by Sjohnson1021,

Blythe93

The Treasure Tracker
Member
Joined
Oct 19, 2022
Messages
846
Trophies
1
XP
2,108
Country
Serbia, Republic of
Lots of features incoming. ^^ Thank you for all the work you (and everyone else who contributed) so far, I'm looking forward to see what becomes of this wonderful software. Cheers!
 

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
Lots of features incoming. ^^ Thank you for all the work you (and everyone else who contributed) so far, I'm looking forward to see what becomes of this wonderful software. Cheers!

Let me temper expectations a little here... I'm looking at writing a C++/CLR wrapper for WIT, or attempting to reverse engineer native C# code from ~1500-3000 lines of C. That would be Ideal.. Spent most of today converting lib-ciso (~700 lines), but that heavily depends on lib-sf (SuperFile) which is another ~750 lines, and guess what? Yep, that file most assuredly depends on something that depends on something else.

IF.. and I very much mean IF, I can get lib-ciso, lib-sf, and possibly libwbfs, converted to C#, or successfully wrapped and exported to dll's, That should hypothetically allow for reading AND writing of ciso's. (I know wbfs is WII, but it is Included pretty much in every relevant file from WIT I've looked at, not being super familiar with C, It's not immediately obvious to me where I can cut ties, or cherry pick code. It's a slow process.

Alternatively, If I can nail down exactly what's going on in the .ciso file structure and work from there, That would at least allow reading necessary game ID and pull more info from that.
(I'm seeing mixed answers on whether or not the ISO data is compressed, or its just the unused blocks 0'd.. If all we're looking for is to get the internal game ID/info, I'm wondering if I can just skip the bytes in the CISO header, and read the rest of the 'iso' as normal. Will probably try writing this as a temp solution.)

NKit.. Is another beast if we're looking to recreate the tool's functionality natively . Or if we just care about accessing the important information like game ID or the FST, and feed this to NKit's own tool.

I'd prefer to have GCIT's "Scrubbing" replaced or supplemented with either WIT's or NKit's functionality converted to C# or wrapped in an Interop layer as much as possible, and not just launching the CLI with arguments and hoping it doesn't fail. But, if you guys would prefer having the options to configure and launch the CLI's, I could just bundle the tools (NKIT is GPL right? have to check), find where to place inputs for configuration, and hook those up.

Then, There's the Rewrite. Which has been discussed, but @Laetemn had talked about MAUI and .NET 6, I personally think Avalonia is better suited, as I'm not sure an Android or iOS app makes sense.

Help would definitely be appreciated, or if anyone has specifics on these file-structures. This has mainly been a 'for fun' project to get me back into desktop programming (I mainly focus on Web), and am quickly realizing just how out of my league I am.

These are planned, but I don't want to get people excited too early.
  • Covers I'll work on tomorrow, or well, this morning? First.. as that shouldn't take 10 minutes to write (need to clone a non-frankenstein'ed copy of the repo) , then packaging and publishing.
  • Next, CISO read support, at the very least reading the game ID, listing, and transferring them. (Will have to disallow scrubbing on .ciso's)
 

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
Well, .. That was actually a lot simpler than I had anticipated, sorry for the delay. Basic CISO Support, and Full/2D cover downloads have been added. You can't 'Scrub' .ciso's obviously, so 'installs' will default to 1:1 regardless of method chosen when handling .CISO files. DON'T RENAME them to .iso, GCBM will try to read the header in the wrong spot, and it crashes when you select one of these bugged records. (ID will show up as CISO, region unkown, blank spots). So, make sure they you preserve the .ciso extension.

https://github.com/AxionDrak/GameCube-Backup-Manager/releases/tag/2.6.1.9

I think next I'll probably look at replacing GCIT with WIT as I'm not sure a full CLI wrapper is worthwhile, and a recode gets messy especially if we're trying to maintain file integrity and recoverability.. and I'm assuming WIT has more modern/improved compatibility/functionality. Thoughts?
NKit2 has it's own desktop app actively being worked on, and is probably a better option for recovering/archival purposes.
 
Last edited by Sjohnson1021,

Blythe93

The Treasure Tracker
Member
Joined
Oct 19, 2022
Messages
846
Trophies
1
XP
2,108
Country
Serbia, Republic of
I tried downloading covers for the games and I've run into some errors. Here's the log:
Code:
[2023-05-09 22:41:52] gcbm.log is created.
[2023-05-09 22:41:52] OS Version: Microsoft Windows NT 6.2.9200.0
[2023-05-09 22:41:52] CLR Version: 4.0.30319.42000
[2023-05-09 22:41:52] Working Set: 46587904
[2023-05-09 22:41:52] Logical Units: C:\, D:\, E:\
[2023-05-09 22:41:52] Program Name: GameCube Backup Manager
[2023-05-09 22:41:52] Application Version: 2.6.1.9
[2023-05-09 22:41:52] [INFO] Current program directory: C:\Program Files\gcbm
[2023-05-09 22:41:52] [INFO] Default temporary directory already exists... ignoring creation!
[2023-05-09 22:41:52] [INFO] Cover directories already exist... ignoring creation!
[2023-05-09 22:42:03] [INFO] Found 38 file(s) with extension .ISO
[2023-05-09 22:42:04] [INFO] ISO/GCM file(s) found:
[2023-05-09 22:42:04] [INFO] Baldur's Gate: Dark Alliance
[2023-05-09 22:42:04] [INFO] ChibiRobo!
[2023-05-09 22:42:04] [INFO] DONKEY KONG JUNGLE BEAT
[2023-05-09 22:42:04] [INFO] Eternal Darkness
[2023-05-09 22:42:04] [INFO] F-ZERO GX (PAL Version)
[2023-05-09 22:42:04] [INFO] FIRE EMBLEM GC EU
[2023-05-09 22:42:04] [INFO] Kirby Air Ride
[2023-05-09 22:42:04] [INFO] Mario Kart Double Dash!
[2023-05-09 22:42:04] [INFO] Mario Party 5
[2023-05-09 22:42:04] [INFO] Mario Party 6
[2023-05-09 22:42:04] [INFO] Mario Party 7
[2023-05-09 22:42:04] [INFO] Mario Soccer
[2023-05-09 22:42:04] [INFO] MARIO SUPERSTAR BASEBALL
[2023-05-09 22:42:04] [INFO] MarioGolf Toadstool Tour
[2023-05-09 22:42:04] [INFO] MarioParty4
[2023-05-09 22:42:04] [INFO] MarioPowerTennis
[2023-05-09 22:42:04] [INFO] MEGAMAN X COLLECTION
[2023-05-09 22:42:04] [INFO] METAL GEAR SOLID THE TWIN SNAKES
[2023-05-09 22:42:04] [INFO] Metroid Prime 2 Echoes
[2023-05-09 22:42:04] [INFO] Need For Speed Carbon
[2023-05-09 22:42:04] [INFO] Need for Speed(TM) Underground 2
[2023-05-09 22:42:04] [INFO] NFS: HP2
[2023-05-09 22:42:04] [INFO] NFS Underground
[2023-05-09 22:42:04] [INFO] Paper Mario
[2023-05-09 22:42:04] [INFO] Pikmin
[2023-05-09 22:42:04] [INFO] PIKMIN2 for GAMECUBE
[2023-05-09 22:42:04] [INFO] SHADOW THE HEDGEHOG
[2023-05-09 22:42:04] [INFO] Sonic Adventure 2 Battle
[2023-05-09 22:42:04] [INFO] Star Fox Adventures
[2023-05-09 22:42:04] [INFO] STARFOX ASSAULT
[2023-05-09 22:42:04] [INFO] Super Mario Sunshine
[2023-05-09 22:42:04] [INFO] Super Smash Bros Melee
[2023-05-09 22:42:04] [INFO] The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE
[2023-05-09 22:42:04] [INFO] THE LEGEND OF ZELDA The Wind Waker for PAL
[2023-05-09 22:42:04] [INFO] The Legend of Zelda Twilight Princess
[2023-05-09 22:42:04] [INFO] WARIO WORLD
[2023-05-09 22:42:04] [INFO] WarioWare, Inc. Mega Party Games
[2023-05-09 22:42:04] [INFO] ZELDA OCARINA MULTI PACK
[2023-05-09 22:42:14]  [INFO] Downloading covers (Disc)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (3D)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (2D)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (Full)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (Disc)...  GGTP01.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (3D)...  GGTP01.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GGTP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GGTP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GM4P01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GM4P01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GM4P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GM4P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GFTP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (3D)...  GFTP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (2D)...  GFTP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Full)...  GFTP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Disc)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (3D)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (2D)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Full)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Disc)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (3D)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (2D)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Full)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Disc)...  GXGE08.png
[2023-05-09 22:42:18]  [INFO] Downloading covers (3D)...  GXGE08.png
[2023-05-09 22:42:18]  [INFO] Downloading covers (2D)...  GXGE08.png
[2023-05-09 22:42:18]  [INFO] Downloading covers (Full)...  GXGE08.png
[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GH2P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GH2P69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GH2P69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GH2P69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GUPP8P.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GUPP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GUPP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GUPP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GALP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GALP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GALP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GALP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GZWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GZWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (2D)...  GZWP01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (Full)...  GZWP01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (Disc)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (3D)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (2D)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (Full)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()
I'm using the latest v2.6.1.9.
 

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
I tried downloading covers for the games and I've run into some errors. Here's the log:
Code:
[2023-05-09 22:41:52] gcbm.log is created.
[2023-05-09 22:41:52] OS Version: Microsoft Windows NT 6.2.9200.0
[2023-05-09 22:41:52] CLR Version: 4.0.30319.42000
[2023-05-09 22:41:52] Working Set: 46587904
[2023-05-09 22:41:52] Logical Units: C:\, D:\, E:\
[2023-05-09 22:41:52] Program Name: GameCube Backup Manager
[2023-05-09 22:41:52] Application Version: 2.6.1.9
[2023-05-09 22:41:52] [INFO] Current program directory: C:\Program Files\gcbm
[2023-05-09 22:41:52] [INFO] Default temporary directory already exists... ignoring creation!
[2023-05-09 22:41:52] [INFO] Cover directories already exist... ignoring creation!
[2023-05-09 22:42:03] [INFO] Found 38 file(s) with extension .ISO
[2023-05-09 22:42:04] [INFO] ISO/GCM file(s) found:
[2023-05-09 22:42:04] [INFO] Baldur's Gate: Dark Alliance
[2023-05-09 22:42:04] [INFO] ChibiRobo!
[2023-05-09 22:42:04] [INFO] DONKEY KONG JUNGLE BEAT
[2023-05-09 22:42:04] [INFO] Eternal Darkness
[2023-05-09 22:42:04] [INFO] F-ZERO GX (PAL Version)
[2023-05-09 22:42:04] [INFO] FIRE EMBLEM GC EU
[2023-05-09 22:42:04] [INFO] Kirby Air Ride
[2023-05-09 22:42:04] [INFO] Mario Kart Double Dash!
[2023-05-09 22:42:04] [INFO] Mario Party 5
[2023-05-09 22:42:04] [INFO] Mario Party 6
[2023-05-09 22:42:04] [INFO] Mario Party 7
[2023-05-09 22:42:04] [INFO] Mario Soccer
[2023-05-09 22:42:04] [INFO] MARIO SUPERSTAR BASEBALL
[2023-05-09 22:42:04] [INFO] MarioGolf Toadstool Tour
[2023-05-09 22:42:04] [INFO] MarioParty4
[2023-05-09 22:42:04] [INFO] MarioPowerTennis
[2023-05-09 22:42:04] [INFO] MEGAMAN X COLLECTION
[2023-05-09 22:42:04] [INFO] METAL GEAR SOLID THE TWIN SNAKES
[2023-05-09 22:42:04] [INFO] Metroid Prime 2 Echoes
[2023-05-09 22:42:04] [INFO] Need For Speed Carbon
[2023-05-09 22:42:04] [INFO] Need for Speed(TM) Underground 2
[2023-05-09 22:42:04] [INFO] NFS: HP2
[2023-05-09 22:42:04] [INFO] NFS Underground
[2023-05-09 22:42:04] [INFO] Paper Mario
[2023-05-09 22:42:04] [INFO] Pikmin
[2023-05-09 22:42:04] [INFO] PIKMIN2 for GAMECUBE
[2023-05-09 22:42:04] [INFO] SHADOW THE HEDGEHOG
[2023-05-09 22:42:04] [INFO] Sonic Adventure 2 Battle
[2023-05-09 22:42:04] [INFO] Star Fox Adventures
[2023-05-09 22:42:04] [INFO] STARFOX ASSAULT
[2023-05-09 22:42:04] [INFO] Super Mario Sunshine
[2023-05-09 22:42:04] [INFO] Super Smash Bros Melee
[2023-05-09 22:42:04] [INFO] The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE
[2023-05-09 22:42:04] [INFO] THE LEGEND OF ZELDA The Wind Waker for PAL
[2023-05-09 22:42:04] [INFO] The Legend of Zelda Twilight Princess
[2023-05-09 22:42:04] [INFO] WARIO WORLD
[2023-05-09 22:42:04] [INFO] WarioWare, Inc. Mega Party Games
[2023-05-09 22:42:04] [INFO] ZELDA OCARINA MULTI PACK
[2023-05-09 22:42:14]  [INFO] Downloading covers (Disc)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (3D)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (2D)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (Full)...  GDEP71.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (Disc)...  GGTP01.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:14]  [INFO] Downloading covers (3D)...  GGTP01.png
[2023-05-09 22:42:14]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GGTP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GGTP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GYBP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GEDP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GFZP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GFEP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (2D)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Full)...  GKYP01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (Disc)...  GM4P01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:15]  [INFO] Downloading covers (3D)...  GM4P01.png
[2023-05-09 22:42:15]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GM4P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GM4P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GP5P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GP6P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GP7P01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  G4QP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (3D)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (2D)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Full)...  GYQP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:16]  [INFO] Downloading covers (Disc)...  GFTP01.png
[2023-05-09 22:42:16]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (3D)...  GFTP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (2D)...  GFTP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Full)...  GFTP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Disc)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (3D)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (2D)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Full)...  GMPP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Disc)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (3D)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (2D)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Full)...  GOMP01.png
[2023-05-09 22:42:17]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:17]  [INFO] Downloading covers (Disc)...  GXGE08.png
[2023-05-09 22:42:18]  [INFO] Downloading covers (3D)...  GXGE08.png
[2023-05-09 22:42:18]  [INFO] Downloading covers (2D)...  GXGE08.png
[2023-05-09 22:42:18]  [INFO] Downloading covers (Full)...  GXGE08.png
[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  GGSPA4.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  G2MP01.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  GW5P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (3D)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (2D)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Full)...  GUGP69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:24]  [INFO] Downloading covers (Disc)...  GH2P69.png
[2023-05-09 22:42:24]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GH2P69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GH2P69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GH2P69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GNDP69.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  G8MP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GPIP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (3D)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (2D)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Full)...  GPVP01.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:25]  [INFO] Downloading covers (Disc)...  GUPP8P.png
[2023-05-09 22:42:25]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GUPP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GUPP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GUPP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GSNP8P.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GSAP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GF7P01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (3D)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (2D)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Full)...  GMSP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:26]  [INFO] Downloading covers (Disc)...  GALP01.png
[2023-05-09 22:42:26]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GALP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GALP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GALP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  G4SP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GZLP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GZ2P01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (2D)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Full)...  GWWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (Disc)...  GZWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:27]  [INFO] Downloading covers (3D)...  GZWP01.png
[2023-05-09 22:42:27]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (2D)...  GZWP01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (Full)...  GZWP01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (Disc)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (Disc)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (3D)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (3D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (2D)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (2D)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()[2023-05-09 22:42:28]  [INFO] Downloading covers (Full)...  D43P01.png
[2023-05-09 22:42:28]  [ERROR] Failed to download cover (Full)!
 [ERROR]  An exception occurred during a WebClient request.
   at System.Net.WebClient.DownloadFile(Uri address, String fileName)
   at GCBM.frmMain.<DownloadOnlyDisc3DCoverSelectedGame>d__25.MoveNext()
I'm using the latest v2.6.1.9.
Fun... The branch I'm working on.. Working on several systems that could use actual, best-practice based, implementations.. like a working QueueManager, better Error Logging and notification system, Streamlining and making queuing game tasks more standard so that passing arguments for WIT should be trivial.
... ADD and tunnel vision are a bad combo for people who like to stay up all night coding.. I'm hoping to get this version stable, its 85% there, but .. wipes a LOT of poorly written and duplicated code out of existence. sooo... yeah.
I will probably take a pause from my local dev branch, check out the latest GIT version, and see what I can do, I know swapping between scrubbing and normal was acting screwy because of overly simplistic code to allow for CISO reading.

Sorry, wish I had something I could release for you immediately.. but.. Soon™
 
  • Like
Reactions: Blythe93

RobertX

Well-Known Member
Member
Joined
Mar 7, 2009
Messages
120
Trophies
1
XP
738
Country
Canada
Just tried out this program, but out of stupidity, I can''t really fathom as to why it shows "Error" when I try to copy the ISO files to the destination directory.

What am I doing wrong?

(And yes, I did select the file by its check mark!)

EDIT: Never mind, I'll try again.
 
Last edited by RobertX,
  • Haha
Reactions: impeeza

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
Just tried out this program, but out of stupidity, I can''t really fathom as to why it shows "Error" when I try to copy the ISO files to the destination directory.

What am I doing wrong?

(And yes, I did select the file by its check mark!)

EDIT: Never mind, I'll try again.
:huh:That's.. awesome... /s :glare:
By destination directory.. you're referring to the destination drive? The default directory that (should be.. it definitely used to be..) gets created if not detected on the root of the selected target drive is 'games'.. It's.. possible that the creation of the directory is failing? ... or.. if you are scrubbing the files, there might be an error with the operation there. The improvements in the works include better error handling, and detailed messaging/logging.. and will hopefully aid in trying to diagnose and troubleshoot issues.

I know the issue with swapping between scrubbing and exact.. and should've released the fixes for that long ago.. I started to work on that, and ended up rewriting the queue system. Integrating WIT and or other hypothetical external executables should now be fairly trivial with the more modular approach.

I'm also working on better utilizing the information we have available from the files, and GameTDB xml, added a few methods for file verification with sha1, md5, and crc, and reworked covers, again, hopefully for the last time. I'm still not 100% on how European countries handle language specific covers, whether we would know this from the version of the game file, or would GXXP## just sometimes also have an additional, region/language specific cover artwork. I.e. would I ever know based solely on gameID or rom version etc, which cover language would be appropriate, or this is more of a distribution thing, where the discs are identical, just the packaging changes. (Probably way overthinking this, and it is just simply same disc different package..)


What I'm currently working on, will have a preferred region/language option for (European) cover downloads, and will use an HTTP head request to check GameTDB's servers for artwork in the preferred region first, then fall back to general European (English). If anyone has a better method/idea feel free I'm open to suggestions/improvements.

I've been otherwise occupied, and haven't been back to finish hooking up WIT, and updating the error logging and notifications.

I'll try to get my GitHub fork updated, so the updated code is viewable.. if.. that's relevant or matters to anyone.. and will try to get an updated build out as soon as I can.

Cross-platform.. I know it's been asked.. I'd like to maybe use Avalonia UI, although I know Laete has expressed interest in MAUI. Will have to look again at recent updates/changes and figure out what would make the most sense. But.. definitely can't make any promises or give timelines.. I know NKIT has their own cross-platform app, I'm not sure how much of an overlap there would be feature-wise.. If NKIT is already providing a comparable or better feature-set, ..
What realistically are you looking for your ideal backup manager for GameCube to do or be?
If GCIT is outdated, ditch that completely, and replace it with WIT?
What output types would you want to see?
If NKIT is useful for recovery, try to incorporate working with that? or leave NKIT alone to be handled 'natively' with their app?
 

RobertX

Well-Known Member
Member
Joined
Mar 7, 2009
Messages
120
Trophies
1
XP
738
Country
Canada
Actually, it's just because I don't know about basic computing and screwed up. It's not anyone else's but my own.

I was using ISOs instead of CISOs and fucked up. Stupid me.

Nice program, though I would prefer that I can actually choose my destination directory. Keep up the good work, and don't choke, the games backup world is depending on you! :D
 
Last edited by RobertX,

Sjohnson1021

Active Member
Newcomer
Joined
Jul 3, 2022
Messages
34
Trophies
0
Age
28
Location
Missouri
XP
222
Country
United States
Actually, it's just because I don't know about basic computing and screwed up. It's not anyone else's but my own.

I was using ISOs instead of CISOs and fucked up. Stupid me.

Nice program, though I would prefer that I can actually choose my destination directory. Keep up the good work, and don't choke, the games backup world is depending on you! :D
Nope.. not stupid at all.. .. was it by chance an nkit.iso? There may have been checks removed or broken to prevent these from attempting to scrub? Or is it failing with exact copies?.. While logging wasn't great, they might prove somewhat useful.. I know there was an issue where trying to run a batch of exact copies, after a scrub task causes files to get scrubbed instead of copied. But AFAIK, copying and scrubbing are functional. and CISO's will reject scrubbing, and fall back to exact copy.

Allowing for choosing a custom output directory.. could be added relatively easily, probably as an additional button on the destination tab, similar to how we handle alternate source locations. Noted, and added to the TODO for the update..
 
  • Like
Reactions: RobertX

RobertX

Well-Known Member
Member
Joined
Mar 7, 2009
Messages
120
Trophies
1
XP
738
Country
Canada
They were, but I converted them to ISOs.

I didn't really need to alter anything because of that. But now that I have in possession of a bunch of CISOs, I shall now take advantage of eliminating the disk space overhead that the ISOs had.

Keep on going!

And now, is Nintendont really good as they say on the tin or is it just there because of the lack of Gamecube backup managers provided?

EDIT: Funny that I keep on leaving out words. Just try to put up with it.
 

Darkspade

Active Member
Newcomer
Joined
Jul 29, 2022
Messages
32
Trophies
0
Age
46
Location
80817
XP
367
Country
United States
Hello All.. I was wondering if this program as a Feature to rename the Games from Game.iso to the Real name of that Game...
or some like game.iso to gamename [Game id].iso

thanks
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan @ BakerMan:
    but,since they're only a few years apart, a morrowind + oblivion series would also be cool
  • K3Nv2 @ K3Nv2:
    Taco Saturday
  • AncientBoi @ AncientBoi:
    Uhh, It's 🌯 Saturday dude. :) js
  • BigOnYa @ BigOnYa:
    Nope that for tomorrow, cinco de mayo, today is bbq chicken on the grill.
  • K3Nv2 @ K3Nv2:
    Juan's new years I forgot
    +2
  • AncientBoi @ AncientBoi:
    :hrth::toot::grog::grog::grog::bow: HAPPY BIRTHDAY to me :bow::grog::grog::toot::hrth:
  • K3Nv2 @ K3Nv2:
    One day away from Juan's birthday
  • K3Nv2 @ K3Nv2:
    Only if you send him feet
    +1
  • BigOnYa @ BigOnYa:
    Happy birthday!
    +1
  • AncientBoi @ AncientBoi:
    Thank You :D
  • realtimesave @ realtimesave:
    heh I got a guy who created an account just yesterday asking me where to find mig switch roms
  • realtimesave @ realtimesave:
    too much FBI watching this website to answer that kind of question lol
  • K3Nv2 @ K3Nv2:
    Has the mig switch found loopholes without requiring game keys?
  • Xdqwerty @ Xdqwerty:
    @AncientBoi, happy birthday
  • Xdqwerty @ Xdqwerty:
    Yawn
  • Xdqwerty @ Xdqwerty:
    Lonely here
  • Xdqwerty @ Xdqwerty:
    Anybody?
  • Psionic Roshambo @ Psionic Roshambo:
    I want my money back... Drug test? No drugs to test but they want me to pee in a cup! Lol
  • K3Nv2 @ K3Nv2:
    Better call Pedro you're up in smoke
    +2
  • C @ Clayton44333:
    hey any1 know if there is a new version of the ps4 homebrew store ?
  • Xdqwerty @ Xdqwerty:
    Finally there are people here
    Xdqwerty @ Xdqwerty: Finally there are people here