https://bugs.winehq.org/show_bug.cgi?id=36527
Bug ID: 36527 Summary: Microsoft Office 2007 diagnosis service crashes on unimplemented function KERNEL32.dll.AllocateUserPhysicalPages Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net
Hello folks,
found during investigation of other bugs.
'Word options' -> 'Resources' -> 'Microsoft Office diagnosis'
From command line as follows:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Common Files/Microsoft Shared/OFFICE12
$ WINEDEBUG=+tid,+seh,+loaddll,+process wine ./OFFDIAG.EXE /SOURCE 2 ... 0016:trace:process:create_process_impl app (null) cmdline L"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\ODSERV.EXE" ... 0016:trace:process:create_process_impl starting L"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\ODSERV.EXE" as Win32 binary (0x30000000-0x30071000, arch 014c) ... 002b:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83ac57 ip=7b83ac57 tid=002b 002b:trace:seh:raise_exception info[0]=7b88a4e0 002b:trace:seh:raise_exception info[1]=7b88a52e wine: Call from 0x7b83ac57 to unimplemented function KERNEL32.dll.AllocateUserPhysicalPages, aborting 002b:trace:seh:call_stack_handlers calling handler at 0x7bc9ec6f code=80000100 flags=1 wine: Unimplemented function KERNEL32.dll.AllocateUserPhysicalPages called at address 0x7b83ac57 (thread 002b), starting debugger... --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa366528%28v=vs.85%2...
$ wine --version wine-1.7.19-56-gee13e10
Regards