RPCS3 Forums

Full Version: Super Puzzle Fighter II Turbo HD Remix [NPUB30017]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6

emunewzdecade

Settings:
Core
CPU
Interpreter & DisAsm
Ignore Read/Write errors (disabled)

SPU
Interpreter

Graphics
Write Depth Buffer and Write Color Buffers (enabled)
It was only possible to view the images with them enabled.

Loads the Capcom logo and after a time emulation, you can hear the audio in the process!


Pressing the ENTER key during the boot was interpreted this way:
Code:
[E : PPU[1] Thread (CPUThread)[0x0031f0b8]]: sys_io error: cellPadSetPressMode(port_no=0)
[E : PPU[1] Thread (CPUThread)[0x0031f07c]]: sys_io error: cellPadSetPressMode(port_no=0)
[E : PPU[1] Thread (CPUThread)[0x0031f0b8]]: sys_io error: cellPadSetPressMode(port_no=1)
[E : PPU[1] Thread (CPUThread)[0x0031f07c]]: sys_io error: cellPadSetPressMode(port_no=1)
Did you test with the SPU recompiler?

emunewzdecade

Tested, but hangs when loading SPUmultistrream.

emunewzdecade

Probably after this update :
* Merge pull request # 204 from darkf / padfix
pad: Send all button states are release events fire

CellPadInfoSensorMode and cellPadInfoPressMode infinite loop occurs before the the first graphics screen, thus freezing progress at the black screen with locked frames.

log: http://pastebin.com/ewmJGSKM

[E : PPU[1] Thread (CPUThread)[0x0031f058]]: sys_io error: cellPadInfoSensorMode(port_no=0)
[E : PPU[1] Thread (CPUThread)[0x0031f004]]: sys_io error: cellPadInfoPressMode(port_no=0)


Only with the Pad Handler null process continued.

emunewzdecade

With the latest updates of textures, the Capcom logo got its normal color!

However, to continue progress is necessary to disable the pad handler (null).

and
What effect will the startup be resolved this error below?
Code:
TODO: cellGcmSetBackPolygonMode(0x1b02)
I have seen a lot of games that kind of loop on cellGcmSetBackPolygonMode. Not sure how much it breaks though.

jacky400

@emunewzdecade , How this game looks like now in latest build ? (is it color buffer disable yield no graphic?)

Meanwhile , possibly try 720x480 as i seen some games good in 1280x720 and some good in 720x480 .

emunewzdecade

(05-20-2014, 02:29 AM)jacky400 Wrote: [ -> ]@emunewzdecade , How this game looks like now in latest build ? (is it color buffer disable yield no graphic?)

Meanwhile , possibly try 720x480 as i seen some games good in 1280x720 and some good in 720x480 .

With the Write Colors and Depth buffer disabled chart continues to show the black screen.

Since with the pad handler activated, the progress is stopped as shown below.
Code:
[W : PPU[17] Thread (crCommandQueue)[0x002f5034]]: cellGcmSys warning: cellGcmSetFlipMode(mode=1)
[W : RSXThread]: m_set_restart_index requires glPrimitiveRestartIndex()
[! : RSXThread]: RSX thread exit...
[!]: Closing memory...
So having to close it.

Log file for these settings.
With Pad Handler enabled.

jacky400

So u keep pad handler null but keyboard handler as window , right?

emunewzdecade

(05-20-2014, 04:30 AM)jacky400 Wrote: [ -> ]So u keep pad handler null but keyboard handler as window , right?

All null.
pad handler null.
keyborad handler null
mouse handler null
Pages: 1 2 3 4 5 6