https://bugs.winehq.org/show_bug.cgi?id=22461
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Component|-unknown |msvcirt Summary|ms office 2000 fatal error |Microsoft Office 2000 | |Server Extensions | |Configuration Wizard | |'CFGWIZ.EXE' needs | |msvcirt.dll?cout@@3Vostream | |_withassign@@A Ever confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
The crashing app is run as part of post-install step. Can be run alone for reproducing.
Trace log:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Common Files/Microsoft Shared/Web Server Extensions/40/bin
$ WINEDEBUG=+tid,+seh,+relay wine ./CFGWIZ.EXE /noows /pkg Office 2000
log.txt 2>&1
... 0024:Call msvcrt.strlen(67cf6a60 "fpHackFrameworkProgramNameMustStartWithFP") ret=67f618bc 0024:Ret msvcrt.strlen() retval=00000029 ret=67f618bc ... 0024:Call KERNEL32.GetModuleHandleA(67f7a524 "MSVCIRT.DLL") ret=67f7c7c7 0024:Ret KERNEL32.GetModuleHandleA() retval=7efe0000 ret=67f7c7c7 0024:Call KERNEL32.GetProcAddress(7efe0000,67f7c82c "?cout@@3Vostream_withassign@@A") ret=67f7c7d7 0024:Ret KERNEL32.GetProcAddress() retval=7eff18c4 ret=67f7c7d7 0024:trace:seh:raise_exception code=c0000005 flags=0 addr=0x67f7c7df ip=67f7c7df tid=0024 0024:trace:seh:raise_exception info[0]=00000000 0024:trace:seh:raise_exception info[1]=90909094 0024:trace:seh:raise_exception eax=90909090 ebx=00000000 ecx=0014c0c8 edx=7bcd9e88 esi=7eff18c4 edi=00000000 0024:trace:seh:raise_exception ebp=00335128 esp=00335114 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210202 0024:trace:seh:call_stack_handlers calling handler at 0x407cbc code=c0000005 flags=0 0024:Call KERNEL32.GetLastError() ret=004067f9 0024:Ret KERNEL32.GetLastError() retval=00000000 ret=004067f9 ... Unhandled exception: page fault on read access to 0x90909094 in 32-bit code (0x67f7c7df). ... Backtrace: =>0 0x67f7c7df in fp4autl (+0x1c7df) (0x00335128) 1 0x67ea7d58 in fp4awel (+0x17d57) (0x00335150) 2 0x67cb5215 in fpmmc (+0x5214) (0x00335178) 3 0x67cbc077 in fpmmc (+0xc076) (0x0033fd60) 4 0x00401427 in cfgwiz (+0x1426) (0x0033fe20) 5 0x7b863f8c call_process_entry+0xb() in kernel32 (0x0033fe38) ... Modules: Module Address Debug info Name (85 modules) PE 400000- 431000 Export cfgwiz PE 67cb0000-67d46000 Export fpmmc PE 67e90000-67f5c000 Export fp4awel PE 67f60000-67ff6000 Export fp4autl ... Threads: process tid prio (all id:s are in hex) ... 00000023 (D) C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\40\bin\CFGWIZ.EXE 00000024 0 <== --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/799731f4b9e9495181e18a68eba16c921...
--- snip --- 439 @ stub ?cout@@3Vostream_withassign@@A # class ostream_withassign cout --- snip ---
$ wine --version wine-1.7.13-118-g0eb6265
Regards