protonscr

Worms World Party Remastered - Black Screen

dxvkopen wine bugd3d9not our bug
doitsujin/dxvk#4569 · opened 2024-12-31 by 7oxicshadow · updated 2025-01-04 · 6 comments · github
77oxicshadow 2024-12-31 github

When trying to play WWPR you appear to get a single frame of the Team 17 logo and then the screen just goes black with the audio playing in the background.

Researching this issue, it appears that this is a problem with Windows 10 as well but there is a workaround to get it playable again.

The solution for Windows 10 is to press the right mouse button on the w2.exe and select "Disable Fullscreen Optimizations".

As we cannot do the same thing in Linux (wine) is there an equivalent option within DXVK that might do the same thing? On Proton DB some users have reported success using the steam overlay and some alt-tab switching but for me it normally seems to crash the game.

I have attached a DXVK log file in case it shows any possible causes.

w2_d3d9.log

RRiesi 2025-01-04 github

This is a wine bug.
The game renders its input as a separate windows on top of the graphics window.

https://bugs.winehq.org/show_bug.cgi?id=14543

KK0bin maintainer 2025-01-04 github

The solution for Windows 10 is to press the right mouse button on the w2.exe and select "Disable Fullscreen Optimizations".

FWIW DXVK 2.5.2 does that by default.

77oxicshadow 2025-01-04 github

@Riesi thanks for the wine report. I think that is for the original worms world party. That used ddraw for graphics. This is for the remaster which uses d3d9. I suppose it is possible that they are the same bug but would be surprised if it was

77oxicshadow 2025-01-04 github

The solution for Windows 10 is to press the right mouse button on the w2.exe and select "Disable Fullscreen Optimizations".

FWIW DXVK 2.5.2 does that by default.

I have tried latest master and it still happens for me sadly

KK0bin maintainer 2025-01-04 github

Yeah sorry, I didn't make that clear. This only affects Windows. Linux has no concept of exclusive fullscreen.

RRiesi 2025-01-04 github

@Riesi thanks for the wine report. I think that is for the original worms world party. That used ddraw for graphics. This is for the remaster which uses d3d9. I suppose it is possible that they are the same bug but would be surprised if it was

the remaster has the same problem
my wine report of that got closed asa duplicate of the original

Upstream links