-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
AccessViolationException on Windows 11 #21
Comments
Update: I've removed TextSelectionReader.cs and its references, and changed SourceAttributes.GetSelection() to just return an empty string. This resolved the crash. |
Thank you for reporting this. I'll be sure to look into it. In the meantime, checkout this SO thread. |
Yea it's probably a x86/x64 thing. Not an issue anymore when not looking into the target application through GetSelection(), perhaps make it optional/configurable? |
Sure, I can work on that. |
Can confirm this issue on Win 11 22621.1848 This function is what crashes the application with a commenting out this function here works for me as a workaround |
I've been using your nuget for a while on W10, works really great, thanks for sharing :)
Recently I made the switch to W11, and now when using the same code, I get the following exception:
It looks like the TextSelectionReader is causing a crash, perhaps it's breaking some security measures.
Do you have the time to look into this, or could you give me some pointers on how to remove/disable the TextSelectionReader from your source?
Thanks!
The text was updated successfully, but these errors were encountered: