http://bugs.winehq.org/show_bug.cgi?id=5734
Summary: Nasty crash while installing Adobe Postscript printer drivers Product: Wine Version: CVS Platform: Other URL: http://www.adobe.com/support/downloads/thankyou.jsp?ftpI D=1500&fileID=1438 OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-loader AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
http://www.enterprisenetworkingplanet.com/netsysm/article.php/3621876 recommends installing Adobe Postscript printer drivers on Windows just to unpack them, then copying them over to Linux. Well, why not unpack them by installing on Wine instead? So I tried it:
$ wine-git/wine winsteng.exe fixme:win:SetWindowTextA setting text "Unpacking WinInstaller..." of other process window (nil) should not use SendMessage wine: Unhandled page fault on read access to 0x00000000 at address 0x7e4d92d0 (thread 0011), starting debugger... ... Backtrace: =>1 0x7e4d92d0 in adobeisr (+0x192d0) (0x7e4d92d0) 2 0x00440c9f in 00001258._mp (+0x40c9f) (0x00440c9f) ... 9 0x00476b77 in 00001258._mp (+0x76b77) (0x00476b77) 10 0x7ff9d34c LdrInitializeThunk+0x548(unknown1=0x0, unknown2=0x0, unknown3=0x0, unknown4=0x0) [/home/dank/wine-git/dlls/ntdll/loader.c:2163] in ntdll (0x7ff9d34c) 11 0x7fd6a18f build_argv(cmdlineW=<register not in topmost frame>, reserved=0x0) [/home/dank/wine-git/dlls/kernel/process.c:926] in kernel32 (0x7fd6a18f) ...