sonik-br / GDMENUCardManager

Manage content on SD Card for Dreamcast's GDMenu
GNU General Public License v3.0
226 stars 18 forks source link

Error during GDIShrink #28

Closed elijah0067 closed 2 years ago

elijah0067 commented 2 years ago

I'm trying to use the GDI shrink functionality on the GDMENU Card Manager. Upon trying, I'm getting this error: image

I did a little bit of troubleshooting trying to make things work:

  1. My game is compressed (7zip). I tried extracting the GDI files then clicking the 'Add game(s)' on the manager still error.
  2. I tried to search a little bit and found out that GDIshrink is based on gditools, so I downgraded my Python 3 to Python 2.7. Still did not work.
  3. I also tried running the app with administrative privilage.

Am I doing something wrong?

sonik-br commented 2 years ago

GDIshrink is compiled as an exe and does not require installing the stand alone Python. Compressing any other game works? No need to run as admin as long as the current user can write to the card and can read the game files from your local disc.

elijah0067 commented 2 years ago

So I tried using a different PC and a different game. Still no luck.

image

sonik-br commented 2 years ago

Adding games with gdishrink disabled works?

elijah0067 commented 2 years ago

Yes. Also works fine on dreamcast but takes approximately 1.1GB in space.

sonik-br commented 2 years ago

Sorry but I don't know why it's not working. You can download ready to use, gdishrinked games. There's a site with dreamcast talk with links to download those games. I can't share it here but pretty easy to find ;-) You can also run the python version of gdishrink before adding the games and not use the internal version.

elijah0067 commented 2 years ago

Hi! Upon further testing the issue was my dump files were bad.

Currently, what i've been doing was getting my games from a Redump set, then converting the games using 'Redump CUE to GDI'. Now it works fine.

This is the file structure of the games not converted from Redump looks like: No Raw

This is the file structure of the games converted from Redump looks like: Convert from Redump

GDI compression work fine now.

A side question, will you add region free patches and VGA patches in the future?

sonik-br commented 2 years ago

The community recommends to use Tosec rips and not Redump. I have not looked into Redump files to see why they are not compatible.

No plans to patch game files. Region free and VGA enable should be implemented on the loader. GDMenu does this and I think openMenu also does.