http://bugs.winehq.org/show_bug.cgi?id=8705
------- Additional Comments From mk144210@bcm.tmc.edu 2007-16-06 00:02 ------- The page fault seems to be in a DLL custom action, specifically the DLL ends up in the command "winedevice GEARAspiWDM" being called which calls LoadLibrary as follows (sorry for pasting this but it is so short):
000f:Call KERNEL32.LoadLibraryW(0012e198 L"System32\Drivers\GEARAspiWDM.sys") ret=7ee76721 000f:Call PE DLL (proc=0x354000,module=0x350000 L"GEARAspiWDM.sys",reason=PROCESS_ATTACH,res=(nil)) 000f:Call KERNEL32.__wine_emulate_instruction(7ecd44a0,7ecd41d4) ret=7ee035e2 000f:Ret KERNEL32.__wine_emulate_instruction() retval=00000001 ret=7ee035e2 000f:Call KERNEL32.UnhandledExceptionFilter(7ecd4060) ret=7bc30a03 wine: Unhandled page fault on write access to 0x00350038 at address 0x354010 (thread 000f), starting debugger...
But on my machine, at least trying the installer twice on a plain wine install, it still seems to finish and get me to a "Congrats..." everything installed screen.
Misha