I tried to launch Splatterhouse. It's commercial game. I decrypted EBOOT.BIN to eboot.elf. Game will load but no OpenGL windows. Only message sys_lwmutex_unlock failed. And then after one second emulator crashes. Code is here:
http://pastebin.com/mB8UQmxT
Sorry for my bad english. I'm from Czech Republic
Oh! I forgot to censor my username :-D
A lot of games get stuck on things like "sys_lwmutex_unlock failed", that said, the messages in the game dbg may hint to why ("operation not permitted"
, so maybe not a bad find.
In general though, games that don't display a frame rate are usually uninteresting, read this:
http://www.emunewz.net/forum/showthread.php?tid=156715
(03-02-2014, 07:34 PM)ssshadow Wrote: [ -> ]A lot of games get stuck on things like "sys_lwmutex_unlock failed", that said, the messages in the game dbg may hint to why ("operation not permitted", so maybe not a bad find.
In general though, games that don't display a frame rate are usually uninteresting, read this: http://www.emunewz.net/forum/showthread.php?tid=156715
I know it's uniteresting. But 3 weeks ago, it did nothing and now debug console showed up. I think, it's good progress.
(03-02-2014, 08:30 PM)Dante38490 Wrote: [ -> ] (03-02-2014, 07:28 PM)Patrikb56 Wrote: [ -> ]I tried to launch Splatterhouse. It's commercial game. I decrypted EBOOT.BIN to eboot.elf. Game will load but no OpenGL windows. Only message sys_lwmutex_unlock failed. And then after one second emulator crashes. Code is here: http://pastebin.com/mB8UQmxT
Sorry for my bad english. I'm from Czech Republic
Oh! I forgot to censor my username :-D
euuu ? https://github.com/Dante38490/Log-Rpcs3/...USE%5D.log
I'm sorry I did not notice that the game had anyone tested. Translated with Google.
What does mean this error? error: "/dev_hdd0/game/BLUS30335/USRDIR/data/archive.psarc" not found! flags: 0x00000000
because the file is there. And before this error I'll get error message:
can't create file 'C:\Users\xxx\Donwloads\rpcs3-x64\dev-hdd1\cache\BLUS30335\' the system can not find the path specified
(03-18-2014, 05:39 PM)Patrikb56 Wrote: [ -> ]What does mean this error? error: "/dev_hdd0/game/BLUS30335/USRDIR/data/archive.psarc" not found! flags: 0x00000000
because the file is there. And before this error I'll get error message:
can't create file 'C:\Users\xxx\Donwloads\rpcs3-x64\dev-hdd1\cache\BLUS30335\' the system can not find the path specified
try moving the data folder so it will be with USRDIR
(03-18-2014, 05:44 PM)Ekaseo Wrote: [ -> ] (03-18-2014, 05:39 PM)Patrikb56 Wrote: [ -> ]What does mean this error? error: "/dev_hdd0/game/BLUS30335/USRDIR/data/archive.psarc" not found! flags: 0x00000000
because the file is there. And before this error I'll get error message:
can't create file 'C:\Users\xxx\Donwloads\rpcs3-x64\dev-hdd1\cache\BLUS30335\' the system can not find the path specified
try moving the data folder so it will be with USRDIR
My current path to archive.psarc is: \dev_hdd0\game\BLUS30335 [SPLATTERHOUSE]\USRDIR\data
Rename "BLUS30335 [SPLATTERHOUSE]" to "BLUS30335" and it should find required files.