From c8dc68d75afdef6e2c8976d8ec09d0fdcc618e17 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 6 Jun 2025 12:27:56 -0600 Subject: [PATCH] proton: Copy ucrtbase.dll instead of symlinking. CW-Bug-Id: #25520 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index f7d97e4a..006d9c6f 100755 --- a/proton +++ b/proton @@ -980,6 +980,7 @@ class CompatData: "vcomp1*.dll," + "vccorlib1*.dll," + "vcruntime1*.dll," + + "ucrtbase.dll," + #some games balk at ntdll symlink(?) "ntdll.dll," +