RPCS3 Forums
Yu-Gi-Oh! Millennium Duels [NPUB31455] - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: PS3 Commercial Games (https://forums.rpcs3.net/forumdisplay.php?fid=4)
+--- Forum: Playable (https://forums.rpcs3.net/forumdisplay.php?fid=5)
+--- Thread: Yu-Gi-Oh! Millennium Duels [NPUB31455] (/showthread.php?tid=163850)



RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - BlackDaemon - 08-16-2014

Shows white screen and some textures in RSX debugger.



RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - BlackDaemon - 01-30-2017

Tested on modded build v0.0.1-8-60bd2fb. Crashes after two intros. Requires a minor hack in sceNp2.cpp to skip unimplemented functions

replace
Code:
replace ->fmt::throw_exception("Unimplemented" HERE);
to
Code:
UNIMPLEMENTED_FUNC(sceNp2); 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
- libsync2.prx
- libgifdec.prx
- libjpgdec.prx
- libpngdec.prx



RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - digitaldude - 01-03-2018

rpcs3-v0.0.4-2018-01-02-ee009ec9_win64

Playable.


RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - lamote - 03-02-2018

(01-03-2018, 05:03 PM)digitaldude Wrote: rpcs3-v0.0.4-2018-01-02-ee009ec9_win64

Playable.


what is your settings?
because is give me white screen

thanks for answer





RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - digitaldude - 03-02-2018

(03-02-2018, 09:30 PM)lamote Wrote:
(01-03-2018, 05:03 PM)digitaldude Wrote: rpcs3-v0.0.4-2018-01-02-ee009ec9_win64

Playable.


what is your settings?
because is give me white screen

thanks for answer



Download latest master and copy settings in image.


RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - lamote - 03-02-2018

(03-02-2018, 09:44 PM)digitaldude Wrote:
(03-02-2018, 09:30 PM)lamote Wrote: 18-01-02-ee009ec9_win64
Download latest master and copy settings in image.

i've tried with last build and delete before both cache
but nothing has been changed

this say in red
Code:
E {PPU[0x100000f] Thread (_libsail-control) [0x00cbfaa8]} '_sys_prx_get_module_id_by_name' failed with 0x8001112e : CELL_PRX_ERROR_UNKNOWN_MODULE [1]
E {PPU[0x100000f] Thread (_libsail-control) [0x00cc0548]} '_sys_prx_load_module' failed with 0x8001113b : CELL_PRX_ERROR_LIBRARY_FOUND [1]
E {PPU[0x100000e] Thread (Worker thread) [0x00070bec]} Stat: 'sys_mutex_lock' failed with 0x80010005 : CELL_ESRCH [x194]
E {PPU[0x100000e] Thread (Worker thread) [0x00070bec]} Stat: 'sys_cond_signal' failed with 0x80010005 : CELL_ESRCH [x194]
E {PPU[0x100000e] Thread (Worker thread) [0x00070bec]} Stat: 'sys_mutex_unlock' failed with 0x80010005 : CELL_ESRCH [x194]



RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - Ani - 03-02-2018

To avoid spam, read and follow support guidelines.
https://github.com/RPCS3/rpcs3/wiki/How-to-ask-for-Support


RE: Yu-Gi-Oh! Millennium Duels [NPUB31455] - lamote - 03-02-2018

(03-02-2018, 09:44 PM)digitaldude Wrote: Download latest master and copy settings in image.


i've installed in a new folder emulator and now works

so when we update emulator to a new build

for update version in our computers

we have to install emulator again or just unpack and replace over old build?

thanks