RPCS3 Forums

Full Version: Crazy Machines Elements [NPUB30433]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Edit: it seems stuck on loading screen.
aafcf44 (https://ci.appveyor.com/project/rpcs3/rp...d/1.0.2217)

Loadable (Black screen with 0fps)

Loaded libraries:
libsre

Stops the emulation on boot with:
Code:
{PPU[0x2] Thread (main_thread) [0x00dd5520]} class fmt::exception thrown: cellGameUpdateInit():
(in file C:\rpcs3\rpcs3\Emu\Cell\Modules\cellNetCtl.cpp:141)

Logs:


Tested on modded build v0.0.1-8-60bd2fb. Goes ingame with major glitches on OpenGL renderer. Requires minor hack to skip unimplemented functions in cellNetCtl.cpp

replace
Code:
fmt::throw_exception("Unimplemented" HERE);
to
Code:
UNIMPLEMENTED_FUNC(cellNetCtl); return CELL_OK;

LLE used
Code:
- libadec.prx
- libat3dec.prx
- libatrac3plus.prx
- libatxdec.prx
- libl10n.prx
- libpamf.prx
- libresc.prx
- librtc.prx
- libspurs_jq.prx
- libsre.prx
- libfs.prx
rpcs3-v0.0.3-2017-08-10-de5fcce1_win64

Playable.
Moving to playable.