Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Armored Core 2 FMVs have issues while using hardware rendering. #8860

Closed
AmyRoxwell opened this issue May 15, 2023 · 9 comments · Fixed by #8865
Closed

[BUG]: Armored Core 2 FMVs have issues while using hardware rendering. #8860

AmyRoxwell opened this issue May 15, 2023 · 9 comments · Fixed by #8865

Comments

@AmyRoxwell
Copy link

AmyRoxwell commented May 15, 2023

Describe the Bug

Some game FMVS will have issues drawing the image, displaying scanlines on top of the screen and making the characters to have an epileptic border and textures while using vulkan or opengl renders, not matter if you upscale or not, the only way to make it go away is to switch from one hardware render to another or switching to software, were this issues doesn't occur
(I haven't been able to test if this issue happens on the ntsc version due to me not having yet a copy for the game, so if anybody can test if that happens in that version too please told us!)
Screenshot from 2023-05-13 01-09-20
Screenshot from 2023-05-14 22-22-33
Screenshot from 2023-05-13 01-13-24

Reproduction Steps

Start up the game with any hardware rendering, the FMV after the "from software" logo will display the issue.

Expected Behavior

Imagine rendering without any image corruption on the characters and without any scan-lines on top
Software mode
Screenshot from 2023-05-13 01-32-59
Hardware render if you change to another hardware render in the middle of the cutscene
Screenshot from 2023-05-14 22-31-56

PCSX2 Revision

v1.7.4508

Operating System

Linux (64bit) - Specify distro below

If Linux - Specify Distro

EndeavourOS (Arch Linux based distro)

CPU

Ryzen 5 5600

GPU

Rx 6600

GS Settings

No response

Emulation Settings

Screenshot from 2023-05-14 22-36-42

GS Window Screenshots

No response

Logs & Dumps

Armored Core 2_SLES-50079_20230513010926
Armored Core 2_SLES-50079_20230513010926.gs.zip

@AmyRoxwell AmyRoxwell added the Bug label May 15, 2023
@AmyRoxwell AmyRoxwell changed the title [BUG]: Armored Core 2 cutscenes issues while using hardware rendering. [BUG]: Armored Core 2 FMVs have issues while using hardware rendering. May 15, 2023
@stenzek
Copy link
Member

stenzek commented May 15, 2023

Dump looks fine to me, can't see anything out of the ordinary either - it's just a copy of the FMV frame being written into GS memory, being drawn as a texture with a sprite, double buffered on a single framebuffer at BP 0.

@refractionpcsx2
Copy link
Member

refractionpcsx2 commented May 15, 2023

It's probably a usual tc thing, has a different buffer setup for 3d stuff, then when it switches to an fmv it misdetects and misses every other frame, cause it to look weird and glitchy

@stenzek
Copy link
Member

stenzek commented May 16, 2023

In which case the SW FMV gamefix should work around it - easy way to confirm.

(or, toggle SW on and off during the FMV)

@AmyRoxwell
Copy link
Author

In which case the SW FMV gamefix should work around it - easy way to confirm.

(or, toggle SW on and off during the FMV)

So should I just try to turning on and off SW mode with f9 and see if that's fixes it?

@refractionpcsx2
Copy link
Member

yep

@AmyRoxwell
Copy link
Author

Yep, that's fixes the FMVs! changing to software and then back to hardware render fixes the issue.

@stenzek
Copy link
Member

stenzek commented May 16, 2023

Texture cache invalidation strikes again.

@Tenome
Copy link

Tenome commented Feb 12, 2024

Since I had the exact same issue, I'll leave a comment here. I fixed this by going into Game Fixes and enabling "Use software renderer for FMVs." The Agetec logo still got a bit messed up (since it's not an FMV, but a texture), but otherwise the "texture" alignment issue was fixed.

@AmyRoxwell
Copy link
Author

AmyRoxwell commented Feb 13, 2024

Since I had the exact same issue, I'll leave a comment here. I fixed this by going into Game Fixes and enabling "Use software renderer for FMVs." The Agetec logo still got a bit messed up (since it's not an FMV, but a texture), but otherwise the "texture" alignment issue was fixed.

This issue has been already fixed, months ago, it should be included on the latest version of pcsx2 :b, pls update and use defaults. (SO PLEASE, ANYONE READING THIS AND HAVING THIS ISSUE, DO NOT FOLLOW WHAT TENOME SAID, GET THE LATEST NIGHTLY VERSION INSTEAD)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants