doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
12.83k stars 827 forks source link

[D3D9] Worms Armageddon blackscreens after alt tabbing #4163

Open simifor opened 1 month ago

simifor commented 1 month ago

If the game is not set to windowed and you alt tab, the screen will go black and remain that way.

Software information

Worms Armageddon (217200) running fullscreen. The first time the game is started, it will detect wine and ask if it should enable the window mode hack for compatibility reasons, if you click "yes" you can go to the settings to disable it.

System information

Apitrace file(s)

Traces from blisto who also reproduced the issue in his setup https://mega.nz/file/lvkkTQoR#oqQcqxrO1-GV9bicGeARragIjE8zk52NLa-yDfmG2xM The archive contains a dxvk and wined3d trace as the latter doesn't have the blackscreen issue.

Log files

steam-217200.log

Tiagoquix commented 1 month ago

If you start the game with the following launch option, does it help?

DXVK_CONFIG="d3d9.deviceLossOnFocusLoss = True" %command%

Blisto91 commented 1 month ago

Does not sadly.