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
When DarkSouls_HasExited is called upon the game process shutting down, the code attempts to call the window Close() function directly. However, this generates an exception since the event is triggered in another thread. Hence the program crashes before settings can be saved. To be fixed in V4.2.
The text was updated successfully, but these errors were encountered:
When
DarkSouls_HasExited
is called upon the game process shutting down, the code attempts to call the windowClose()
function directly. However, this generates an exception since the event is triggered in another thread. Hence the program crashes before settings can be saved. To be fixed in V4.2.The text was updated successfully, but these errors were encountered: