https://bugs.winehq.org/show_bug.cgi?id=40334
--- Comment #45 from Paul Gofman gofmanp@gmail.com --- Also, it still looks a bit strange how quick you can get this crash even with the earlier versions of the patch. Just in case, can you please double check that you appling the latest version of the patch and rebuilding the affected parts correctly? What you actually need to rebuild and install is 64 bit ntdll (dlls/ntdll) after applying the latest patch. I use to it by entering dlls/ntdll in build dir, doing 'make install' and later double check that I the newly build dll is used:
lsof -p <pid> | grep ntdll.dll (where <pid> is process id of aion.bin).
Unfortunately it is a bit hard to guess from the logs with the previous patches if the patch is actually there or not. I should've added smth for that, will do for the next attempt if the problem is not solved yet.