https://bugs.winehq.org/show_bug.cgi?id=45378
Bug ID: 45378 Summary: vSphere 5.5 client 'hcmon.sys' driver crashes on unimplemented function ntoskrnl.exe.IoUnregisterPlugPlayNotification Product: Wine Version: 3.11 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntoskrnl Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
split out from bug 44981
Seems to happen on teardown/unloading.
--- snip --- ... 0021:Ret advapi32.SetServiceStatus() retval=00000001 ret=7effbf63 0021:Call driver unload 0x782f60 (obj=0x11cbb0) 0021:Call ntoskrnl.exe.RtlInitUnicodeString(0076fd34,007859fc L"\DosDevices\hcmon") ret=00782f8b 0021:Call ntdll.RtlInitUnicodeString(0076fd34,007859fc L"\DosDevices\hcmon") ret=7bc91b0f 0021:Ret ntdll.RtlInitUnicodeString() retval=00000024 ret=7bc91b0f 0021:Ret ntoskrnl.exe.RtlInitUnicodeString() retval=00000024 ret=00782f8b 0021:Call ntoskrnl.exe.IoDeleteSymbolicLink(0076fd34) ret=00782f95 0021:Call ntdll.NtOpenSymbolicLinkObject(0076fc34,00000000,0076fc38) ret=7e98b101 0021:Ret ntdll.NtOpenSymbolicLinkObject() retval=00000000 ret=7e98b101 0021:Call ntdll.NtClose(00000050) ret=7e98b164 0021:Ret ntdll.NtClose() retval=00000000 ret=7e98b164 0021:Ret ntoskrnl.exe.IoDeleteSymbolicLink() retval=00000000 ret=00782f95 0021:Call KERNEL32.RaiseException(80000100,00000001,00000002,0076fcfc) ret=7e991acf 0021:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b43c40b ip=7b43c40b tid=0021 0021:trace:seh:raise_exception info[0]=7e991b00 0021:trace:seh:raise_exception info[1]=7e993cec 0021:trace:seh:call_vectored_handlers calling handler at 0x7e9882c0 code=80000100 flags=1 0021:trace:seh:call_vectored_handlers handler at 0x7e9882c0 returned 0 0021:trace:seh:call_stack_handlers calling handler at 0x7bcc7cf0 code=80000100 flags=1 0021:Call KERNEL32.UnhandledExceptionFilter(0076f858) ret=7bcc7d19 ... wine: Unimplemented function ntoskrnl.exe.IoUnregisterPlugPlayNotification called at address 0x7b43c40b (thread 0021), starting debugger... 0021:err:seh:start_debugger Couldn't start debugger ("winedbg --auto 27 80") (1115) --- snip ---
$ sha1sum VMware-viclient-all-5.5.0-1281650.exe dccbf3e787f05f7930ed712007375188ea99f009 VMware-viclient-all-5.5.0-1281650.exe
$ du -sh VMware-viclient-all-5.5.0-1281650.exe 349M VMware-viclient-all-5.5.0-1281650.exe
$ wine --version wine-3.11-21-gb513d6dcbe
Regards