ValveSoftware / Proton

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

Forts (410900) #637

Open DenisBY opened 6 years ago

DenisBY commented 6 years ago

See screenshot: https://i.imgur.com/2c2n3VZ.png My sysinfo Maybe related to issue https://github.com/ValveSoftware/steam-for-linux/issues/5644 because during checking files integrity in Steam it downloads 0 bytes

ElricleNecro commented 5 years ago

I am also having this issue, after a few minutes of playing a game. My sysinfo.

kisak-valve commented 10 months ago

Forts using vulkan renders everything transparent and dark

Issue transferred from https://github.com/ValveSoftware/Proton/issues/7362. @tristanjl posted on 2023-12-19T00:19:32:

Compatibility Report

System Information

I confirm:

steam-410900.log

Symptoms

When vulkan rendering is enabled, everything in the game looks darker and transparent When captured in render doc, the output pixel value is approximately 1/4 the alpha is should be. Due to blend modes, this is then multiplied through the colour, hence why everything looks dark When debugging the shader in render doc, the pixel value result appears to be the correct value - but it does not match the actual pixel value. In testing a debug build, it renders correctly run from wine directly (including wine used by proton). It also appears correct when disabling Vulkan (which uses OpenGL)

Reproduction

Go to Options -> Video Ensure 'Enable Vulkan' is checked Restart the game Notice that everything appears transparent and darker

tristanjl commented 10 months ago

Also, I have encountered 2 crashes calling steamworks api functions when running under proton (no issue under windows)

This happens with multiplayer - when you host a lobby and then either:

Quit hosting - application exits on SteamGameServer_Shutdown() Player joins the game - application exits on SteamGameServerNetworking()->AcceptP2PSessionWithUser( pCallback->m_steamIDRemote );