http://bugs.winehq.org/show_bug.cgi?id=31515
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #2 from Dan Kegel dank@kegel.com 2012-08-22 09:49:10 CDT --- As you mentioned, there seem to be two different problems here.
The crash in your "64 bit" trace is:
Unhandled exception: page fault on write access to 0x004fb000 in 32-bit code (0x004874aa). Backtrace: =>0 0x004874aa in launchpad (+0x874aa) (0x0032e7ac) 0x004874aa: repe movsl (%esi),%es:(%edi)
The crash in your "32 bit" trace is:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x10a44ae2). Backtrace: =>0 0x10a44ae2 in awesomium (+0xa44ae2) (0x00b354d0)
If you do a fresh install into an empty WINEARCH=win64 .wine, where does it fail?