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

[regression, d3d9] Cloudphobia crashing on startup #3938

Closed
Blisto91 opened this issue Apr 4, 2024 · 2 comments · Fixed by #3982
Closed

[regression, d3d9] Cloudphobia crashing on startup #3938

Blisto91 opened this issue Apr 4, 2024 · 2 comments · Fixed by #3982
Labels

Comments

@Blisto91
Copy link
Contributor

Blisto91 commented Apr 4, 2024

Originally reported at ValveSoftware/Proton#7633

I have bisected this crash to be a regression starting from commit 1f88ee5

Software information

Cloudphobia

System information

  • GPU: RX 6800
  • Driver: mesa main
  • Wine version: Proton 7.0-6 -> Bleeding Edge
  • DXVK version: 1f88ee5 and up

Apitrace file(s)

Reproduces the issue
https://drive.proton.me/urls/E9FGM9DE4C#Jg93l0R0AgGv

Edit: added a wined3d trace in addition to the dxvk trace captured from before the crashing commit.
I noticed the dxvk trace crashes both when replayed with the dxvk commit (but not prior) and wined3d. The wined3d trace crashes with neither. Maybe the game chooses a different path or something. Credit to @WinterSnowfall for getting me to check

Log files

steam-329340.log

@K0bin K0bin added the d3d9 label Apr 4, 2024
@waspennator
Copy link

waspennator commented Apr 13, 2024

I can confirm it happens on my windows laptop too using DXVK with the D3D9 DLL, if I launch it without it, it's fine. Made a trace running through native windows.

cloudphobia.zip

@WinterSnowfall
Copy link
Contributor

There's a call to CheckDepthStencilMatch(), using D32 as the depth stencil format, that works with dxvk but returns D3DERR_NOTAVAILABLE with WineD3D, the latter of which should be the correct behavior. I'll PR something to check the depth stencil formats as well during that call, to ensure we actually support them. That's not currently being done.

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

Successfully merging a pull request may close this issue.

4 participants