Customer Support? TRIGGERcmdAgent keeps stopping
-
@Frank-Malczewski, the most recent version is 1.0.31 now that I just uploaded it.
Right-clicking the tray icon and clicking Update Agent should do about the same thing as uninstalling it and then re-installing it.
Can you try excluding the TRIGGERcmd agent from antivirus? It's installed here:
C:\Users\(your user)\AppData\Local\TRIGGERcmdAgent
-
@Russ I did that. Will update in a week or so; earlier if it crashes....
-
@Frank-Malczewski, ok, thank you.
-
@Russ So today I found it was not working again I have attached the most recent screen shot.
Thanks.
-
@Frank-Malczewski, bummer!
I hope other people aren't having that problem.
Can you try this older version?
https://triggercmdagents.s3.amazonaws.com/TRIGGERcmdAgentSetup25good_b4_i18n.exeMaybe one of my recent changes broke something. This one is from before I updated a bunch of node modules.
-
@Russ So sorry Russ. Forgot to check for a reply. I will download and try the older version right now. But a FYI, in the past 17 days it did not fail...
-
@Russ Uh oh. Just stopped TCA and tried to run the .exe and it failed. Do I need to first remove it? I did save the log file for the failure if you want it...
-
@Frank-Malczewski, to downgrade, yes, you have to uninstall it before installing the older version. You won't lose your data though. That's stored separately in your c:\Users\(your user)\.TRIGGERcmdData folder.
Also, yes, please post your error log. There might be something useful in it.
-
@Russ how do I send it? Its too large to cut and paste. Also, I did have to reboot and then was able to use the .exe. But then I selected "UPDATE AGENT". Did I screw up and update the 'old' version?
-
@Frank-Malczewski, I sent you my email address just now.
Also, yes, if you clicked Update Agent, it would upgrade to the latest version. Sorry, if you want to test the old version you'll need to uninstall, then install that old version again.
-
@Russ Morning Russ. So I did reinstall the old version. Ran for quite a while but today my commands did not work so I checked my computer to find it crashed again:
As always, I just closed it and restarted it with no issue. Maybe I need to create a routine where it daily shuts down and starts up?
Other thoughts?
Frank
-
@Frank-Malczewski, ok that's good to know at least - that it happens with the old version too.
Are you using any special settings for your page file or are you using defaults? This article suggested adding more paging memory. https://www.reddit.com/r/pcgamingtechsupport/comments/t0v5fn/getting_this_error_on_elden_ring
What is your Antivirus software? I might want to try running the same software to try to reproduce the issue.
As a workaround, you could create a Windows scheduled task to periodically kill the agent and re-run it, like this:
taskkill /f /im triggercmdagent.exe %LOCALAPPDATA%\TRIGGERcmdAgent\TRIGGERcmdAgent.exe
-
@Russ Hi Russ,
I have not changed any setting for page file. When I go to that setting location for Virtual Memory, it was set to AUTO, so I turned it off and set 2048 as the initial size and 8192 as the MAX.
I am running Norton 360 Premium.
And I will add that task.
Thanks, and sorry again for the delay. Been very busy.
Frank
-
@Frank-Malczewski, thanks for the info.
My suspicioin is Norton 360 is killing it for some reason. Did you ever try excluding the TRIGGERcmdAgent folder?
C:\Users\(your user)\AppData\Local\TRIGGERcmdAgent
-
@Russ Hi Russ. Yes, we did that a while back.
This is under the AntiVirus scan section. Is there another area to look as well? -
@Frank-Malczewski , thanks for showing me the config.
Yes, please try excluding the whole C:\Users\Home\AppData\Local\TRIGGERcmdAgent folder. I suspect Norton is blocking something in there besides the .exe.
-
@Russ OK. I just made that change. Lets see if the recent changes helps. I'll be in touch...
-
@Russ Hi Russ. Well, its been a couple of months without any issues UNTIL yesterday, when I noticed I couldn't trigger any lights and checked my server to find:
If you remember, I set it up to restart every week on Sunday.
I also saw that multiple (3) TRIGGERcmdAGents were showing in the system tray. I had to acknowledge the error and manually restart it.
Was wondering if you had any other users seeing this happen since spring.Thanks
Frank
-
@Frank-Malczewski, no, I don't know of anyone else who's had that error yet.
When I googled for that error I saw multiple suggestions to use this command:
sfc /scannow
It might be worth a try.
I've seen that issue with multiple TRIGGERcmd tray icons - that's from killing the agent and re-running it. When you hover over the icon for one of the processes that was already killed, the icon disappears.
-
@Russ Use that command where? In the scheduled task?
UPDATE - never mind - you meant to run it from a CMD prompt