sskodje / ScreenRecorderLib

A .NET library for screen recording in Windows, using native Microsoft Media Foundation for realtime encoding to h264 video or PNG images.
MIT License
414 stars 94 forks source link

Access violation reading location #205

Closed peder2key closed 4 months ago

peder2key commented 2 years ago

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.

sskodje commented 2 years ago

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.

peder2key commented 2 years ago

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