[Bug 52879] ESET SysInspector 1.4.2.0 crashes on unimplemented function wevtapi.dll.EvtCreateRenderContext

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 8 14:44:07 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52879

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox.xerox2000x at gmail.com

--- Comment #5 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
Created attachment 72566
  --> https://bugs.winehq.org/attachment.cgi?id=72566
stub for EvtCreateRenderContext

Attached patch with stub for EvtCreateRenderContext, and also some quick hack
with bogus values for the next crash because of some missing props in wbemprox

There`s btw more bugs, seemingly to come  from ntoskrnl.exe

With the attached patch I was able to start the program, though I had to
disable ntoskrnl.exe (wich is not a good thing of course)

I`ll send patch for wevtapi stub and wbemprox later.

With only the wevati stub it crashes like one can see below. 

BTW: I've seen several program like this that provide systeminfo, but I really
like this one, because of it`s simplicity and clear interface. 

Crash with only wevtapi stub applied:

0138:trace:wbemprox:create_class_object L"Win32_QuickFixEngineering",
000000000428E648
0138:trace:wbemprox:create_class_object returning iface 0000000000FA92D0
0138:trace:wbemprox:class_object_Get 0000000000FA92D0, L"HotFixID", 0,
000000000428E6F8, 0000000000000000, 0000000000000000
0138:trace:wbemprox:class_object_Get 0000000000FA92D0, L"Description", 0,
000000000428E710, 0000000000000000, 0000000000000000
0138:trace:wbemprox:class_object_Get 0000000000FA92D0, L"InstalledBy", 0,
000000000428E680, 0000000000000000, 0000000000000000
0138:trace:wbemprox:class_object_Get 0000000000FA92D0, L"InstalledOn", 0,
000000000428E6E0, 0000000000000000, 0000000000000000
wine: Unhandled page fault on read access to 0000000000000000 at address
0000000001ED9D74 (thread 0138), starting debugger..

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list