[Bug 40334] AION - Wine /Unhandled exception: page fault on read access to 0x00000000 in 64-bit code (0x0000000000000000).

WineHQ Bugzilla wine-bugs at winehq.org
Sat Nov 23 18:58:32 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=40334

--- Comment #32 from Paul Gofman <gofmanp at gmail.com> ---
(In reply to Fred from comment #31)

> The attached log is 5.2Gb big uncompressed. Likely an infinite loop that I
> had to stop.
> The code base is head (190fb605c3 (origin/master, origin/HEAD, master)
> quartz/tests: Fix some tests on w7u.) + comment #16 and #17 patches
> (exactly).
> 

Thanks for the logs. I've got some guess of the possible reason for your
problem here. Unless I am missing something, it seems like you are building all
binaries as .so, not as PE (e. g., you have kernelbase.dll.so in your built /
installed Wine binaries), right? I would start from making a default Wine build
which is using mingw and produces PE binaries (.dll files) for the most of the
Wine libs. I didn't yet bother to make a non-PE build to verify that I will
reproduce your crash (yes, it is the crash, just looping through the same
handler), but it looks quite possible that the might be here.

-- 
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.



More information about the wine-bugs mailing list