TurBoss / 7h

Final Fantasy 7 wrapper tool by Iros
Microsoft Public License
21 stars 32 forks source link

.iro unpacker not unpacking whole archive #27

Closed demanson closed 5 years ago

demanson commented 5 years ago

The rc6 version does not unpack the whole .iro archive on large size iro files. For example: Field main character models. 7th heaven iro packer/unpacker stops unpacking folders at Red XIII - WolfMan - Red Werewolf + Reasonable Difficulty folder which means all the tifa/sephiroth/vincent and yuffie folders are not unpacked at all not to mention the rest of the red xiii folders. The stand alone iro packer/unpacker by Kaldarasha unpacks all of them. so I'm fairly certain it isn't the iro itself since I just copied the original file and pasted it into the folder for the iro creator tool and used it to unpack it.

TurBoss commented 5 years ago

ok I'll take a look asap

Thanks

TurBoss commented 5 years ago

I updated some libraries could you please take a look?

7H_1.56_RC8.zip thanks

demanson commented 5 years ago

image

demanson commented 5 years ago

It stops at this point with new one.

TurBoss commented 5 years ago

can I have the iro you are using?

demanson commented 5 years ago

I'm uploading it to dropbox, I'll send a link when it's done.

TurBoss commented 5 years ago

thanks

demanson commented 5 years ago

https://www.dropbox.com/sh/hljqnfhndlv8lld/AACeUa8r6V-pdsgt-WXYY6zpa?dl=0

TurBoss commented 5 years ago

got it :)

TurBoss commented 5 years ago

Ok I found the issue System.OutOfMemoryException

lets see how to fix it

it crashes when reache 2 gb ram

Kaldarasha commented 5 years ago

I have recently patched the packer file with a 4GB patcher (I usually use cff explorer). It helped with the lgp file unpacker, so I thought it might be good to add it to the unpacker too.

Kaldarasha commented 5 years ago

I speaking of the unpacker from iros

TurBoss commented 5 years ago

a solution for this could be to split mod tools into another exe

TurBoss commented 5 years ago

this seems to be fixed on release candidate 8 https://github.com/TurBoss/7h/releases/download/1.56_RC/7H_1.56_RC8.zip