http://bugs.winehq.org/show_bug.cgi?id=19271
Summary: EVE crashes with a page fault Product: Wine Version: 1.1.25 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jms.lambert@googlemail.com
This bug was originally logged here Bug 19219 but was closed due to lack of a regression test. This test has now been done so I'm opening this as a new bug with the relevant info.
------- Comment #16 From hpestilence 2009-07-10 00:46:24 (-) [reply] ------- I found the commit that causes this
09712593c8496be5e952b7316099f9eed5043203 is first bad commit commit 09712593c8496be5e952b7316099f9eed5043203 Author: Alexandre Julliard <julliard at winehq.org> Date: Thu Jun 25 14:18:53 2009 +0200
ntdll: Release some address space after the process initialization is done.
I had to revert commit 1ac7576d477a6f22fa6d5758db6d8344d4bad1a9 ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this. also in order to revert the first commit. Then I compiled the latest git and eve-online is running fine.