Crash when launching

That indicates the crash is due to DTShl64.dll which appears to be related to Daemon Tools.

The "_unloaded" part tells us the DLL has been unloaded due to no longer being needed, but has left a thread it started, a window it opened, or a hook it installed, in memory, pointing at its code, which no longer exists. So as soon as its thread or hook tries to do something it crashes the whole program.

If you update that component it may fix the problem. It should also be possible to disable it using ShellExView. If it isn't something you use, it can also be uninstalled.