Releases: Aetopia/Stonecutter
Releases · Aetopia/Stonecutter
v1.8.2.2
v1.8.2.1
v1.8.2
v1.8.1.6
v1.8.1.5
v1.8.1.4
v1.8.1.3
v1.8.1.2
v1.8.1.1
Changes
-
Remove single instance mutex created by Stonecutter's dynamic link library.
-
Stonecutter relaunches the game anyways to ensure the dynamic link library initializes correctly.
-
The dynamic link library ensures it is injected into a process with the correct package identity..
-
v1.8.1
Changes
-
Stonecutter will no longer activate an existing instance of the game that has its dynamic link library injected.
-
The game can apparently hang in specific situations when exiting.
-
This results in the dynamic link library's app scoped mutex to be closed even though the game hasn't terminated.
-
-
Ensure that a mutex can properly be acquired or else cease any operations & exit.