[PATCH 0/3] MR9867: vcruntime140_1, msvcp140*: DLL version bumps
14.50 is out now, and at least one game has started looking for 14.44 (The Last Caretaker). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9867
From: Tim Clem <tclem@codeweavers.com> --- dlls/msvcp140/version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcp140/version.rc b/dlls/msvcp140/version.rc index d574d4b9c65..ab584cb2ce8 100644 --- a/dlls/msvcp140/version.rc +++ b/dlls/msvcp140/version.rc @@ -18,6 +18,6 @@ #define WINE_FILEDESCRIPTION_STR "Wine runtime library" #define WINE_FILENAME_STR "msvcp140.dll" -#define WINE_FILEVERSION 14,42,34433,0 +#define WINE_FILEVERSION 14,50,35719,0 #include "wine/wine_common_ver.rc" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9867
From: Tim Clem <tclem@codeweavers.com> --- dlls/msvcp140_2/version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcp140_2/version.rc b/dlls/msvcp140_2/version.rc index 1732f53f322..367f4853f92 100644 --- a/dlls/msvcp140_2/version.rc +++ b/dlls/msvcp140_2/version.rc @@ -18,6 +18,6 @@ #define WINE_FILEDESCRIPTION_STR "Wine runtime library" #define WINE_FILENAME_STR "msvcp140_2.dll" -#define WINE_FILEVERSION 14,42,34433,0 +#define WINE_FILEVERSION 14,50,35719,0 #include "wine/wine_common_ver.rc" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9867
From: Tim Clem <tclem@codeweavers.com> --- dlls/vcruntime140_1/version.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/vcruntime140_1/version.rc b/dlls/vcruntime140_1/version.rc index dd39e049e43..02df5dacaf3 100644 --- a/dlls/vcruntime140_1/version.rc +++ b/dlls/vcruntime140_1/version.rc @@ -18,6 +18,6 @@ #define WINE_FILEDESCRIPTION_STR "Wine runtime library" #define WINE_FILENAME_STR "vcruntime140_1.dll" -#define WINE_FILEVERSION 14,42,34433,0 +#define WINE_FILEVERSION 14,50,35719,0 #include "wine/wine_common_ver.rc" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9867
Is the game working with the change or does it need more patches? Is it a regression caused by game update? While the patch is not very risky I wonder if it's too late for the change. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9867#note_126582
On Fri Jan 9 17:22:00 2026 +0000, Piotr Caban wrote:
Is the game working with the change or does it need more patches? Is it a regression caused by game update? While the patch is not very risky I wonder if it's too late for the change. The game works with the change, yes. I believe the game has always required at least 14.44; it just came out in November.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9867#note_126585
This merge request was approved by Piotr Caban. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9867
participants (3)
-
Piotr Caban (@piotr) -
Tim Clem -
Tim Clem (@tclem)