http://bugs.winehq.org/show_bug.cgi?id=30070
Bug #: 30070 Summary: Improve advapi:ReportEvent stub Product: Wine Version: 1.4-rc5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: djelinski1@gmail.com Classification: Unclassified
Currently ReportEvent stub prints a bunch of unreadable pointers, e.g.: fixme:advapi:ReportEventA (0xcafe4242,0x0002,0x0008,0xc0004a43,(nil),0x0001,0x00000000,0x2fdb080,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0008,0xc0004a43,(nil),0x0001,0x00000000,0x12cfa0,(nil)): stub The one before last parameter is in fact an array of strings. It would be great to see them.
http://bugs.winehq.org/show_bug.cgi?id=30070
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2012-06-17 06:54:35 CDT --- This is implemented a long time ago actually, commit id is 2ea3dc4302bcc57e210e54beb0a8bbe5c2a06b7f. All you need to do is to enable eventlog channel.
http://bugs.winehq.org/show_bug.cgi?id=30070
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #2 from Daniel Jelinski djelinski1@gmail.com 2012-06-17 09:45:52 CDT --- I'd never guess...
http://bugs.winehq.org/show_bug.cgi?id=30070
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Resolution|WORKSFORME |INVALID
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2012-06-17 11:29:42 CDT --- Closing.