13 Aug
2017
13 Aug
'17
9:19 p.m.
https://bugs.winehq.org/show_bug.cgi?id=43527 --- Comment #1 from Anton Romanov <theli.ua(a)gmail.com> --- So, the game crashes when converting double.NaN to string since the string is empty and game does: bool isCropIfTall = str != null && (int) str[str.Length - 1] == 63; Now, mscorlib uses msvcr120_clro400.dll _ecvt to do the convertion. I am not sure where in wine that lands as that dll does conversion by itself? -- 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.