This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gladiator VS [BLJM60398]
#1
Tested on recent master build. Shows screen with broken graphics and crashes on video playback. Requires libSre and Sail LLE'd.
Code:
E {PPU Thread[0x866] (_libsail-control)[0x00d9233c]} cellPamf TODO: cellPamfReaderInitialize(): verification
E {PPU Thread[0x866] (_libsail-control)[0x00d9235c]} cellPamf TODO: cellPamfReaderGetNumberOfEp(pSelf=*0x2420f1e0)
E {rsx::thread} Unimplemented TEX_SRB instruction: UPB
E {PPU Thread[0x866] (_libsail-control)[0x00d927fc]} Exception: Unsupported decoding mode (1)
(in file Emu\SysCalls\Modules\cellVdec.cpp:646, in function cellVdecDecodeAu)


Attached Files Thumbnail(s)
       

.rar   BLJM60398_5029dff73a_log.rar (Size: 61.78 KB / Downloads: 84)
Reply
#2
Tested on modified build v0.0.1-35b7cf4 (PR #2309). One of game threads crashes on main menu, but you could see next screen, if press Resume.
Code:
F {SPU[0x2000005] Thread (FMOD)} class std::runtime_error thrown: Unknown STOP code: 0x0 (Out_MBox is empty)
(in file Emu\Cell\SPUThread.cpp:1360)

Requires minor hack in cellSysutilAvc2.cpp

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

LLE used
Code:
- libac3dec.prx
    - libac3dec2.prx
    - libadec.prx
    - libapostsrc_mini.prx
    - libat3dec.prx
    - libatrac3plus.prx
    - libatxdec.prx
    - libdmux.prx
    - libdmuxpamf.prx
    - libl10n.prx
    - libpamf.prx
    - libresc.prx
    - librtc.prx
    - libsail.prx
    - libsail_avi.prx
    - libsail_rec.prx
    - libsjvtd.prx
    - libsmvd2.prx
    - libsmvd4.prx
    - libspurs_jq.prx
    - libsre.prx


Attached Files Thumbnail(s)
           
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)