AppyxDaniel
AppyxDaniel
Hi, I am getting this error in production too... It starts with the following exception: ``` System.Exception: LiteDB ENSURE: must have no pages in used when call Clear() cache at...
Update: The problem for me seems to have been, that I was reading the documents from the collection, while removing those documents item by item after they have been read....
@dlange-hima Thank you for adding the property in the `IReadableConfiguration`. It seems you forgot to pass the callback to the `RestClientOptions` in the `ApiClient.ExecAsync()` method. You only passed the callback...
I experience the exact same behavior using LibVlc.WPF. LibVlc produces the same log entry: `direct3d11 Error: SetThumbNailClip failed: 0x800706f4`
I was able to reset the clip region of the thumbnail using the same Win32 API as LibVLC does: https://learn.microsoft.com/en-us/windows/win32/api/shobjidl_core/nf-shobjidl_core-itaskbarlist3-setthumbnailclip For anyone interested where the thumbnail clipping happens: https://github.com/videolan/vlc/blob/3.0.x/modules/video_output/win32/common.c See...