It makes no difference if I start Nsight system from the commandline or from VS2022 (all updates). When it start I can select a target - I select the localhost since I use a single machine for the development:
After some seconds (maybe 30) I getan error message telling me that there is some kind of communication error:
I then start Nisight system again to create a logfile with these commands:
set NVLOG_CONFIG_FILE=C:\Program Files\NVIDIA Corporation\Nsight Systems 2024.1.1\host-windows-x64\nvlog.config.template
“C:\Program Files\NVIDIA Corporation\Nsight Systems 2024.1.1\host-windows-x64\nsys-ui.exe”
I attach the created logfile to this mail.
Hope someone can help. Thanks. nsys-ui.log (29.4 KB)
Hi,
I tried to run Nsight System as with Administrator permissions, but the results are the same. It stops with a communication error -same as running as regular user.
You can follow the directions on logging on Windows at User Guide — nsight-systems 2024.1 documentation (I promise, that is an exact link, this forum software won’t let me alter the text is selects).
I’ll directly slack Doron to respond to this, but as he is in Israel, he probably will not respond before Sunday.
Hi TrailingStop,
I see the user name logged into the machine consists of two words separated by a space character. I suspect this might be related to the crash.
Can you try to use Nsight Systems on an account whose name does not contains spaces?
Doron
Here are the conclusions from an investigation session on TrailingStop’s workstation:
Nsight Systems host application (nsys-ui) fails to run when the logged-in account name contains space characters. This is a bug and I will add it to the backlog for fixing.
Launching Nsight Systems from the Visual Studio integration Nsight menu overcomes this problem and nsys-ui runs successfully. However, it fails to connect to the local nsys agent process. This is what the original post described.
The nsys CLI performs correctly and is not affected by the space characters in the logged-in user account name.