RPCS3 Forums
Kingdom Hearts HD 2.5 Remix [BLES02070] - 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: Kingdom Hearts HD 2.5 Remix [BLES02070] (/showthread.php?tid=165130)

Pages: 1 2 3 4 5 6 7


RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - ZeCoxao - 11-17-2014

shows this:
[Image: 3TYUKnL.png]
not sure if it counts as screen so i'm posting it in this section.
http://pastie.org/private/swrpi51qa3i8xrvyji21a <- log



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - Pachus - 11-17-2014

I think It's just a system message. It's amazing anyway.



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - nevermind1711 - 11-17-2014

It's the same message it shows in kingdom hearts 1.5 HD. You could check dev_hdd0/home to see if it actually creates trophies images Wink as here: http://www.emunewz.net/forum/attachment.php?aid=15820



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - iplayemugames - 01-23-2016

Any news about kingdom series?



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - Darkriot - 01-24-2016

(01-23-2016, 06:53 PM)iplayemugames Wrote: Any news about kingdom series?

It's all the same, I checked it about 3 weeks ago Sad



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - MarioSonic2987 - 01-24-2017

Should be renamed to Kingdom Hearts HD 2.5 ReMIX.



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - ssshadow - 01-24-2017

Code:
·W {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} cellFs: cellFsOpen(path=“/dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat”, flags=0, fd=*0xd000e9b8, arg=*0x0, size=0x0) -> sys_fs_open()
·W {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} sys_fs: sys_fs_open(path=“/dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat”, flags=0, fd=*0xd000e9b8, mode=0, arg=*0x0, size=0x0)
·W {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} vfs::get(): device not found: /dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat
·E {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} sys_fs: sys_fs_open(“/dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat”) failed: device not mounted
·E {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} 'cellFsOpen' failed with 0x8001003a : CELL_ENOTMOUNTED

...


·W {PPU[0x70000000] Thread (main_thread) [0x001302b8]} sys_process: sys_process_exit(status=0x0)
·S {PPU[0x70000000] Thread (main_thread) [0x001302b8]} sys_process: Process finished

The game quits by itself since that file can't be found. Make sure that the file /PS3_GAME/USRDIR/Launcher/index.dat exists, and that the file PS3_DISC.SFB is next to the folder PS3_GAME, not inside it. Move it out if need be.



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - MarioSonic2987 - 01-24-2017

(01-24-2017, 01:58 PM)ssshadow Wrote:
Code:
·W {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} cellFs: cellFsOpen(path=“/dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat”, flags=0, fd=*0xd000e9b8, arg=*0x0, size=0x0) -> sys_fs_open()
·W {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} sys_fs: sys_fs_open(path=“/dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat”, flags=0, fd=*0xd000e9b8, mode=0, arg=*0x0, size=0x0)
·W {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} vfs::get(): device not found: /dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat
·E {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} sys_fs: sys_fs_open(“/dev_bdvd/PS3_GAME/USRDIR/Launcher/index.dat”) failed: device not mounted
·E {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} 'cellFsOpen' failed with 0x8001003a : CELL_ENOTMOUNTED

...


·W {PPU[0x70000000] Thread (main_thread) [0x001302b8]} sys_process: sys_process_exit(status=0x0)
·S {PPU[0x70000000] Thread (main_thread) [0x001302b8]} sys_process: Process finished

The game quits by itself since that file can't be found. Make sure that the file /PS3_GAME/USRDIR/Launcher/index.dat exists, and that the file PS3_DISC.SFB is next to the folder PS3_GAME, not inside it. Move it out if need be.
That file exists and I place PS3_DISC.SFB in the right place. Outputs:
Code:
·F {PPU[0x70000000] Thread (main_thread) [0x0012ed48]} class std::runtime_error thrown: sys_fs_open(“/dev_bdvd/PS3_GAME/USRDIR/Launcher/Launcher.mself”): Invalid or unimplemented flags: 010000
(in file C:\rpcs3\rpcs3\Emu\Cell\lv2\sys_fs.cpp:129)



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - ssshadow - 01-24-2017

Are there several large .mself files? Someone on Google implied they are actually encrypted .sdat files, so try that again: http://www.emunewz.net/forum/showthread.php?tid=173940&pid=239972#pid239972



RE: Kingdom Hearts HD 2.5 Remix [BLES02070] - MarioSonic2987 - 01-24-2017

(01-24-2017, 03:51 PM)ssshadow Wrote: Are there several large .mself files? Someone on Google implied they are actually encrypted .sdat files, so try that again: http://www.emunewz.net/forum/showthread.php?tid=173940&pid=239972#pid239972

Appears this when I tried decrypting Launcher.mself.