PSFree icon indicating copy to clipboard operation
PSFree copied to clipboard

Unhandled rejection leads to freezing

Open hazyavocado opened this issue 8 months ago • 4 comments

Worked first try. After power off and restart, memory error followed by the below error. If click ok and retry, system froze and needed hard reset. After rebuilding database from the forced shutdown, ps4 pro was booting to blank screen. Unplug ps4 and tv for several minutes to fix. Then reboot and try again, same memory error followed by error below. Able to avoid KP by clicking “close[internet browser]” at the popup instead of OK.

Unhandled rejection DieError: could not leak a reqs2

https://kmeps4.github.io/PSFree/module/utils.mjs:22:14 DieError@https://kmeps4.github.io/PSFree/module/utils.mjs:.22:14 die@https://kmeps4.github.io/PSFree/module/utils.mjs:41:23 leak_kernel_addrs@https://kmeps4.github.io/PSFree/lapse.mjs:907.12 https://kmeps4.github.io/PSFree/lapse.mjs:1919:30 asyncFunctionResume@[native code] [native code] promiseReactionJobWithoutPromise@[native code) promiseReactionJob@[native code]

hazyavocado avatar May 20 '25 05:05 hazyavocado

How to rid off from this, getting error and try to restart but console goes force shutdown.. just like KP...

ps4rokx avatar May 20 '25 11:05 ps4rokx

How to rid off from this, getting error and try to restart but console goes force shutdown.. just like KP...

Write new payload injection code, this error happens in lapse.mjs after the line "kexploit().then(() => {", this is where the payload loader runs code to inject the payload. The current code is fauly and causes the random crashing, Leeful wrote some code to inject payloads a bit differently but this needs modded to work with in lapse.mjs.

mrdude2478 avatar May 25 '25 21:05 mrdude2478

All DIE errors can be caused by a webkit fault or critical kernel exploit error.. that's why it's halted with a DIE. It has nothing todo with bin loader... usually the one giving these issues are the double free functions

kmeps4 avatar May 25 '25 22:05 kmeps4

Change free

const num_reuses = 0x900; const num_strs = 0x600; const num_leaks = 0x100;

RandQalan avatar May 26 '25 02:05 RandQalan

I'll close this one

kmeps4 avatar Aug 23 '25 02:08 kmeps4