Get an error:
What's the problem?
Reinstall, reboot Windows doesn't solve the issue.8.10 doesn't work
- Posts: 19
- Joined: 10 Jan 2017
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Are there any error messages during installation?
- Posts: 19
- Joined: 10 Jan 2017
no error during installation.Are there any error messages during installation? Zenju, 17 Mar 2017, 21:01
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Did you confirm/close the installation dialog before starting FFS?
- Posts: 19
- Joined: 10 Jan 2017
YesDid you confirm/close the installation dialog before starting FFS? Zenju, 18 Mar 2017, 18:59
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Maybe some AV/firewall software is interfering with the installation or the start up?
- Posts: 1
- Joined: 21 Mar 2017
Hello there,Maybe some AV/firewall software is interfering with the installation or the start up? Zenju, 21 Mar 2017, 22:16
I also have problem with this version and I can confirm that Avira anti-virus suspected the installer and moved it to the quarantine folder
I hope you can find what causes this
Regards
- Posts: 19
- Joined: 10 Jan 2017
The Windows default AV/firewall is used.Maybe some AV/firewall software is interfering with the installation or the start up? Zenju, 21 Mar 2017, 22:16
I uninstalled and re-install it, the error message became There is no install.dat file in that folder, I copied a previous install.dat to the folder, the error is
Does it help you to figure our the issue? It seems with the install.dat file.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Good.The Windows default AV/firewall is used. eswno, 22 Mar 2017, 19:32
In this case something went wrong during installation. If no error message is shown, can you send me a Process Monitor log of the installation procedure? That should allow to identify the problem.There is no install.dat file in that folder eswno, 22 Mar 2017, 19:32
https://freefilesync.org/faq.php#trace
- Posts: 19
- Joined: 10 Jan 2017
In this case something went wrong during installation. If no error message is shown, can you send me a Process Monitor log of the installation procedure? That should allow to identify the problem.There is no install.dat file in that folder eswno, 22 Mar 2017, 19:32
https://freefilesync.org/faq.php#trace
[/quote]
Sent, please check..
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
The log is strange: After installation when you close the dialog, it starts up FreeFileSync_XP.exe, but it never terminates. Either your log is incomplete and you ended the logging before this process ran through, or perhaps the process crashed?
- Posts: 19
- Joined: 10 Jan 2017
I am not familiar with Process Monitor, just followed your steps, not sure what was wrong. I found another error message in several minutes after installation. Is this the root cause?The log is strange: After installation when you close the dialog, it starts up FreeFileSync_XP.exe, but it never terminates. Either your log is incomplete and you ended the logging before this process ran through, or perhaps the process crashed? Zenju, 23 Mar 2017, 18:16
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
This is another symptom that probably has the same cause. I don't have an explanation for this error other than something is going wrong at the system level. I had another look at the trace file and noticed countless small invokations like:
This itself is very dubious. Further, matching these calls there are pairs of short "cmd.exe/text_extractor_host.exe" calls originating from Chrome:
One, maybe not too far-fetched theory is that this Chrome extension "Youdao" is messing with the OS in a way so that a basic system call like "Process32Next" would fail. Process32Next is listing processes and "Youdao" is creating a massive amount of them, so there seems to be the connection.
This would also explain why the FFS installation fails: One feature of the installer is to kill running FFS processes so that upgrading works while FFS is running. In your case however this kill processes is "delayed" so that it turns against the FFS routine itself, preventing the completion of the installation. From the trace I see that what should be a synchronous call, still continues to run, or more clearly hangs, although it (should have) already finished when the installer continues execution. This process internally also uses Process32Next-like calls, therefore both symptoms have the same cause. So let's test the theory:
Disable or uninstall/delete "Youdao" and see if FFS can then be installed correctly.
If this doesn't work, can you send me another trace file? Just start monitoring before starting the installer and end it after closing it in order to keep the trace size small.
\??\C:\Windows\system32\conhost.exe "41751736-1968510037-177866972610047163482351840481786327802-1791147722-1662454018"
C:\Windows\system32\cmd.exe /c "C:\Users\yinghx\AppData\Local\Youdao\Dict\Application\stable\text_extractor_host.exe" chrome-extension://aohddidmgooofkgohkbkaohadkolgejj/ --parent-window=0 < \\.\pipe\chrome.nativeMessaging.in.598325e9f3826423 > \\.\pipe\chrome.nativeMessaging.out.598325e9f3826423
Current directory:
This would also explain why the FFS installation fails: One feature of the installer is to kill running FFS processes so that upgrading works while FFS is running. In your case however this kill processes is "delayed" so that it turns against the FFS routine itself, preventing the completion of the installation. From the trace I see that what should be a synchronous call, still continues to run, or more clearly hangs, although it (should have) already finished when the installer continues execution. This process internally also uses Process32Next-like calls, therefore both symptoms have the same cause. So let's test the theory:
Disable or uninstall/delete "Youdao" and see if FFS can then be installed correctly.
If this doesn't work, can you send me another trace file? Just start monitoring before starting the installer and end it after closing it in order to keep the trace size small.
- Posts: 1
- Joined: 29 Apr 2017
I got same issue when instaling FFS 9.0 on windows 7 64bit.
Installation dialog says that process completed successfully but when I try to start FFS I got another error: I have same version on Windows 10 64bit and there was no issue.
Base on trace log on installation also FreeFileSync_XP.exe starts up.Installation dialog says that process completed successfully but when I try to start FFS I got another error: I have same version on Windows 10 64bit and there was no issue.
- Posts: 19
- Joined: 10 Jan 2017
Seems the error code 122 issue still not resolved. I will sent a new trace file.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
I assume the trace you sent me corresponds to viewtopic.php?t=4956
i.e. error 122 (ERROR_INSUFFICIENT_BUFFER) for Process32Next.
I'm seeing a second run of FreeFileSync.exe after installation, which I assume was just a manual test, even though installation clearly failed.
First, let's make sure the error is not caused by a general system corruption. From the command line run:
This one in addition won't hurt:
In the trace I'm seeing "Verdasys Dgagent" being injected into the FreeFileSync executable. Are you able to disable this program and see if installation works then?
i.e. error 122 (ERROR_INSUFFICIENT_BUFFER) for Process32Next.
I'm seeing a second run of FreeFileSync.exe after installation, which I assume was just a manual test, even though installation clearly failed.
First, let's make sure the error is not caused by a general system corruption. From the command line run:
Dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
- Posts: 19
- Joined: 10 Jan 2017
I have run the commands, no issue found
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.0
Image Version: 10.0.14393.0
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
C:\WINDOWS\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
C:\WINDOWS\system32>
I don't know what the 'Verdasys Dgagent' is, cannot find it from process list or hard drive. I tried to enter Windows safe mode and install the FressFileSync, the same error encountered.
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.0
Image Version: 10.0.14393.0
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.
C:\WINDOWS\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
C:\WINDOWS\system32>
I don't know what the 'Verdasys Dgagent' is, cannot find it from process list or hard drive. I tried to enter Windows safe mode and install the FressFileSync, the same error encountered.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
There are multiple entries:I don't know what the 'Verdasys Dgagent' is, cannot find it from process list or hard drive. eswno, 22 Jan 2018, 17:03
- Posts: 19
- Joined: 10 Jan 2017
Interesting! I don't see the DGAgent folder at all. I have set to show hidden and system items, still don't see this folder.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
The folder is probably hidden via NTFS permisisons. Dgagent is running on your system as a service.
- Posts: 19
- Joined: 10 Jan 2017
I don't find DGAgent or Verdasys in the services list either, so I don't think I can do any with this service. But why the v9.6 was installed and worked well? The error occurred when it was upgraded to v9.7. I cannot uninstall FFS from my computer either, got following error when uninstall it.
- Posts: 1
- Joined: 26 Jan 2018
I just want to uninstall 9.7 and I'm getting the same error.
Running Windows 10
The uninstall is effectively blocked.Running Windows 10
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
This has been fixed for the next version.I just want to uninstall 9.7 and I'm getting the same error. KC23, 26 Jan 2018, 22:44
- Posts: 19
- Joined: 10 Jan 2017
The version 9.8 has the same issue.
My harddrive is BitLocker encrypted, may this be the cause? I don't see my system has any other difference from a normal system.
My harddrive is BitLocker encrypted, may this be the cause? I don't see my system has any other difference from a normal system.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
I would check if disabling the Dgagent service might fix this issue.