https://bugs.winehq.org/show_bug.cgi?id=50162 zappel(a)retarded.farm changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zappel(a)retarded.farm --- Comment #9 from zappel(a)retarded.farm --- (In reply to kungfujesus06 from comment #8)
Hmm, seems the 9999 build in Gentoo is working so maybe my user patch is being applied somewhere too late before things are copied for the build stage, I dunno, :-/. Seems to be fixed, though, sorry about the noise.
Hey, I had the same issue (on gentoo, at least for wine-staging-5.22-r2 this isn't fixed) this user-patch fixed it for me: ## patch start --- a/dlls/msvcrt/unixlib.c 2020-12-08 03:58:08.157002766 +0100 +++ b/dlls/msvcrt/unixlib.c 2020-12-08 04:05:01.763530290 +0100 @@ -221,7 +221,7 @@ */ static double CDECL unix_cos( double x ) { - return precise_cosh( x ); + return cos( x ); } /********************************************************************* ## patch end -- 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.