ScreenRecorderLib icon indicating copy to clipboard operation
ScreenRecorderLib copied to clipboard

Access violation reading location

Open peder2key opened this issue 2 years ago • 2 comments

Hello :)

Thanks for a great library. I have been using it with the basic usage example but after i while it fails with:

Snag_13a73f54

It usually works just fine but fails from time to time. Any suggestion that could fix this would be appreciated.

peder2key avatar Jun 27 '22 12:06 peder2key

It seems a task was finishing while the task itself was destructed, causing the access violation error. I would check if you have any code flows that could cause the Recorder object to be garbage collected while finishing a recording.

sskodje avatar Jun 27 '22 12:06 sskodje

I will check :) Thanks for fast response and a great library 👍

peder2key avatar Jul 04 '22 06:07 peder2key