TraceAssist is not working
Closed this issue · 2 comments
I try filling its dialog box out, then shutting down and relaunching the VM. No log file is being generated in the directory that I set.
Thanks for reporting this issue! I briefly looked at the logic for TraceAssist and see some areas that can use improvement. If I have some time this weekend I'll see if I can put together some fixes that will address your issue.
This issue has been fixed in 2023.0. There were two problems:
-
If the process in which
kdclient.dll
was loaded in was a run as different user thanvmmon64.exe
, then the TraceAssist configuration would never get properly loaded. This can happen becausevmmon64.exe
is elevated andvmware-vmx.exe
is not. -
The
kdclient.dll
module incorrectly accessed the TraceAssist configuration which would lead to it getting erased.
Thanks again for reporting this.