RPCS3 Forums
Narco Terror [NPUB31225] - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: PS3 Commercial Games (https://forums.rpcs3.net/forumdisplay.php?fid=4)
+--- Forum: Ingame (https://forums.rpcs3.net/forumdisplay.php?fid=6)
+--- Thread: Narco Terror [NPUB31225] (/showthread.php?tid=179533)

Pages: 1 2


RE: Narco Terror [NPUB31225] - digitaldude - 02-25-2017

rpcs3-v0.0.1-2017-02-23-3e0c356b_win64



RE: Narco Terror [NPUB31225] - Asinine - 10-14-2017

RPCS3 v0.0.3-3-1572d01 Alpha
Still nothing.


RE: Narco Terror [NPUB31225] - Asinine - 12-18-2017

RPCS3 v0.0.4-6226-17bfb3be Alpha
Still nothing, same errors as before.


RE: Narco Terror [NPUB31225] - scribam - 04-01-2018

RPCS3 v0.0.5-6626-717f2b0ac

Code:
·F 0:00:32.421305 {SPU[0x2000002] Thread (Zen Job Worker 2)} SPU: Access violation reading location 0x0 (GET, size=0x30)
·F 0:00:32.421307 {SPU[0x2000001] Thread (Zen Job Worker 1)} SPU: Access violation reading location 0x0 (GET, size=0x30)
·F 0:00:32.421310 {SPU[0x2000000] Thread (Zen Job Worker 0)} SPU: Access violation reading location 0x0 (GET, size=0x30)



RE: Narco Terror [NPUB31225] - elad335 - 07-17-2018

For documentation purposes:

The game suffers from a bug that makes it immediately destroys current buffer for the mfc get commands after pushing them, and before waiting for the command to finish.
If you execute the command before the destruction, the game would crash.
but if you emulate accurate delays between the SPU and the MFC, making the command execute after the destruction, it can work.
As long as there is not a cycle accurate mfc emulation, the game would never work on master builds. 
So I've made a workaround for this that makes the command wait until the game manually requasts the command to finish.

Disclaimer : due to the the inaccuracy it brings into the MFC, alot of games dont work with this commit!
https://github.com/elad335/rpcs3/commit/76f89467b951c84696804b396e647d944b0750b0

EDIT: As of 18th of september 2021, https://github.com/RPCS3/rpcs3/pull/10884 and https://github.com/RPCS3/rpcs3/pull/8514 merged This MFC feature has been fully implemented!


RE: Narco Terror [NPUB31225] - crispy81 - 08-25-2018

RPCS3 v0.0.5-7247-a93a40e8d Alpha | HEAD
Intel® Core™ i7-8700K CPU @ 3.70GHz | 12 Threads | 31.93 GiB RAM | AVX+ | TSX

E {rsx::thread} RSX: NV3089_IMAGE_IN_SIZE: Invalid blit dimensions passed
U {PPU[0x1000000] Thread (main_thread) [0x002b6568]} cellSysutil TODO: cellVideoOutConfigure(videoOut=0, config=*0xd00ffad0, option=*0x0, waitForEvent=0)
F {SPU[0x2000000] Thread (Zen Job Worker 0) [0x003bc]} MEM: Access violation reading location 0x0
F {SPU[0x2000001] Thread (Zen Job Worker 1) [0x003bc]} MEM: Access violation reading location 0x0
F {SPU[0x2000002] Thread (Zen Job Worker 2) [0x003bc]} MEM: Access violation reading location 0x0


RE: Narco Terror [NPUB31225] - Asinine - 09-01-2018

No need to worry too much about testing games that are already in nothing, the developers are ontop of it and we just dont post in the threads constantly, but as soon as they get fixed we will do a test and move them


RE: Narco Terror [NPUB31225] - Coloradohusky - 04-12-2020

Still appears to not work, version 0.0.9-10173-8e61c65c


RE: Narco Terror [NPUB31225] - Kilowog01 - 07-02-2021

RPCS3 v0.0.17-12434-e212f169 Alpha

Still nothing


RE: Narco Terror [NPUB31225] - digitaldude - 09-18-2021

RPCS3 v0.0.18-12790-e10c6cba

Intro requires delay each odd mfc command checked in advanced tab.