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'm experiencing occasional access violation crashes, these only seem to happen in the build of the app, not in editor, they also don't always happen but once they have happened once they continue even through restarts of the application. I'm unable to find a way to reproduce the issue on demand.
Output from Visual Studio when attached to the process:
Unhandled exception at 0x00007FFCCA904240 (d3d11.dll) in OVR Toolkit.exe: 0xC0000005: Access violation writing location 0x00000000000000E0. occurred
If it's of any use, this is the error.log from someone else's system who had the same issue happen, in their case it happened on initializing the desktop not on switching to a different one. But I suppose that's the same thing really, loading a desktop.
If a fix isn't planned for soon, do you have any idea of a temporary workaround to avoid this issue? If you know what the issue is yet!
If not, that's fine!
I've checked the provided log, but I couldn't find the reason of the crash..., if possible, could you check what the last API call is? The way to do it is written here: #14 (comment)
From the error.log, it seems that you are using uWindowCapture, too. So if you do not identify the API in uDesktopDuplication, could you try it also with uWindowCapture?
Hi,
I'm experiencing occasional access violation crashes, these only seem to happen in the build of the app, not in editor, they also don't always happen but once they have happened once they continue even through restarts of the application. I'm unable to find a way to reproduce the issue on demand.
Output from Visual Studio when attached to the process:
Unhandled exception at 0x00007FFCCA904240 (d3d11.dll) in OVR Toolkit.exe: 0xC0000005: Access violation writing location 0x00000000000000E0. occurred
error.log
uDesktopDuplication.log
Any help is appreciated, thanks!
The text was updated successfully, but these errors were encountered: