[Bug 49515] Star Wars: The Old Republic unable to patch on Debian but works on Mint

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jul 20 08:22:28 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49515

Paul Gofman <pgofman at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pgofman at codeweavers.com

--- Comment #5 from Paul Gofman <pgofman at codeweavers.com> ---
I've tested the issue. The game fails to verify a downloaded patch file with
WinVerifyTrust because the root CA is absent on Debian 10 (""VeriSign Class 3
Public Primary Certification Authority - G5").

This have probably something to do with [1]. Brief search told me that VeriSign
recommended some of their certificates for removal from browsers. But probably
it is still there on Windows and other distributions. I can guess when it will
be removed on Windows the launcher will have to use something else. Adding the
certificate by the following sequence fixes the issue:

a. Copying certificate data from [2] to 'cert.crt'.
b. cp cert.crt /usr/local/share/ca-certificates/extra/
c. update-ca-certificates

1. https://launchpad.net/debian/+source/ca-certificates/+changelog
2. https://knowledge.digicert.com/solution/SO5624

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list