[Bug 29168] Star Wars: The Old Republic game client hangs at intro splash

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 10 18:10:24 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=29168

--- Comment #230 from Xolotl Loki <xoloki at gmail.com> 2012-07-10 18:10:24 CDT ---
> > KUSER_SHARED_DATA updates using a clock_nanosleep against wine-1.5.5
> 
> Does not compile on MacOSX against wine 1.5.8:
> 

clock_nanosleep is part of POSIX.1-2001 (IEEE Std 1003.1-2001).  It looks like
OS X only supports POSIX.1 (IEEE Std 1003.1-1988).  So the clock_nanosleep
patch will not work on OS X.

Does the previous patch (KUSER_SHARED_DATA updates using a dedicated thread
with no debugging) no longer work?  I can regenerate it against a new wine
version if needed.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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