TheRouletteBoi / RouLetteVshMenu

Playstation 3 VSH Menu, SPRX Loader, Mod Menu Loader, Payload injector, RPC Calls, CEX/DEX/HEN
MIT License
41 stars 10 forks source link

Local build for VSH Menu crashed on PS3 HEN #49

Closed illusion0001 closed 1 year ago

illusion0001 commented 1 year ago

I locally built the VSH Menu on branch https://github.com/TheRouletteBoi/RouLetteVshMenu/tree/standalone-fps-counter-v2 but it crashes on my tester's PS3 HEN. works on custom firmware both using your built version and mine but on HEN, it doesn't work with my build. Do you have any ideas? I have SDK 4.75 + VS 2013 if that matters. I tried to fix it but it didn't work. VshFpsCounter (2).zip

illusion0001 commented 1 year ago

Maybe related to #47

illusion0001 commented 1 year ago

To be more specific, the local build I posted crashes when user press L3+R3 to load it from webman, will edit this post with more info

illusion0001 commented 1 year ago

Hm, no idea why but my local build is 89k vs the release page of 36k

illusion0001 commented 1 year ago

Nothing else changed yet the built sprx is a lot larger. image

illusion0001 commented 1 year ago

It seems the sprx is compressed? Tried make_fself but doesn't seem to work. Used -c

illusion0001 commented 1 year ago

For the record I used the release binary from Release-PS3. It works on cfw but not hen.

TheRouletteBoi commented 1 year ago

I locally built the VSH Menu on branch https://github.com/TheRouletteBoi/RouLetteVshMenu/tree/standalone-fps-counter-v2 but it crashes on my tester's PS3 HEN. works on custom firmware both using your built version and mine but on HEN, it doesn't work with my build. Do you have any ideas? I have SDK 4.75 + VS 2013 if that matters. I tried to fix it but it didn't work. VshFpsCounter (2).zip

you need to sign the pre using 3.55 keys for the sprx to work on hen. Use TrueAncestor SELF Resigner

illusion0001 commented 1 year ago

Thanks, Output Method: [3.XX ALT] works. Will open a PR to add it to the readme

illusion0001 commented 1 year ago

Fixed in #50