https://bugs.winehq.org/show_bug.cgi?id=44865
Bug ID: 44865 Summary: Software wich used "Direct Manipulation" causes a crash Product: Wine Version: 3.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gillg02@hotmail.com Distribution: ---
Usage of "Direct Manipulation" introduced in Windows 8 (https://msdn.microsoft.com/en-us/library/windows/desktop/hh446969(v=vs.85).a...), in a software, trigger an unexpected exception and cause a crash.
Some GUID libs are not registered : https://msdn.microsoft.com/en-us/library/windows/desktop/dn466705(v=vs.85).a...
Sample error :
0035:fixme:wtsapi:WTSRegisterSessionNotification Stub 0x100ec 0x00000000 0035:err:ole:CoGetClassObject class {54e211b6-3650-4f75-8334-fa359598e1c5} not registered 0035:err:ole:CoGetClassObject no class object {54e211b6-3650-4f75-8334-fa359598e1c5} could be created for context 0x1 wine: Unhandled exception 0x80000003 in thread 35 at address 0x2ed8609 (thread 0035), starting debugger...