EmuNewz Network

Full Version: Uncharted 3 Drake's Deception Beta [NPUA70153]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
RPCS3 v0.0.1-7-2e2bb69

Quote:E {PPU[0x1000000] Thread (main_thread) [0x00caf390]} cellGcmSys: cellGcmMapEaIoAddress: CELL_GCM_ERROR_FAILURE
F {PPU[0x1000000] Thread (main_thread) [0x006f9f14]} class std::runtime_error thrown: Trap!
(in file C:\rpcs3\rpcs3\Emu\Cell\PPUInterpreter.cpp:2190)

if hack build and convert
Quote:{
fmt::throw_exception("Trap!" HERE);
}
To
Quote:{
// fmt::throw_exception("Trap!" HERE);
}

Show BlackScreen And Error RSX

Quote:F {rsx::thread} class std::runtime_error thrown: rsx::thread::ReadIO32(addr=0x1e8101c0): RSXIO memory not mapped
(in file Emu\RSX\RSXThread.cpp:1073)
RPCS3 v0.0.2-5068-632287a Alpha

after ignore exception show intro

Quote:{
fmt::throw_exception("Trap!" HERE);
}
Quote:{
//fmt::throw_exception("Trap!" HERE);
}