After the program starts, the following message appears, see appendix.
Please help, thanks.
Installationsproblem
- Posts: 1
- Joined: 11 Aug 2022
https://translate.google.com
- Attachments
-
- FreeFile Sync Meldung nach Programmstart.jpg (25.45 KiB) Viewed 771 times
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
This doesn't look like it's the latest FFS version.
- Posts: 1
- Joined: 20 Aug 2022
edit: the fix, for me at least, was to enable and start the Windows Management Instrumentation service. Device telemetry I guess huh? Might wanna add that into the list of donator 'benefits' on the FAQ...
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Fixed!
- Posts: 1038
- Joined: 8 May 2006
What was the issue?
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
What was the issue? therube, 22 Aug 2022, 18:50
if (hr == WBEM_E_NOT_FOUND ||
hr == E_NOINTERFACE ||
hr == HRESULT_FROM_WIN32(ERROR_SERVICE_DOES_NOT_EXIST) ||
hr == HRESULT_FROM_WIN32(ERROR_SERVICE_DISABLED) ||
hr == HRESULT_FROM_WIN32(ERROR_SERVICE_NOT_IN_EXE) || //https://freefilesync.org/forum/viewtopic.php?t=8140
hr == RPC_E_INVALID_HEADER, //broken WMI: https://docs.microsoft.com/en-us/answers/questions/146551/wmic-stopped-working-on-windows-10-2004.html
hr == WBEM_E_INVALID_NAMESPACE) //system corruption? https://freefilesync.org/forum/viewtopic.php?t=9260
throw SysErrorWmiUnavailable(formatSystemError("IWbemServices::ConnectServer", hr));