attached the launcher log… somehow it says one of the processes is running, but none of the 3 are active in the task manager… deadlinelauncher-3Dnode9-2017-06-12-0000.log (23.3 KB)
It looks like it thinks either the command prompt or 3dsmax is running… That’s odd.
According to the source code, it should be “cmd.exe” that it’s catching on. As a test I guess you could remove it from the list and restart the Launcher to see what happens. Digging a little deeper, we’re using Process.GetProcessesByName(). So, after stripping of the “.exe” we’re looking for “cmd” to be running. https://msdn.microsoft.com/en-us/library/z3w4xdc9(v=vs.110).aspx
that’s interesting… as I can’t seem to find any max or cmd related tasks.
I had this ingenious idea to make a print out of the running tasks to post here… but since this is done via CMD it kinda defeats the purpose…
So attached you’ll find screengrabs of the taskmanager and a text file with the print out done via CMD (which naturally includes CMD.exe instances)
no idea if you can recognize a false friend in this list? tasklist.rar (1.3 MB)
ok, good news… I think one of the auto software updaters was enabling a hidden cmd command window.
as through the powershell i indeed found a cmd window that didn’t show up in the taskmanager list.
I killed some updates in the task scheduler (and updated windows) and it seems to be fixed now
Never knew it was possible to hide processes from the taskmanager… thought it was all knowing…