Skip to content
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

Fix crash on glfwInit when running under a Windows Service #2332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rconde01
Copy link

@rconde01 rconde01 commented May 1, 2023

closes gh-2322

…service, change joystick related dll loading to be lazy based on access of joystick functionality via the GLFW api.
@rconde01 rconde01 requested a review from elmindreda as a code owner May 1, 2023 15:34
@elmindreda elmindreda self-assigned this Jul 10, 2023
@elmindreda elmindreda added bug Bug reports and bugfix pull requests Windows Win32 specific (not Cygwin or WSL) input Keyboard, joystick or mouse labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports and bugfix pull requests input Keyboard, joystick or mouse Windows Win32 specific (not Cygwin or WSL)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash under Windows Server 2019 service due to loading of joystick libraries
2 participants