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

Onechanbara Z2: Chaos missing effects #2701

Closed
ShinyaOsen opened this issue Jul 1, 2022 · 2 comments
Closed

Onechanbara Z2: Chaos missing effects #2701

ShinyaOsen opened this issue Jul 1, 2022 · 2 comments
Labels

Comments

@ShinyaOsen
Copy link

Weapon, healing, money orbs, and quick time event prompts do not render. Works with wined3d but stuff get rendered in front of objects that should obscure the object

Windows
20220701021959_1
20220701022249_1

DXVK
20220701020838_1
20220701021126_1

Software information

Onechanbara Z2: Chaos
Fullscreen 1920x1080

System information

  • GPU:Vega 56
  • Driver: Mesa 22.1.2
  • Wine version: Proton 7.0-3
  • DXVK version: 1.10.1 and dxvk-master-e81094533

Apitrace file(s)

Done on windows
https://drive.google.com/file/d/12T8acPDT9V6Q5Dd4CK04yD2NmMlVdx12/view?usp=sharing

Log files

@K0bin K0bin added the d3d11 label Jul 1, 2022
@doitsujin
Copy link
Owner

doitsujin commented Jul 1, 2022

The game uses an uninitialized depth buffer for its particle rendering pass, so all the data in it is zero and the depth test always fails. It's broken the same way on wined3d's Vulkan backend as on DXVK. The depth buffer is also incorrectly sized.

Not sure why this works on Windows, there's some serious brokenness on the game's side.

@doitsujin
Copy link
Owner

540c062 seems to fix this, but I still need to confirm whether this actually matches Windows behaviour.

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

No branches or pull requests

3 participants