satisfactorymodding / SatisfactoryModManager

A mod manager for easy installation of mods and modloader for Satisfactory
GNU General Public License v3.0
324 stars 77 forks source link

False positive "Game is running" #63

Closed abesto closed 3 years ago

abesto commented 3 years ago

Satisfactory Mod Manager thinks that Satisfactory is running. It isn't, promise! Checked the task manager as well for any Satisfactory processes hiding, found none.

Versions:

Attaching freshly generated debug log. SMMDebug_2020-7-26_17-4-28.zip

mircearoata commented 3 years ago

SMM runs tasklist or wmic process to find if there are any FactoryGame-Win64-Shipping.exe running. If Windows says there are, SMM will assume it is right. Next time it happens, send the output of wmic process where name="FactoryGame-Win64-Shipping.exe", maybe the process is terminated but not responding or something

abesto commented 3 years ago

Good to know, thank you. That should also make it fairly easy to forcefully kill the offending process. Meanwhile I had to reboot, and SMM now (unsurprisingly) does not think that Satisfactory is running. Thank you for the response, I think we can consider this resolved for the moment.