https://bugs.winehq.org/show_bug.cgi?id=39543
Bug ID: 39543 Summary: Multiple games and applications crash on unimplemented function KERNEL32.dll.FreeUserPhysicalPages (Microsoft Office 2007 diagnosis service, Eden Eternal) Product: Wine Version: 1.7.54 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
continuation of bug 36527
'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 ... fixme:heap:AllocateUserPhysicalPages stub: 0xffffffff 0x33fd28 0x710020 wine: Call from 0x7b846105 to unimplemented function KERNEL32.dll.FreeUserPhysicalPages, aborting wine: Unimplemented function KERNEL32.dll.FreeUserPhysicalPages called at address 0x7b846105 (thread 0065), starting debugger... --- snip ---
MSDN: https://msdn.microsoft.com/en-us/library/windows/desktop/aa366566%28v=vs.85%...
$ wine --version wine-1.7.19-56-gee13e10
Regards