Latest maintainer comment ·
kisak-valve · 2026-03-12 ·
#6741`Unhandled exception: unimplemented function KERNEL32.dll.GetProcessInformation called in 64-bit code (0x00000170062128).` is the key detail in your Proton log. We've seen this before at https://github.com/ValveSoftware/Proton/issues/7197#issuecomment-3286391281, which is implemented in Proton 9.0 (https://github.com/ValveSoftware/wine/commit/f27b62206cf3ee11e933d46a62ed56828070eb3f). I'd suspect ...
#6741 · 39 comments ·
opened 2023-05-02 · last comment 2026-07-16 by gonwan
> `
VKD3D_CONFIG=no_upload_hvv %command%` in launch options improved things significantly.
Thank you! This seems to have fixed the stutters ...
The launcher can be bypassed with some launch option trickery: `eval $( echo
VKD3D_CONFIG=no_upload_hvv PULSE_LATENCY_MSEC=90 "%command%" | sed ...