You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found the cause of the program crash, just need to comment on the two lines of code in the following example
auto session = framePool.CreateCaptureSession(item);
//session.IsBorderRequired(capture_border); // Whether to show a colored border around the display to indicate that a capture is in progress//session.IsCursorCaptureEnabled(capture_cursor);
It seems that setting the visibility of edge lines and mouse arrows is not done this way. As for how to set these two properties, I haven't found a way yet
Finally, thank you for open-source this project. Prior to this, I was struggling with the feature of sharing button screenshots in Xbox Series and tried multiple methods for a long time, but none of them were satisfactory Now I can rest assured for a while
windows 10 enterprise (22h2 19045.5198)
visual studio 2022(Current Vesion 17.12.3)
windows sdk version 10.0.22621.0
iso c++ 20
toolset visual studo 2022(v143)
exception position is : ScreenCapture.cpp ->Snapshot::TakeAsync->session.IsBorderRequired(capture_border);
It seems to be a memory access error, as no log file was generated, so it can only roughly point to the abnormal location
Both the latest version released and the latest version on the Git main branch experienced an exception and crash at that location
Is there an inappropriate section in the configuration file?
The text was updated successfully, but these errors were encountered: