ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
24.18k stars 1.06k forks source link

MDK 2 (38460) #3323

Open shoober420 opened 4 years ago

shoober420 commented 4 years ago

Compatibility Report

System Information

LOG: steam-38460.log

Symptoms

Black screen after launch

Reproduction

Launch game

This seems to be a regression, as it was reported to work in earlier versions of Wine (https://appdb.winehq.org/objectManager.php?sClass=application&iId=3657), but has been black screening with recent versions of Wine/Proton (https://www.protondb.com/app/38460).

shoober420 commented 4 years ago

I posted a log for this error in the original comment just in case you didnt see.

CuriousTommy commented 4 years ago

@shoober420 Is this still the case?

shoober420 commented 4 years ago

Compatibility Report

System Information

LOG: steam-38460.log

Symptoms

Black screen at launch, have to force quit with htop

@CuriousTommy Yes

springwurm commented 4 years ago

Compatibility Report

System Information

I confirm:

Logs

Workaround

If you like to play in fullscreen, you need to set the ingame resolution to your desktop resolution and disable 'DirectX Video Mode Set', at least this works for me.

You can also toggle fullsceen of and set the screen resolution ingame.

The game uses OpenGL, but i guess it needs DirectX to get some information? Probably some functions are not yet implemented in wine?

\<gamedir>/save/config.lua

-- config.lua (default)
chSetVideoMode(1024, 768, 32, 16, 60, 1, 2, 0.8, 0, 1, 1, 0)
                                      ^                ^
                                      |                | DirectX Video Mode Set: OFF=0, ON=1
                                      |
                                      | Fullscreen: OFF=0, ON=1

Refs.