-
Notifications
You must be signed in to change notification settings - Fork 851
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
Fullscreen does not show in World of Tanks #361
Comments
Question, does it work with wined3d? In general I'd recommend sticking to borderless fullscreen for DXVK in general, there's a ton of bugs related to fullscreen mode and it's nigh impossible to even debug them. |
Interestingly, fullscreen works with wined3d in the old Wine 2.21, but the game fails to start in the 3.x series. DXVK to the rescue! ;) I can imagine the problems with debugging these issues. Is there anything I can do to help? |
Can you retest if current master still shows the issue, there is a dxgi fix in which might be related. |
@pingubot just because I fixed one DXGI issue doesn't mean that I fixed all DXGI issues. This one is unrelated. |
Please test if this is still an issue. |
It appears to still be a problem with the following:
Output at startup:
Same behaviour as previously - Windowed mode seems to be working fine - I'll also test without DXVK, and edit with my findings. |
For me, fullscreen mode does work, it just minimizes itself on start, so its not visible. I just repeatedly click on the GNOME taskbar button for World of Tanks until the game shows up properly. Takes a few clicks. I guess its still an issue though, because this shouldn't happen. |
DXVK doesn't minimize or otherwise interfere with the game window though, so that issue is likely caused by something else. |
@doitsujin Yeah, I just wanted to mention it, just let you know that fullscreen does work in that game. Just has a small quirk, and I don't know what is causing it. |
that looks like some mutter bug that was workarounded in Proton. |
Fixes The Witcher 2, which calls CreatePixelShader and then CreateVertexShader with the same result ptr and uses the result of whatever call succeeds Supersedes doitsujin#361
Fixes The Witcher 2, which calls CreatePixelShader and then CreateVertexShader with the same result ptr and uses the result of whatever call succeeds Supersedes doitsujin#361
Fixes The Witcher 2, which calls CreatePixelShader and then CreateVertexShader with the same result ptr and uses the result of whatever call succeeds Supersedes doitsujin#361
World of Tanks fullscreen window does not appear. Playing in borderless window at full screen resolution works well, but when one starts the game in fullscreen mode OR change from windowed mode to fullscreen mode, the game window disappears. The game appears to still be running, although no window is shown.
Steps to reproduce:
The game performs fairly well even when running windowed, so great kudos to you Doitsujin :)
Software information
World of Tanks (EU version, 1.0.1)
System information
Log files
WorldOfTanks_d3d11.log
WorldOfTanks_dxgi.log
The text was updated successfully, but these errors were encountered: