I think i've found bug
I'm modifying Okami's ISO and i need to reinsert a 2GB file, but it tells me
error in memory allocation
Error in replacing file
i think that this is beacuase i have only 1.5GB of Ram but, could be fixed, maybe working on HDD if the ram isn't enough?
Thats because of the current file load implementation - it reads it all in before trying to write it out. Maximum memory allocation using malloc/callocis a signed 32 bit - or about 2 GB.
The replacement code it very inefficient at present and is currently being worked on (when I get a spare moment
) - the newer version replaces upto 64 * 32k chunks at once - meaning the memory requirement is then a lot less. It's also a LOT quicker. (And has a progress bar!)
QUOTE(Edgedancer @ May 10 2008, 01:23 AM) I would just like to ask a question. Since this new release of wiiscrubber uses trucha, does this means that the games will not work when the IOS37 firmware come out?