https://bugs.winehq.org/show_bug.cgi?id=40334 Paul Gofman <gofmanp(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gofmanp(a)gmail.com --- Comment #16 from Paul Gofman <gofmanp(a)gmail.com> --- Created attachment 65650 --> https://bugs.winehq.org/attachment.cgi?id=65650 Export missing function from ntdll I've tested the game. 64 bit version wants an undocumented function in ntdll which is likely very similar to NtQuerySystemInformation(). The patch is fixing that. No logs could help here, the application seems to get some API functions by directly reading import tables from loaded dll images. Then there is the crash after loading the data. I will put a proof of concept hack which fixes that in the next comment, though it definitely deserves a separate bug report and is likely going to be a long standing issue. -- 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.