-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Input related callbacks in GLFW cause an AccessViolationException #2026
Labels
bug
Something isn't working
Comments
Does the problem reproduce on .NET 6 or later? |
This issue only happens on .NET Framework, not .NET 6+ |
Perksey
added a commit
that referenced
this issue
Apr 23, 2024
* Fix #2026 * Fix #2000, closes #2005 * Fix #2010 * Fix added AL bug (good thing we had tests!) * Fix #1500 * Undo any unintentional changes * Add nint overloads for things like VertexAttribPointer * Fix build errors * Add more standard cursor shapes * Upversion natives where necessary * Patch notes for 2.21 * Reorder literally a single line * Incorporate #2143/#2066/#2090 in patch notes * Implement IsExtensionPresent for WGL * nit * OpenXR updates? * Fix flawed constant parsing for Vk/XR * Add openxr to patch notes * Update patch notes for 2.21
github-project-automation
bot
moved this from Todo
to Done
in Silk.NET Development Tracker
Apr 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When setting any input related callbacks in GLFW, PollEvents causes an AccessViolationException
Steps to reproduce
Comments
Oddly enough, SetWindowSizeCallback and other non-input related callbacks do not cause an access violation
The text was updated successfully, but these errors were encountered: