https://bugs.winehq.org/show_bug.cgi?id=40334
Paul Gofman gofmanp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gofmanp@gmail.com
--- Comment #16 from Paul Gofman gofmanp@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.