EmuNewz Network

Full Version: Persona5, error 0xC000001D on CPU WITH SSSE3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After installed the special build of RPCS3 for Persona 5, and with ppu at llvm and spu at asmjit, the game just crashed and got fatal error 0xC000001D.
But it's wired, with my Pentium CPU, SSSE3 is already supported. Just don't know what to do.
By the way, with ppu at fast and spu at asmjit, I can get into the game, but with a very low frame rate.
Below are relavent info.


Intel® Pentium® CPU G4560 @ 3.50GHz | SSSE3 Supported | 4 Threads | 7.94 GB RAM

---------------------------
Fatal error
---------------------------
Unhandled Win32 exception 0xC000001D.
Exception address: 00000000139baad6.
Instruction address: 00000000139baad6.
RPCS3 image base: 0000000000010000.

Illegal instruction exception occured.
Note that your CPU must support SSSE3 extension.

HOW TO REPORT ERRORS: Check the FAQ, README, other sources.
Please, don't send incorrect reports. Thanks for understanding.
Press (Ctrl+C) to copy this message.
---------------------------
确定
---------------------------


U {PPU[0x1000000] Thread (main_thread) [0x01247d8c]} HLE TODO: Unimplemented syscall sys_ss_access_control_engine -> CELL_OK
U {PPU[0x1000000] Thread (main_thread) [0x01246efc]} sysPrxForUser TODO: sys_prx_load_module_list(count=7, path_list=**0xd0010bfc, flags=0x0, pOpt=*0x0, id_list=*0xd0010bdc)
Well, found a solution myslef from Github:
I found a solution change this line in the config file LLVM CPU: "" to LLVM CPU: "nehalem"
Remove your game from RPCS3 and install it again then try LLVM option it will be fixed.
https://github.com/RPCS3/rpcs3/issues/2950

Still hope the author of Rpcs3 could fix this by default Smile
This is already fixed, just not merged