http://bugs.winehq.com/show_bug.cgi?id=752
*** shadow/752 Fri May 31 15:10:52 2002 --- shadow/752.tmp.19467 Sat Jun 1 21:21:19 2002 *************** *** 2,8 **** | msreadersetup.exe doesnt install | +----------------------------------------------------------------------------+ | Bug #: 752 Product: Wine | ! | Status: UNCONFIRMED Version: CVS | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-winelib | --- 2,8 ---- | msreadersetup.exe doesnt install | +----------------------------------------------------------------------------+ | Bug #: 752 Product: Wine | ! | Status: NEW Version: CVS | | Resolution: Platform: | | Severity: normal OS/Version: All | | Priority: P1 Component: wine-winelib | *************** *** 69,71 **** --- 69,104 ----
Dustin: keep in mind: with 200 bugs processed per day, there *has* to be at least one where you do a serious mistake :-) + + ------- Additional Comments From apa3a@yahoo.com 2002-06-01 21:21 ------- + Used yesterday's CVS Wine. + When I run msreadersetup.exe it unpacks the files, pops up the InstallShield + window and crashes, launcing debugger. The message in debugger and backtrace: + + Unhandled exception: page fault on read access to 0x00000000 in 32-bit code + (0x00404a34). + In 32-bit mode. + Symbol __strtol_internal is invalid + 0x00404a34 (Setup.exe.EntryPoint+0x2e91 in E:\pft3a31~tmp\Disk1\Setup.exe): movl + 0x0(%eax),%ecx + Wine-dbg>bt + Backtrace: + =>0 0x00404a34 (Setup.exe.EntryPoint+0x2e91 in E:\pft3a31~tmp\Disk1\Setup.exe) + (ebp=405b6150) + 1 0x0040292c (Setup.exe.EntryPoint+0xd89 in E:\pft3a31~tmp\Disk1\Setup.exe) + (ebp=405b61ac) + 2 0x00402421 (Setup.exe.EntryPoint+0x87e in E:\pft3a31~tmp\Disk1\Setup.exe) + (ebp=405b6870) + 3 0x004020da (Setup.exe.EntryPoint+0x537 in E:\pft3a31~tmp\Disk1\Setup.exe) + (ebp=405b6e28) + 4 0x00401c3c (Setup.exe.EntryPoint+0x99 in E:\pft3a31~tmp\Disk1\Setup.exe) + (ebp=405b6e8c) + 5 0x400c1258 (start_process+0x264 [process.c:526] in libntdll.dll.so) + (ebp=405b6f38) + 6 0x400c50fb (call_on_thread_stack+0x23(func=0x400c0ff4) [sysdeps.c:105] in + libntdll.dll.so) (ebp=405b6ff4) + 7 0x400c5294 (SYSDEPS_CallOnStack+0x14 in libntdll.dll.so) (ebp=00000000) + + When I found the unpacked files and started Setup.exe I got the same + Installshield window which hang indefinitely. It prints only + fixme:ole:CoTreatAsClass. \ No newline at end of file