aldostools / webMAN-MOD

Extended services for PS3 console (web server, ftp server, netiso, ntfs, ps3mapi, etc.)
https://aldostools.github.io/webMAN-MOD/
GNU General Public License v3.0
1.32k stars 175 forks source link

Disable sycalls popup wont dispear after mounting game #741

Open ways15xx opened 2 years ago

ways15xx commented 2 years ago

Disabled sycalls but still get popup not allowing me to sign in 4.89 evilnat

aldostools commented 2 years ago

This article explains how to disable the lock https://github.com/aldostools/webMAN-MOD/wiki/PSN-access-with-webMAN-MOD

HackerAcreano commented 2 years ago

WebMAN 1.47.42 não acessa a PSN nem desabilitando o syscalls

aldostools commented 2 years ago

Follow this guide https://github.com/aldostools/webMAN-MOD/wiki/PSN-access-with-webMAN-MOD

PS3-4K-Pro commented 2 years ago

Aldo, something wierd is happening to some friends, at least 3 people that i know are having this issue, even disabling the syscalls the PSN BLOCKER is still mapped.

I tried to reproduce the issue on 4.84, 4.88 and 4.89 fo me it works as it should, but for those users don't, my friend even formatted his hdd and reinstalled the latest webman version and still the same.

Here's a video https://www.terabox.com/portuguese/sharing/link?surl=xqKCpSKp-x9T9vMbDSJJSg

BTW he is on the latest webMAN version and on 4.88 Evilnat

aldostools commented 2 years ago

It could be still blocked by Cobra 8.3 PSN blocker. https://github.com/Evilnat/Cobra-PS3/blob/master/8.3/4.88/NORMAL/CEX/SRC/stage2/homebrew_blocker.c#L182-L197

If the syscall 6 does not return the expected values, Cobra 8.3 could assume that the syscalls are still enabled https://github.com/Evilnat/Cobra-PS3/blob/master/8.3/4.88/NORMAL/CEX/SRC/stage2/homebrew_blocker.c#L162-L167

To remove the PSN blocker, delete these 2 files: /dev_blind/vsh/resource/npsignin_plugin.lck /dev_hdd0/tmp/wm_res/npsignin_plugin.rco

More information is available in: https://github.com/aldostools/webMAN-MOD/wiki/PSN-access-with-webMAN-MOD

PS3-4K-Pro commented 2 years ago

The rco that is mapped is the webMAN one, also i forget to tell you but if they install webMAN .41 it works just fine.

aldostools commented 2 years ago

The PSN blocker haven't beed updated since its introduction in webMAN 1.47.36 (Jun 17, 2021).

If it works in 1.47.41, it should work on 1.47.42. Unless there are other changes in the system not being reported.

PS3-4K-Pro commented 2 years ago

The PSN blocker haven't beed updated since its introduction in webMAN 1.47.36 (Jun 17, 2021).

If it works in 1.47.41, it should work on 1.47.42. Unless there are other changes in the system not being reported.

The only thing i could think is the code you added to prevent remaps to be unmapped like when launching multiMAN, but it should affect all systems not only some o.O

aldostools commented 2 years ago

That change that you mention replaces /dev_hdd0/tmp/wm_res/npsignin_plugin.rco with /./dev_hdd0/tmp/wm_res/npsignin_plugin.rco

The path is essentially the same. The prefix /./ is equivalent to / or // or //// etc.

Also it changes the redirected target, not the source file /dev_flash/vsh/resource/npsignin_plugin.rco

As you commented, it would affect all other systems not just a few.

caleb39411 commented 2 years ago

I'm having the same issue, the webMAN MOD PSN blocker is mapped even when I've disabled syscalls, but if I revert back to 1.47.41 it works as expected.

aldostools commented 2 years ago

The latest build available online not longer locks PSN access.

caleb39411 commented 2 years ago

Thanks, I didn't realise there was a new build.

aldostools commented 2 years ago

This commit https://github.com/aldostools/webMAN-MOD/commit/c5ae8ee7907c8dafd8fe24b285f3163e8128b0ec