https://bugs.winehq.org/show_bug.cgi?id=40334 --- Comment #19 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Created attachment 65695 --> https://bugs.winehq.org/attachment.cgi?id=65695 patch to work around bug 46568 Hi Paul,
After fixing the crash at the very start (see Comment #16) the game loads it >data for a while and then crashes again during the transition screen before showing >login screen.
The crash happens in CrySystem.dll in CryFree(). It does not like really high >memory pointers, it probably indexes some part of them in some table and that >exceeds the bounds of the table.
I gave the game a try with your first patch (add RtlGetNativeSystemInfo) and i can get to the loginscreen with another patch i apply always to work around bug 46568; So might be same issue. Patches are from Derek Lesho (see https://bugs.winehq.org/show_bug.cgi?id=46568). Does this patch help for you too? Unfortenately i`ve not been able to login, i get a message the server is not reachable :( -- 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.