-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.AccessViolationException #328
Comments
I can't say from such a generic error. If you can post logs perhaps i can help more. Configure logging for Trace for best detail. |
I have the same problem as well, on window 10 IOT Enterprise version, there is no problem on my window 11 development machine, what i get from the debug, it shows below.. Exception thrown at 0x00007FFE2A723020 (msvcp140.dll) in TestConsoleAppDotNetCore.exe: 0xC0000005: Access violation reading location 0x0000000000000000. on the console, it shows below:
|
Thats very interesting, and may very well be the cause. I'll compile with the flag for next release, to avoid people having to upgrade redistributables. |
On the following line when it start recording it show Systm.AccessViolationException: Attemp to read or write protected memory. This is often an indication that other memory is corrupt.
_recorder = ScreenRecorderLib.Recorder.CreateRecorder(opts);
This exception is on some computers not all.
Any solution please.
The text was updated successfully, but these errors were encountered: