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

[dcomp branch] OpenGlass cause deadlock after shuting down on Windows 11 24H2 #71

Open
ALTaleX531 opened this issue Dec 13, 2024 · 0 comments
Labels
branch: dcomp bug Something isn't working

Comments

@ALTaleX531
Copy link
Owner

Description

Windows 11 24H2 has a major change in the way it works with some of the drivers, trying to free DX resources in DllMain function will result in a deadlock, which has never happened in VMWare.

Possible Solution

Refactor code to perform resource release before unloading dll.

@ALTaleX531 ALTaleX531 added bug Something isn't working branch: dcomp labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: dcomp bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant