[Bug 48157] New: SetThreatDescrption() return value E_NOTIMPL crashes StarCitizen

WineHQ Bugzilla wine-bugs at winehq.org
Sat Nov 23 05:54:27 CST 2019


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

            Bug ID: 48157
           Summary: SetThreatDescrption() return value E_NOTIMPL crashes
                    StarCitizen
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: kernelbase
          Assignee: wine-bugs at winehq.org
          Reporter: rawfox at freenet.de
      Distribution: ---

Since this commit, StarCitizen does not work with wine:

https://github.com/wine-mirror/wine/commit/b4684bc561257de99ce2b3bef29cc9b622aab239

The function SetThreadDesciption() is returning E_NOTIMPL and StarCitizen can
not eat that and crashes.
Changing the return value to S_OK made the game work fine again.

Ive patched dlls/kernelbase/thread.c with this patch
https://pastebin.com/GBnQrq3T and tested the game for the last days without
issues.

-- 
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