RPCS3 Forums
Naruto Ultimate Ninja Storm Demo [NPEB90080] - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: PS3 Commercial Games (https://forums.rpcs3.net/forumdisplay.php?fid=4)
+--- Forum: Playable (https://forums.rpcs3.net/forumdisplay.php?fid=5)
+--- Thread: Naruto Ultimate Ninja Storm Demo [NPEB90080] (/showthread.php?tid=177334)



RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - Ani - 01-31-2017

Tested on build 35b7cf4c
Requires a small hack on cellGame (you can download the hacked build here)

Change
Code:
s32 cellHddGameGetSizeKB()
{
    fmt::throw_exception("Unimplemented" HERE);
}
To
Code:
s32 cellHddGameGetSizeKB(vm::ptr<u32> size)
{
    cellGame.warning("cellHddGameGetSizeKB(): Unimplemented, returning 0");
    if (size)
    {
        *size = 0;
    }
    return CELL_OK;
}

Needed libraries:
- libdmux.prx
- libdmuxpamf.prx
- libpamf.prx
- libresc.prx
- libsail.prx
- libsre.prx
PPU Decoder: Interpreter (fast)
SPU Decoder: Interpreter (fast) / Recompiler (ASMJIT)

Screenshot:
http://i.imgur.com/ivQUSBd.jpg

Log:




RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - ShinpiKage - 02-06-2017

so uhhh how do i access the game?



RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - Ani - 02-06-2017

(02-06-2017, 01:58 AM)ShinpiKage Wrote: so uhhh how do i access the game?

What do you mean by that?
Also, latest build has that hack so no need to do it yourself. Just boot the game with the indicated settings and you're good to go.



RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - Neilburst - 03-07-2017

So i just try the hacked build and these setting but stuck after the opening scene
with this Error : F {rsx::thread} class gl::glsl::link_exception thrown: linkage failed: 'Attached fragment shader is not compiled.
how do i fix it sir?



RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - Neilburst - 03-07-2017

So.. i just try this game but got stuck after the opening scene and get this error

F {rsx::thread} class gl::glsl::link_exception thrown: linkage failed: 'Attached fragment shader is not compiled.

how can i fix that?



RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - Ani - 03-07-2017

You don't need the hacked build, use latest master and settings above. If it doesn't work attach rpcs3.log as an attachment to the post. Needs compression to zip, rar or 7z first.



RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - Neilburst - 03-08-2017

Here is the log



RE: Naruto Ultimate Ninja Storm Demo [NPEB90080] - Ani - 03-11-2017

Your log is empty. If you reopen RPCS3 before getting the log it will reset it.