https://bugs.winehq.org/show_bug.cgi?id=49515
--- Comment #14 from Paul Gofman pgofman@codeweavers.com --- Created attachment 67762 --> https://bugs.winehq.org/attachment.cgi?id=67762 Always return success in WinVerifyTrust
(In reply to Matthew Toseland from comment #9)
Created attachment 67759 [details] Wine log after adding the Verisign CA
Yes, the error looks similar. I tested that on Debian 10 though and did not see the error after adding that certificate, but that could be because I copied the game installation which was actually up to date. If it is indeed exactly the same issue with another certificate the attached patch should probably make it work. It is not a fix though, it just effectively disables these sort of verification which is not the right thing to do.
If you see which certificate is there on the executable you can look up the root certificate in it and add it to the system the similar way to the above. Wine does not store those certificates apart from maybe a couple of MS ones, they are read from the host root CA certificate store.