redolution / gekkoboot

A utilitarian bootloader for the GameCube
GNU General Public License v2.0
123 stars 22 forks source link

compressed GCI file not working with save exploit #27

Open kjuno opened 2 years ago

kjuno commented 2 years ago

I tried to use the iplboot_xz.gci according to this instruction, but it does not work. It freezes when the savegame payload is executed. The uncompressed iplboot.gci file works fine.

9ary commented 2 years ago

Compressed DOLs can be problematic sometimes. What version(s) of iplboot can you reproduce this with? And what games? I'm unable to test things on real hardware at the moment.

kjuno commented 2 years ago

precompiled iplboot r7 with Tom Clancy's Splinter Cell: Pandora Tomorrow

kjuno commented 2 years ago

At some day i tested something with picoboot and tried to use the compressed dol, but the entry point and load address was invalid, could that be the problem? what

9ary commented 2 years ago

No, that's just an implementation detail for PicoBoot. I don't recall this being an issue for savegame exploits but I might be wrong, I'll investigate this later.

kjuno commented 2 years ago

ok weird, iplboot r6 works fine

kjuno commented 2 years ago

so entry point and load address isnt the case here

9ary commented 2 years ago

Please try r8 as well in this case, that uses the same custom build of dolxz as r6. This should help narrow it down a little.

Side note, please avoid double-posting in quick succession like this. I get an email for each message you post. You can edit your messages instead.

kjuno commented 2 years ago

sorry for that iplboot r8 works

9ary commented 9 months ago

Hopefully this works with r9. @kjuno would you please test and close this issue if it works?