Unhandled rejection leads to freezing
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]
How to rid off from this, getting error and try to restart but console goes force shutdown.. just like KP...
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.
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
Change free
const num_reuses = 0x900; const num_strs = 0x600; const num_leaks = 0x100;
I'll close this one