daisy613 / LHPControl

19 stars 3 forks source link

LHPC.exe creates a new invisible process every time it is launched and exited #28

Closed xuvvy closed 3 years ago

xuvvy commented 3 years ago

Every time LHPC.exe is launched it creates a new process and then another one when it is exited, these processes are invisible in regular Task Manger but are actually running and using up resources.

As seen in Process Lasso: image

This issue was present in previous versions and still is in the latest.

daisy613 commented 3 years ago

Please submit your DebugData.txt file.

xuvvy commented 3 years ago

Attached the debugData.txt file.

debugData.txt

xuvvy commented 3 years ago

I ran the get-process | ? {$_.name -like "*LHPC*"} | select name,id,path command in PowerShell several times - while having LHPC running, after closing it and after closing and opening it several times.

This is the command while LHPC.exe is running: image

This is the same command after closing it: image

After opening it and closing several times: image

daisy613 commented 3 years ago

The process eventually gets closed.