webMAN-MOD icon indicating copy to clipboard operation
webMAN-MOD copied to clipboard

Hard shutdown after trying to Turn on FPS counter with L3 + R3

Open WaggishZX opened this issue 1 year ago • 5 comments

A notification does show up when doing the shortcut, but instantly after that the console hard shuts down. This was not an issue with the previous release.

(PS3 Slim CECH-2501A on 4.90 w/HEN)

WaggishZX avatar Aug 27 '23 19:08 WaggishZX

Please try using the online updater found in webMAN MOD Setup to get the latest build. Then reboot after install.

Or install manually the VshFpsCounter plugin in /dev_hdd0/tmp/wm_res https://github.com/TheRouletteBoi/RouLetteVshMenu/releases/tag/fps-counter-2.7

If the problem persists after re-enable HEN, report the issue to the author of VshFpsCounter => @TheRouletteBoi

aldostools avatar Aug 27 '23 20:08 aldostools

oh now that he mentioned a instant shutdown it maybe becuase sprx wasn't signed using 3.55 keys. I will add a automation process for prx signing when building the project

TheRouletteBoi avatar Aug 27 '23 20:08 TheRouletteBoi

@aldostools have you tried using SecureTool.exe by xorloser? So far 2 people have reported to me that sprx's used with SecureTool.exe simply don't load on ps3

This is how I've used it SecureTool.exe -c 1 -k APP00A -ms VshFpsCounter.prx VshFpsCounter.sprx

TheRouletteBoi avatar Aug 27 '23 21:08 TheRouletteBoi

have you tried using SecureTool.exe by xorloser?

No, I use scetool.exe. It requires the keys in the folder data

scetool -0 SELF -1 TRUE -s FALSE -2 0A -3 1070000052000001 -4 01000002 -5 APP -6 0003004000000000 -A 0001000000000000 --self-ctrl-flags 4000000000000000000000000000000000000000000000000000000000000002 -e webftp_server.prx webftp_server.sprx

Check the makefile

aldostools avatar Aug 27 '23 23:08 aldostools

have you tried using SecureTool.exe by xorloser?

No, I use scetool.exe. It requires the keys in the folder data

scetool -0 SELF -1 TRUE -s FALSE -2 0A -3 1070000052000001 -4 01000002 -5 APP -6 0003004000000000 -A 0001000000000000 --self-ctrl-flags 4000000000000000000000000000000000000000000000000000000000000002 -e webftp_server.prx webftp_server.sprx

Check the makefile

thanks, I used to manually sign the prx using TrueAncestor SELF Resigner. I made a pull request #937 to automatically sign prx upon build. Here is the updated sprx file with proper signing Download

TheRouletteBoi avatar Aug 28 '23 00:08 TheRouletteBoi