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
It appears the game does not exit cleanly with the mod installed. DLL_PROCESS_DETACH is never called, which in turn never releases the main mutex which blocks the main thread.
The text was updated successfully, but these errors were encountered:
It appears the game does not exit cleanly with the mod installed.
DLL_PROCESS_DETACH
is never called, which in turn never releases the main mutex which blocks the main thread.The text was updated successfully, but these errors were encountered: