protonscr

[d3d11] PickCrafter crashes after alt-tabbing and opening window again

dxvkclosed windows
doitsujin/dxvk#2840 · opened 2022-08-20 by SlimDread · updated 2023-10-14 · 5 comments · github
SSlimDread 2022-08-20 github

Software information

Pickcrafter, default settings

System information

  • GPU: NVIDIA Geforce GTX 1050
  • Driver: Latest Vulkan Beta (516.89)
  • DXVK version: dxvk-master-85cc87e42a9adaa631593abfd06ec281001eae63
  • OS: Windows 10 64bit

Log files

BBlisto91 2022-08-20 github

I am not reproducing on Linux through proton or regular wine. This is the steam version and with a amd R9 380.

Does this also happen with 1.10.3?
Also try latest master. https://github.com/doitsujin/dxvk/actions/runs/2890252958

Edit: i tested on the nvidia setup on linux too and there i didn't see either. (tho i did notice mouse input not working after alt tabbing in regular wine. worked in proton)

I do see a issue on windows (tested on nvidia) in that you can't get the game back in focus after having alt tabbed

BBlisto91 2022-08-20 github

Regression in 1.5.
With 1.4.6 i am able to get back ingame after a alt tab on windows.
The mouse issue on linux in regular wine is something else. Might just be a wine issue without fshack

Edit: i haven't done any bisecting but i'm guessing one of these 4 commits are the likely suspect
https://github.com/doitsujin/dxvk/commit/dc13f4831829d6b444306dbc38fa892d3f4e7d45
https://github.com/doitsujin/dxvk/commit/9c26fad40ebf35c92d5b761eccec4684fd8a4305
https://github.com/doitsujin/dxvk/commit/575a267f076226977f4a006ac21ed39ed2e6e2db
https://github.com/doitsujin/dxvk/commit/945a64252db464be479e60df82bd2958ea4ffaa8

Ddoitsujin maintainer 2022-08-20 github

I hate Windows issues.

Guess we'll just force-disable exclusive fullscreen on Windows for D3D11 apps then if it causes issues since it doesn't really do anything useful anyway. We can't emulate DXGI behaviour correctly with Vulkan WSI.

BBlisto91 2022-08-21 github

Original hunch was wrong. Didn't notice it was also a issue in windowed mode.

Issue starts at this commit https://github.com/doitsujin/dxvk/commit/2d0c9127f339b60e6f4de7bd8cb40168399e7390
Here it crashes for me after alt tab out and in

Next commit makes it not directly crash for me but instead the game stops responding and you cant get it in focus again
https://github.com/doitsujin/dxvk/commit/aa40decc23f27bcb25bd8e61a76c032fd99ada59

BBlisto91 2023-09-06 github

@SlimDread Are you able to confirm that this now works with dxvk 2.3?

Nothing extracted yet.