Adding an NVIDIA RTX 50-series data point with a full root-cause analysis, since this reproduces differently than the Intel/low-end report above.
Launcher updates → launches Game.exe (UE 5.7.4) → black screen, process hangs forever (has to be killed). UE5 initializes fine; it dies during PSO precompilation.
PROTON_LOG=1 VKD3D_DEBUG=warn)vkd3d-proton: vkd3d_validate_vertex_input_signature: No input layout element found for VS input semantic ATTRIBUTE1.
LogD3D12RHI: Error: Failed to create pipeline state with combined hash 60DF58866BAF86FE, error 80070057. (E_INVALIDARG)
seh: Exception 0xc0000005 (inside Goals.exe, immediately after the failed CreatePipelineState)
err:sync:RtlpWaitForCriticalSection "loader.c: loader_section" wait timed out ... (dozens of threads, 60s loops)
So there are actually two problems stacked:
CreateGraphicsPipelineState returns E_INVALIDARG for a vertex shader whose input signature references ATTRIBUTE1 with no matching input-layout element. Native D3D12 on Windows and RADV/AMD accept this (the game runs fine on Steam Deck); only NVIDIA + vkd3d-proton reject it. The failing thread is UE5 PSOPrecompilePool #0.ID3D12PipelineState on failure → 0xc0000005, and the crash happens while the Wine loader lock is held, so everything deadlocks on loader_section and the process hangs on black instead of exiting.3dfc6f07d0953b1) only 1 still fails — recent vkd3d already fixed most of them, one remains.-GoalsForceQualityLevel=0) via its reliability system; the failing PSO reproduces at every quality level, forced-low or default.0x2c02)610.43.03 (nvidia-open)3dfc6f07d0953b1)Full PROTON_LOG=1 VKD3D_DEBUG=warn log available on request. This is very likely best tracked upstream in vkd3d-proton (VS input-signature validation returning E_INVALIDARG on NVIDIA where RADV/native accept it).
Replying to https://github.com/ValveSoftware/Proton/issues/9872#issuecomment-5005829764
hello and thank you for the share, first i didn't see on the front page of the game that they DIDN'T supported proton 11 YET but they were working on it so i think there is our response !
proton 3.1x1 2026-07proton experimentalx1 2026-07PROTON_LOG=1x1 2026-07VKD3D_DEBUG=warn`x1 2026-07VKD3D_DEBUG=warn`)x1 2026-070xc0000005x1 2026-07
Compatibility Report
System Information
I confirm:
steam-2753000.zip
Symptoms
i launch the game "GOALS" in low end mode and i just get a black screen forever (high end worked but my gpu is too old for it
Reproduction
just launch the game with recent proton versions and see that the "low-end" option will just load the game and get a black sreen right after the loading screen