idlesauce / ps4-eboot-dlc-patcher

Patches ps4 fpkgs to load dlcs from the base pkg.
GNU General Public License v3.0
57 stars 5 forks source link

Getting an error of "Sanity check failed: codeScanEndReal Addr < codeScanStartReal Addr" #7

Closed Saigaiii closed 5 months ago

Saigaiii commented 5 months ago

ps4 eboot dlc patcher error codeScanEndRealAddr

Not sure what can be causing this. Trying to patch MHW iceborne master edition eboot.elf file (decrytped from eboot.bin) with one dlc in the same folder.

Saigaiii commented 5 months ago

I should also mention that I get this error as well, but I assume this is due to the limitations mentioned on the homepage of the tool. And this is for Wo Long Fallen Dynasty. Ps4 eboot patcher dlc error

idlesauce commented 5 months ago

ps4 eboot dlc patcher error codeScanEndRealAddr

Not sure what can be causing this. Trying to patch MHW iceborne master edition eboot.elf file (decrytped from eboot.bin) with one dlc in the same folder.

The dev branch should have a fix for this, you can grab builds for it from the actions tab, here is the latest win x64 binary as of now: https://github.com/idlesauce/ps4-eboot-dlc-patcher/actions/runs/8620900803/artifacts/1398966775 As for wo long, yeah, very likely it just uses entitlement access but i havent looked at this game specifically.

Saigaiii commented 5 months ago

ps4 eboot dlc patcher error codeScanEndRealAddr Not sure what can be causing this. Trying to patch MHW iceborne master edition eboot.elf file (decrytped from eboot.bin) with one dlc in the same folder.

The dev branch should have a fix for this, you can grab builds for it from the actions tab, here is the latest win x64 binary as of now: https://github.com/idlesauce/ps4-eboot-dlc-patcher/actions/runs/8620900803/artifacts/1398966775 As for wo long, yeah, very likely it just uses entitlement access but i havent looked at this game specifically.

Yup the dev branch version fixed it for me. Thank you!

EDIT: I should also add the dev brach version also fixed the error I was getting with Wo Long Fallen Dynasty. It just asked me something, clicked yes, and the rest worked as usual. Just dont know if it will crash or have issues later on with the dlc, but I dont think so.