winevt icon indicating copy to clipboard operation
winevt copied to clipboard

Bookmark problem

Open tanguySnoeck opened this issue 3 years ago • 0 comments

Hello,

I randomly get a "ERROR:winevt.EventLog.Bookmark:Invalid descriptor" error message after providing a bookmark object to the EventLog.Subscribe() method. This does not occur right away when calling the method but afterwards, when an event is being processed by the callback function passed as a parameter to EventLog.Subscribe(). After doing a bit of debugging I noticed that the error message was coming from line 29 of Bookmark.py but I could not debug further and have no idea what's causing the problem. This was tested on a Win 10 machine with python 3.9.2.

tanguySnoeck avatar Apr 30 '21 13:04 tanguySnoeck