PCSX2 / pcsx2

PCSX2 - The Playstation 2 Emulator
https://pcsx2.net
GNU General Public License v3.0
11.6k stars 1.6k forks source link

Tekken 5: Tekken 2 Arcade History Bug #7282

Open StillPlay2 opened 1 year ago

StillPlay2 commented 1 year ago

Describe the Bug

There is a discernible line running down the image in the intro as soon as it starts. Using native default settings. Tekken 5_SCES-53202_20221025235431 Tekken 5_SCES-53202_20221025235433 Tekken 5_SCES-53202_20221025235435

Reproduction Steps

Play Tekken 5, click on "Arcade History", choose Tekken 2.

Expected Behavior

The intro video should be playing with no visual bugs.

PCSX2 Revision

v1.7.3487

Operating System

Windows 10 (64bit)

If Linux - Specify Distro

No response

CPU

AMD Ryzen 7 3800x

GPU

AMD RX 6500XT

GS Settings

Native Settings

Emulation Settings

No response

GS Window Screenshots

No response

Logs & Dumps

No response

F0bes commented 1 year ago

Could you provide a GS dump when the issue occurs? Renderer does not matter.

(We should create a wiki page on GitHub for this)

What is a GS dump?
A GS dump is an export of instructions sent from the PS2 core to the "Graphics Synthesizer" (aka "GS"). The instructions can be replayed in PCSX2 to quickly reproduce, inspect, and resolve graphics errors. This allows helpers to figure out what's wrong with a game, and developers to fix the emulator.

For wxWidgets Builds:
Use the key combination Shift + F8

For Qt Builds:
Debug > Save Single Frame GS Dump

Where does the GS dump save to?
GS dumps are saved to the /snaps folder.
- If you used the PCSX2 installer, you will find it in Documents/PCSX2.
- If you are using a nightly build, you will find it next to the PCSX2 executable.

Your graphics settings DO NOT affect the dump, and you will not need to change renderers, hardware fixes or any other settings.

More information on the PCSX2 forums:
https://forums.pcsx2.net/Thread-How-to-create-a-proper-GS-dump
StillPlay2 commented 1 year ago

Tekken 5_SCES-53202_20221026002613.zip

StillPlay2 commented 1 year ago

PS; This issue does not occur on Tekken 1, Tekken 3 or Starblade.

F0bes commented 1 year ago

Looks like software mode works fine. Preload frame data loads the frame correctly the first frame. Other hardware mode options have no affect.

Indicators of a broken hardware texture cache. The solution is to use the software renderer for now.

refractionpcsx2 commented 1 year ago

Game is fine on preround #6553 in native so it might just bit a weird coordinate thing.

image