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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: