Hi,
I have recently installed the Acrosync service, and found that i get a pop-up window stating that the "interactive services detection" found that Acrosync is in need of user input. However, I am unable to see the message. When i click the "show message" button, the system hangs, and then eventually goes to the user login screen. Is anyone aware of a setting in Acrosync (or with the service) that causes this behavior?
This is happening in Windows 10.
Thanks
Comments
There are no logs in the same folder as the executable. The verbose log showing file transfers does not show any problems.
The "-s" is properly included in the command line of the service setup as checked using the command line in this thread.
What should I do next to debug this?
To clarify, the procdump command line was the reason that the dump I sent to you before went off into Microsoft code. I had the interactive client running at the same time, so that process (first match) is the one that dumped. I have uploaded a new dump file for you to look at. PM if you need a reminder of the file location.
In case others may benefit, the procedure I had to use was:
1) Close any running Acrosync
2) Download PSTools and ProcDump from Microsoft
3) Run Command Prompt as Administrator
4) In Administrator Command Prompt: sc.exe stop AcrosyncClient
5) In Administrator Command Prompt: sc.exe config AcrosyncClient start= demand
6) In Administrator Command Prompt: psexec.exe -s -d -i cmd.exe
7) In SYSTEM Command Prompt: procdump.exe -w AcrosyncClient -ma -e 1 -n 1
8) In Administrator Command Prompt: sc.exe start AcrosyncClient