Outlookgooglecalendarsync: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Created on 29 Jul 2019  Â·  63Comments  Â·  Source: phw198/OutlookGoogleCalendarSync

OGCS Version: v2.8 beta
Installed or Portable: Installed

Problem Description
2019-07-29 09:19:02,042 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Steps to Reproduce the Issue

  1. install app on x64 machine running

    1. Microsoft Windows 10 Enterprise

    2. Version 1703

    3. OS Build 15063.1928

    4. Microsoft Outlook 2016 32-bit

    5. Version 2016

  1. run app

Any other information

  • following prompt pops-up around 5 times before and after error information
    image
dll hell triage

All 63 comments

Your getting error 0x80040154 not 0x80040155 - wiki entry for 0x80040154.

Duplicate of #783.

Read here for Outlook security popup information.

followed wiki entry for 0x80040154.
but still getting
2019-07-29 16:24:14,339 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
what opens OutlookGoogleCalendarSync/docs/Release Notes.md

btw, there are to executables, so path can be

  1. ...\AppData\Local\OutlookGoogleCalendarSync
  2. ...\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta
    whereof second is the right one

What do you currently have in your registry under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0006F03A-0000-0000-C000-000000000046}\InprocServer32\15.0.0.0?

Mine looks like this for 32-bit Office 2016 (which never needed regasm running):
image

Might be worth registering with .Net Framework 4.5 and also for 64-bit in case you are using 64-bit Office?

C:\Windows\Microsoft.NET\Framework\v4.0.30319\regasm %LOCALAPPDATA%\OutlookGoogleCalendarSync\app-2.8.0-beta\Microsoft.Office.Interop.Outlook.DLL
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm %LOCALAPPDATA%\OutlookGoogleCalendarSync\app-2.8.0-beta\Microsoft.Office.Interop.Outlook.DLL

same
image

32 bit
image

Searching for other issues for 0x80040154 it doesn't look like a solution has ever been figured out except maybe for a full uninstall and reinstall of office. Would be nice to find a more refined solution, though most Googling seems that's what people have to do!

FWIW, I think because OGCS targets "Any CPU", the 64-bit regasm needs running, so:

C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm %LOCALAPPDATA%\OutlookGoogleCalendarSync\app-2.8.0-beta\Microsoft.Office.Interop.Outlook.DLL

This link (and here) suggests regsvr32 "inercomm.dll" and then a reboot.

so I do tomorrow

  1. restart / test
  2. C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regasm %LOCALAPPDATA%\OutlookGoogleCalendarSync\app-2.8.0-beta\Microsoft.Office.Interop.Outlook.DLL
  3. restart / test
  4. regsvr32 "inercomm.dll
  5. restart / test

Did registering inercomm.dll make any difference?

it chould be inetcomm.dll not inercomm.dll but I get
image
sfc /scannow
gives me
Windows Resource Protection could not start the repair service.

followed Windows Resource Protection could not start the repair service
and did sfc /scannow but result is still the same as above.

Did you also try regsvr32 c:\windows\system32\inetcomm.dll?

Also, just to check - you have already tried an Office Quick Repair?

If you have, could you try creating a new Outlook profile? Then, with Outlook already running with that profile, start OGCS. If that works, hopefully you can get the data copied across from the old profile...

Office Quick Repair done but
image
created a new profile
image
but still
2019-08-07 15:38:31,576 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

Starting to run out of things now!

When you created the new Outlook profile, did you reuse any PST or OST file from the previous profile? Probably worth running a repair on PST (and OST if you have one).

Beyond that, I think you are looking at an uninstall and reinstall of Office :cry:

new nst and ost, no pst involved
image

Other suggestions in order of desperation:

  1. Have you only done a Quick Repair, or also a Full/Online Repair? If you're running the Click-to-run or O365 version of Outlook, you need to do an Online Repair. Then try OGCS again.
  2. Start Windows in safe mode with networking and the open OGCS
  3. Create a new Windows profile, open Outlook then OGCS
  4. In original profile, uninstall Office, delete contents of %APPDATA%\Microsoft\Outlook, reboot, reinstall Office, reboot, create new Outlook profile, open Outlook, open OGCS.

Have you only done a Quick Repair, or also a Full/Online Repair? If you're running the Click-to-run or O365 version of Outlook, you need to do an Online Repair. Then try OGCS again.

office machine runs with 2016. It was definitely a full repair as it took a minimum of two hours.

  • Create a new Windows profile, open Outlook then OGCS

  • In original profile, uninstall Office, delete contents of %APPDATA%\Microsoft\Outlook, reboot, reinstall Office, reboot, create new Outlook profile, open Outlook, open OGCS.

that won't be possible as it is an office machine managed by IT department. I do have local admin rights but creating a new profile it properly a thing to much

I know you ran regasm earlier on against the Microsoft.Office.Interop.Outlook.DLL shipped with OGCS, but essentially your problem is that Office should install and register the Primary Interop Assemblies (PIAs) automatically, but it doesn't seem to have in your case.

Could you try searching for all instances of the Outlook PIA:

cd c:\
dir Microsoft.Office.Interop.Outlook.DLL /s

For me, outside of OGCS, I find them in:

  • c:\Program Files\Microsoft Office\root\Office16\ADDINS\Microsoft Power Query for Excel Integrated\bin
  • c:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c

I'd be interested if you have either of these - most importantly the 2nd one. If you do, please try registering:

cd c:\windows\Microsoft.NET\Framework64\v2.0.50727
regasm c:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Outlook.DLL
C:\>dir Microsoft.Office.Interop.Outlook.DLL /s
 Volume in drive C has no label.
 Volume Serial Number is 3E45-BC86

 Directory of C:\Program Files (x86)\Microsoft Office\Office16\ADDINS\Microsoft Power Query for Excel Integrated\bin

31.07.2015  09:57           973'504 Microsoft.Office.Interop.Outlook.dll
               1 File(s)        973'504 bytes

 Directory of C:\Program Files (x86)\Microsoft Visual Studio\Shared\Visual Studio Tools for Office\PIA\Office14

31.03.2015  16:56           972'664 Microsoft.Office.Interop.Outlook.dll
               1 File(s)        972'664 bytes

 Directory of C:\Program Files (x86)\Microsoft Visual Studio\Shared\Visual Studio Tools for Office\PIA\Office15

28.12.2016  12:51           981'656 Microsoft.Office.Interop.Outlook.dll
               1 File(s)        981'656 bytes

 Directory of C:\Program Files (x86)\Microsoft Visual Studio 12.0\Visual Studio Tools for Office\PIA\Office14

02.06.2014  21:12           972'664 Microsoft.Office.Interop.Outlook.dll
               1 File(s)        972'664 bytes

 Directory of C:\Program Files (x86)\Microsoft Visual Studio 12.0\Visual Studio Tools for Office\PIA\Office15

02.06.2014  21:12           981'656 Microsoft.Office.Interop.Outlook.dll
               1 File(s)        981'656 bytes

 Directory of C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta

29.07.2019  09:18           920'376 Microsoft.Office.Interop.Outlook.DLL
               1 File(s)        920'376 bytes

 Directory of C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\14.0.0.0__71e9bce111e9429c

08.05.2018  15:05           972'664 Microsoft.Office.Interop.Outlook.dll
               1 File(s)        972'664 bytes

 Directory of C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c

26.04.2018  10:52           981'696 Microsoft.Office.Interop.Outlook.dll
               1 File(s)        981'696 bytes

     Total Files Listed:
               8 File(s)      7'756'880 bytes
               0 Dir(s)  17'374'760'960 bytes free

===>>>

  • c:\Program Files\Microsoft Office\root\Office16\ADDINS\Microsoft Power Query for Excel Integrated\bin

exists sligtly different

  • c:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c

exists, so I did

C:\>cd c:\windows\Microsoft.NET\Framework64\v2.0.50727

c:\Windows\Microsoft.NET\Framework64\v2.0.50727>regasm c:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Outlook.DLL
Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.8784
Copyright (C) Microsoft Corporation 1998-2004.  All rights reserved.

Types registered successfully

c:\Windows\Microsoft.NET\Framework64\v2.0.50727>

started OGCS afterwards but still

2019-08-12 09:09:49,953 ERROR  1 OutlookGoogleCalendarSync.OGCSexception [0] -  System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

So you have had at some point in the past Office 2010, maybe 2013 too, and now Office 2016? And you also have Visual Studio - have you used this to reference any Office COM objects in a project before?

This SO post makes for interesting reading - though I'm not sure I believe it, as I have Click-to-Run too. Maybe it worked for him just because he reinstalled Office.

Hmm, you said you had 32-bit Office. Try registering your VSTO 32-bit DLL with 32-bit regasm from .Net framework 4.0 (given that's now what OGCS targets):

cd c:\Windows\Microsoft.NET\Framework\v4.0.30319
regasm "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Visual Studio Tools for Office\PIA\Office15\Microsoft.Office.Interop.Outlook.dll"

Hmm, you said you had 32-bit Office. Try registering your VSTO 32-bit DLL with 32-bit regasm from .Net framework 4.0 (given that's now what OGCS targets):

done, same result

2019-09-14 17:10:25,836 ERROR  1 OutlookGoogleCalendarSync.OGCSexception [0] -  System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

but it runs as long as outlook is closed

So you have had at some point in the past Office 2010, maybe 2013 too, and now Office 2016? And you also have Visual Studio - have you used this to reference any Office COM objects in a project before?

could be but I don't think so. I have VS installed but the other may result from some app what requires them. Cannot tell what IT installed on my machine, what may uses it.

but it runs as long as outlook is closed

Oh, that's interesting. Can you provide your logfile after starting OGCS with Outlook closed?

Can you provide your logfile after starting OGCS with Outlook closed?

see attached hope it is alright
OGcalsync.log

That log file doesn't appear to show OGCS starting successfully either, but Outlook does appear to be running when you've started OGCS?

I started it after OGCS was fully loaded (acc. to the task manager).
I'll try it tomorrow again, incl pics of the task manager.

btw, could you make the log files anonymize itself automatically (replacing username and computer name by placeholders)?

voilà screen record plus complete log, that may give you some insight:
OGcalsync.log
2019-10-13-12-19-30.zip
OGCS was started first, which caused Outlook to start but nothing happened until I started Outlook again manually but that was properly just a coincidence.
I did the same thing again and this time Outlook started up. A couple of seconds after Outlook was ready to use the error appeared again: OGcalsync#2.log

btw, could you make the log files anonymize itself automatically (replacing username and computer name by placeholders)?

is that possible?

moreover, how is the logging coded?
I have been searching for a proper approach for quite a while without a breakthrough yet, see MS Office Add-in - log creation and storage recommendation allowing offline reconstruction (like android but report/logcat)

@phw198 is this of any help?

Yes, that's helped...though I'm still confused! You said earlier that OGCS "runs as long as Outlook is closed", but in none of your logfiles to date have I seen any evidence of OGCS ever fully working. Have you been able to perform _any_ syncs with OGCS yet (either with Outlook closed or running when you start OGCS)?

In your video, at 32 seconds do you actually click the Outlook icon? There's no yellow circle if you did (but this might be because it's on the taskbar), but at this point, the Outlook task tray icon appears and the Task Manager process icon changes to one with a cog over the Outlook icon (to show Outlook was started programmatically).

Out of interest, what screen capture program were you using there?

The logging is through log4net. The "error reporting" feature uses Google StackDriver logging which can use an additional log appender to push log lines to the cloud. Anonymisation of the lines that include computer user ID etc would probably need to be coded in with regex to strip out the right bits. Will have a think on that...

Have you been able to perform _any_ syncs with OGCS

once it was running in the background without and GUI showing up. Later start trails lad to known error
.

In your video, at 32 seconds do you actually click the Outlook icon?

no, I think it is started programmatically by OGCS
.

Out of interest, what screen capture program were you using there?

will check tomorrow
.

Will have a think on that...

would be great as it is my office machine, so user accounts should not go public

Out of interest, what screen capture program were you using there?

https://www.microsoft.com/en-us/p/screen-recorder-pro-for-win10/9n27gq6mls5s
https://www.screentogif.com/

installed
Microsoft Visual C++ 2008 Redistributable Package (x86)
-> no restart required.

Microsoft Visual C++ 2010 Redistributable Package leads to:
A newer version of Microsoft Visual C++ 2010 Redistributable has been detected on the machine.
so I installed
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
-> no restart required.

the error message is gone but the app crashes after the appearance of the splash screen what it shown for maybe 5 to 10 seconds.
https://github.com/phw198/OutlookGoogleCalendarSync/blob/master/docs/Release%20Notes.md
is opened.

running it with admin rights got me
image
but it never showed up in the notification area

Which means this issue has been resolved. Now the new issue is with Outlook app itself and this line is encountered.

@SaifurRahmanMohsin Thanks for posting what looks like the fix! Do you have any link on the background of what was wrong and why the redists needed re-installing?

@PackElend Running Outlook and OGCS at different administration levels is not expected to work. Could you run it not as admin, and then post your log file?

@phw198 I tried both scenarios.

how can I retrieve the log file if the app crashes?

the path given in https://github.com/phw198/outlookgooglecalendarsync/wiki/Reporting-Problems#locating-your-ogcalsynclog-file is not correct, it is without spaces.

app folder:
%APPDATA%\Local\OutlookGoogleCalendarSync
log folder:
%APPDATA%\Roaming\Outlook Google Calendar Sync



settings.xml

<?xml version="1.0" encoding="utf-8"?> <Settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OutlookGoogleCalendarSync"> <APIlimit_inEffect>false</APIlimit_inEffect> <APIlimit_lastHit>2000-01-01T00:00:00</APIlimit_lastHit> <AddAttendees>false</AddAttendees> <AddColours>false</AddColours> <AddDescription>true</AddDescription> <AddDescription_OnlyToGoogle>true</AddDescription_OnlyToGoogle> <AddLocation>true</AddLocation> <AddReminders>false</AddReminders> <AlphaReleases>false</AlphaReleases> <AssignedClientIdentifier /> <AssignedClientSecret /> <Categories xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <CategoriesRestrictBy>Exclude</CategoriesRestrictBy> <CloakEmail>true</CloakEmail> <CloudLogging>false</CloudLogging> <CompletedSyncs>0</CompletedSyncs> <ConfirmOnDelete>true</ConfirmOnDelete> <CreateCSVFiles>false</CreateCSVFiles> <CreatedItemsOnly>true</CreatedItemsOnly> <DaysInTheFuture>60</DaysInTheFuture> <DaysInThePast>1</DaysInThePast> <DisableDelete>true</DisableDelete> <Donor>false</Donor> <ExtirpateOgcsMetadata>false</ExtirpateOgcsMetadata> <GaccountEmail /> <HideSplashScreen>false</HideSplashScreen> <LastSyncDate>0001-01-01T00:00:00</LastSyncDate> <LoggingLevel>DEBUG</LoggingLevel> <MailboxName /> <MergeItems>true</MergeItems> <MinimiseNotClose>false</MinimiseNotClose> <MinimiseToTray>false</MinimiseToTray> <MuteClickSounds>false</MuteClickSounds> <Obfuscation> <Direction> <Id>1</Id> <Name>Outlook → Google</Name> </Direction> <Enabled>false</Enabled> <FindReplace /> </Obfuscation> <OnlyRespondedInvites>false</OnlyRespondedInvites> <OutlookDateFormat>g</OutlookDateFormat> <OutlookGalBlocked>false</OutlookGalBlocked> <OutlookPush>false</OutlookPush> <OutlookService>DefaultMailbox</OutlookService> <PersonalClientIdentifier /> <PersonalClientSecret /> <Portable>false</Portable> <Proxy> <AuthenticationRequired>false</AuthenticationRequired> <BrowserUserAgent>Mozilla / 5.0(Windows NT 6.1; WOW64; Trident / 7.0; rv: 11.0) like Gecko</BrowserUserAgent> <Password i:nil="true" /> <Port>8888</Port> <ServerName i:nil="true" /> <Type>IE</Type> <UserName i:nil="true" /> </Proxy> <ReminderDND>false</ReminderDND> <ReminderDNDend>2019-07-30T06:00:00+02:00</ReminderDNDend> <ReminderDNDstart>2019-07-29T22:00:00+02:00</ReminderDNDstart> <SetEntriesAvailable>false</SetEntriesAvailable> <SetEntriesColour>false</SetEntriesColour> <SetEntriesColourName>None</SetEntriesColourName> <SetEntriesColourValue>olCategoryColorNone</SetEntriesColourValue> <SetEntriesPrivate>false</SetEntriesPrivate> <SharedCalendar /> <ShowBubbleTooltipWhenSyncing>true</ShowBubbleTooltipWhenSyncing> <ShowBubbleWhenMinimising>true</ShowBubbleWhenMinimising> <SkipVersion i:nil="true" /> <StartInTray>false</StartInTray> <StartOnStartup>false</StartOnStartup> <StartupDelay>0</StartupDelay> <Subscribed>2000-01-01T00:00:00</Subscribed> <SuppressSocialPopup>false</SuppressSocialPopup> <SyncDirection> <Id>1</Id> <Name>Outlook → Google</Name> </SyncDirection> <SyncInterval>0</SyncInterval> <SyncIntervalUnit>Hours</SyncIntervalUnit> <TargetCalendar> <Id>1</Id> <Name>Outlook → Google</Name> </TargetCalendar> <UseGoogleCalendar> <Id i:nil="true" /> <Name i:nil="true" /> </UseGoogleCalendar> <UseGoogleDefaultReminder>false</UseGoogleDefaultReminder> <UseOutlookCalendar> <Id i:nil="true" /> <Name i:nil="true" /> </UseOutlookCalendar> <UseOutlookDefaultReminder>false</UseOutlookDefaultReminder> <VerboseOutput>true</VerboseOutput> <Version i:nil="true" /> </Settings>


OGcalsync.log

2019-12-09 14:34:46,687 INFO 1 OutlookGoogleCalendarSync.GoogleOgcs.ErrorReporting [0] - Initialising error reporting to OFF 2019-12-09 14:34:46,710 INFO 1 OutlookGoogleCalendarSync.Program [0] - Program started: v2.8.2.0 2019-12-09 14:34:46,710 INFO 1 OutlookGoogleCalendarSync.Program [0] - Started interactively. 2019-12-09 14:34:46,710 INFO 1 OutlookGoogleCalendarSync.Program [0] - Logging to: C:\Users\...account....\AppData\Roaming\Outlook Google Calendar Sync\OGcalsync.log 2019-12-09 14:34:46,712 INFO 1 OutlookGoogleCalendarSync.Program [0] - Purging log files older than 30 days... 2019-12-09 14:34:46,713 INFO 1 OutlookGoogleCalendarSync.Program [0] - Purge complete. 2019-12-09 14:34:46,714 INFO 1 OutlookGoogleCalendarSync.Settings [0] - Running OGCS from C:\Users\...account....\AppData\Local\OutlookGoogleCalendarSync\app-2.8.2-alpha\OutlookGoogleCalendarSync.exe 2019-12-09 14:34:46,714 INFO 1 OutlookGoogleCalendarSync.Program [0] - Storing user files in directory: C:\Users\...account....\AppData\Roaming\Outlook Google Calendar Sync 2019-12-09 14:34:47,764 DEBUG 1 OutlookGoogleCalendarSync.GoogleOgcs.Authenticator [0] - Getting MD5 hash for '...computer....;Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz;3E45BC86' 2019-12-09 14:34:47,765 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'CloudLogging' with value 'false' 2019-12-09 14:34:47,765 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'Portable' with value 'false' 2019-12-09 14:34:47,766 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'LoggingLevel' with value 'DEBUG' 2019-12-09 14:34:47,767 INFO 1 OutlookGoogleCalendarSync.Settings [0] - Logging level configured to 'DEBUG' 2019-12-09 14:34:47,768 DEBUG 1 OutlookGoogleCalendarSync.Updater [0] - Setting up Squirrel handlers. 2019-12-09 14:34:47,904 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'CompletedSyncs' with value '0' 2019-12-09 14:34:47,906 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'Donor' with value 'false' 2019-12-09 14:34:47,906 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'Subscribed' with value '2000-01-01T00:00:00' 2019-12-09 14:34:47,908 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'HideSplashScreen' with value 'false' 2019-12-09 14:34:47,909 DEBUG 5 OutlookGoogleCalendarSync.Forms.Splash [0] - Showing splash screen. 2019-12-09 14:34:47,941 DEBUG 1 OutlookGoogleCalendarSync.Program [0] - Loading settings from file. 2019-12-09 14:34:48,280 INFO 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Using default proxy (app.config / IE). 2019-12-09 14:34:48,280 INFO 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Setting system-wide proxy. 2019-12-09 14:34:48,283 DEBUG 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Testing the system proxy. 2019-12-09 14:34:48,283 DEBUG 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Confirmation of configured proxy: http://www.google.com 2019-12-09 14:34:48,284 INFO 1 OutlookGoogleCalendarSync.Program [0] - New version detected - upgraded from Unknown to 2.8.2.0 2019-12-09 14:34:48,285 DEBUG 1 OutlookGoogleCalendarSync.Program [0] - CheckShortcut: directory=Startup; subdir= 2019-12-09 14:34:48,570 DEBUG 1 OutlookGoogleCalendarSync.Telemetry [0] - Retrieving URL: https://www.google-analytics.com/collect?v=1&t=event&tid=UA-19426033-4&aip=1&cid=1&ec=squirrel&ea=upgrade&el=from%3DUnknown%3Bto%3D2.8.2.0 2019-12-09 14:34:48,594 DEBUG 1 OutlookGoogleCalendarSync.Updater [0] - Automatic update check requested. 2019-12-09 14:34:48,609 DEBUG 1 OutlookGoogleCalendarSync.Updater [0] - Checking for Squirrel update... 2019-12-09 14:34:48,704 INFO 1 OutlookGoogleCalendarSync.NotificationTray [0] - Using NodaTime TZDB: 2019c (mapping: 14742) 2019-12-09 14:34:48,715 DEBUG 1 OutlookGoogleCalendarSync.Forms.Main [0] - Initialiasing MainForm. 2019-12-09 14:34:48,717 DEBUG 16 OutlookGoogleCalendarSync.NotificationTray [0] - Checking for new timezone database... 2019-12-09 14:34:49,264 DEBUG 16 OutlookGoogleCalendarSync.NotificationTray [0] - Already have latest TZDB version. 2019-12-09 14:34:49,474 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - Attaching to the already running Outlook process. 2019-12-09 14:34:49,504 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Factory [0] - Outlook Version: 16.0.0.4927 2019-12-09 14:34:49,505 DEBUG 1 OutlookGoogleCalendarSync.Telemetry [0] - Retrieving URL: https://www.google-analytics.com/collect?v=1&t=event&tid=UA-19426033-4&aip=1&cid=1&ec=outlook&ea=version&el=2016 2019-12-09 14:34:49,505 DEBUG 1 OutlookGoogleCalendarSync.Telemetry [0] - Retrieving URL: https://www.google-analytics.com/collect?v=1&t=event&tid=UA-19426033-4&aip=1&cid=1&ec=ogcs&ea=version&el=2.8.2.0 2019-12-09 14:34:49,522 DEBUG 1 OutlookGoogleCalendarSync.Forms.Main [0] - Configuring main form components. 2019-12-09 14:34:49,523 DEBUG 1 OutlookGoogleCalendarSync.Forms.Main [0] - Find calendar folders 2019-12-09 14:34:49,535 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - Attaching to the already running Outlook process. 2019-12-09 14:34:49,538 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Setting up Outlook connection. 2019-12-09 14:34:49,551 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange server version: 15.20.2516.0 2019-12-09 14:34:49,551 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange connection mode: olCachedConnectedFull 2019-12-09 14:34:49,558 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Getting active window inspector 2019-12-09 14:34:49,573 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Done. 2019-12-09 14:34:49,625 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Get the folders configured in Outlook 2019-12-09 14:34:49,637 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Finding default Mailbox calendar folders 2019-12-09 14:34:50,426 INFO 17 OutlookGoogleCalendarSync.Updater [0] - Already running the latest version of OGCS. 2019-12-09 14:34:50,679 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:34:50,681 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:34:50,683 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.CustomMarshalers.EnumeratorViewOfEnumVariant.MoveNext() at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.findCalendars(Folders folders, Dictionary`2 calendarFolders, String excludeDeletedFolder, MAPIFolder defaultCalendar) at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.getDefaultCalendar(NameSpace oNS, MAPIFolder& defaultCalendar) 2019-12-09 14:34:50,686 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:34:50,686 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:34:50,686 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - It appears Outlook has been restarted after OGCS was started. Reconnecting... 2019-12-09 14:34:50,692 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - Attaching to the already running Outlook process. 2019-12-09 14:34:50,692 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Setting up Outlook connection. 2019-12-09 14:34:50,726 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange server version: 15.20.2516.0 2019-12-09 14:34:50,726 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange connection mode: olCachedConnectedFull 2019-12-09 14:34:50,728 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Getting active window inspector 2019-12-09 14:34:50,735 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Done. 2019-12-09 14:34:50,752 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Get the folders configured in Outlook 2019-12-09 14:34:50,754 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Finding default Mailbox calendar folders 2019-12-09 14:34:51,513 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:34:51,514 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:34:51,514 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.CustomMarshalers.EnumeratorViewOfEnumVariant.MoveNext() at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.findCalendars(Folders folders, Dictionary`2 calendarFolders, String excludeDeletedFolder, MAPIFolder defaultCalendar) at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.getDefaultCalendar(NameSpace oNS, MAPIFolder& defaultCalendar) 2019-12-09 14:34:51,517 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:34:51,517 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:34:51,517 WARN 1 OutlookGoogleCalendarSync.Program [0] - Tidying down any remaining Outlook references, as OGCS crashed out. 2019-12-09 14:34:51,519 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - De-referencing all Outlook application objects. 2019-12-09 14:34:51,571 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Object reference not set to an instance of an object. 2019-12-09 14:34:51,572 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Disconnecting from Outlook application. 2019-12-09 14:34:51,726 INFO 1 OutlookGoogleCalendarSync.Program [0] - Application closed. 2019-12-09 14:35:06,075 INFO 1 OutlookGoogleCalendarSync.GoogleOgcs.ErrorReporting [0] - Initialising error reporting to OFF 2019-12-09 14:35:06,088 INFO 1 OutlookGoogleCalendarSync.Program [0] - Program started: v2.8.2.0 2019-12-09 14:35:06,088 INFO 1 OutlookGoogleCalendarSync.Program [0] - Started interactively. 2019-12-09 14:35:06,088 INFO 1 OutlookGoogleCalendarSync.Program [0] - Logging to: C:\Users\...account....\AppData\Roaming\Outlook Google Calendar Sync\OGcalsync.log 2019-12-09 14:35:06,090 INFO 1 OutlookGoogleCalendarSync.Program [0] - Purging log files older than 30 days... 2019-12-09 14:35:06,091 INFO 1 OutlookGoogleCalendarSync.Program [0] - Purge complete. 2019-12-09 14:35:06,091 INFO 1 OutlookGoogleCalendarSync.Settings [0] - Running OGCS from C:\Users\...account....\AppData\Local\OutlookGoogleCalendarSync\app-2.8.2-alpha\OutlookGoogleCalendarSync.exe 2019-12-09 14:35:06,091 INFO 1 OutlookGoogleCalendarSync.Program [0] - Storing user files in directory: C:\Users\...account....\AppData\Roaming\Outlook Google Calendar Sync 2019-12-09 14:35:07,124 DEBUG 1 OutlookGoogleCalendarSync.GoogleOgcs.Authenticator [0] - Getting MD5 hash for '...computer....;Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz;3E45BC86' 2019-12-09 14:35:07,125 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'CloudLogging' with value 'false' 2019-12-09 14:35:07,125 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'Portable' with value 'false' 2019-12-09 14:35:07,126 DEBUG 1 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'LoggingLevel' with value 'DEBUG' 2019-12-09 14:35:07,126 INFO 1 OutlookGoogleCalendarSync.Settings [0] - Logging level configured to 'DEBUG' 2019-12-09 14:35:07,127 DEBUG 1 OutlookGoogleCalendarSync.Updater [0] - Setting up Squirrel handlers. 2019-12-09 14:35:07,184 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'CompletedSyncs' with value '0' 2019-12-09 14:35:07,185 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'Donor' with value 'false' 2019-12-09 14:35:07,185 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'Subscribed' with value '2000-01-01T00:00:00' 2019-12-09 14:35:07,186 DEBUG 5 OutlookGoogleCalendarSync.XMLManager [0] - Retrieved setting 'HideSplashScreen' with value 'false' 2019-12-09 14:35:07,186 DEBUG 5 OutlookGoogleCalendarSync.Forms.Splash [0] - Showing splash screen. 2019-12-09 14:35:07,234 DEBUG 1 OutlookGoogleCalendarSync.Program [0] - Loading settings from file. 2019-12-09 14:35:07,304 INFO 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Using default proxy (app.config / IE). 2019-12-09 14:35:07,304 INFO 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Setting system-wide proxy. 2019-12-09 14:35:07,307 DEBUG 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Testing the system proxy. 2019-12-09 14:35:07,307 DEBUG 1 OutlookGoogleCalendarSync.SettingsProxy [0] - Confirmation of configured proxy: http://www.google.com 2019-12-09 14:35:07,308 INFO 1 OutlookGoogleCalendarSync.Program [0] - New version detected - upgraded from Unknown to 2.8.2.0 2019-12-09 14:35:07,309 DEBUG 1 OutlookGoogleCalendarSync.Program [0] - CheckShortcut: directory=Startup; subdir= 2019-12-09 14:35:07,556 DEBUG 1 OutlookGoogleCalendarSync.Telemetry [0] - Retrieving URL: https://www.google-analytics.com/collect?v=1&t=event&tid=UA-19426033-4&aip=1&cid=1&ec=squirrel&ea=upgrade&el=from%3DUnknown%3Bto%3D2.8.2.0 2019-12-09 14:35:07,581 DEBUG 1 OutlookGoogleCalendarSync.Updater [0] - Automatic update check requested. 2019-12-09 14:35:07,593 DEBUG 1 OutlookGoogleCalendarSync.Updater [0] - Checking for Squirrel update... 2019-12-09 14:35:07,682 INFO 1 OutlookGoogleCalendarSync.NotificationTray [0] - Using NodaTime TZDB: 2019c (mapping: 14742) 2019-12-09 14:35:07,690 DEBUG 16 OutlookGoogleCalendarSync.NotificationTray [0] - Checking for new timezone database... 2019-12-09 14:35:07,709 DEBUG 1 OutlookGoogleCalendarSync.Forms.Main [0] - Initialiasing MainForm. 2019-12-09 14:35:08,098 DEBUG 16 OutlookGoogleCalendarSync.NotificationTray [0] - Already have latest TZDB version. 2019-12-09 14:35:09,173 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - Attaching to the already running Outlook process. 2019-12-09 14:35:09,210 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Factory [0] - Outlook Version: 16.0.0.4927 2019-12-09 14:35:09,211 DEBUG 1 OutlookGoogleCalendarSync.Telemetry [0] - Retrieving URL: https://www.google-analytics.com/collect?v=1&t=event&tid=UA-19426033-4&aip=1&cid=1&ec=outlook&ea=version&el=2016 2019-12-09 14:35:09,213 DEBUG 1 OutlookGoogleCalendarSync.Telemetry [0] - Retrieving URL: https://www.google-analytics.com/collect?v=1&t=event&tid=UA-19426033-4&aip=1&cid=1&ec=ogcs&ea=version&el=2.8.2.0 2019-12-09 14:35:09,231 DEBUG 1 OutlookGoogleCalendarSync.Forms.Main [0] - Configuring main form components. 2019-12-09 14:35:09,233 DEBUG 1 OutlookGoogleCalendarSync.Forms.Main [0] - Find calendar folders 2019-12-09 14:35:09,250 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - Attaching to the already running Outlook process. 2019-12-09 14:35:09,263 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Setting up Outlook connection. 2019-12-09 14:35:09,283 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange server version: 15.20.2516.0 2019-12-09 14:35:09,283 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange connection mode: olCachedConnectedFull 2019-12-09 14:35:09,295 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Getting active window inspector 2019-12-09 14:35:09,311 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Done. 2019-12-09 14:35:09,551 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Get the folders configured in Outlook 2019-12-09 14:35:09,562 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Finding default Mailbox calendar folders 2019-12-09 14:35:10,309 INFO 17 OutlookGoogleCalendarSync.Updater [0] - Already running the latest version of OGCS. 2019-12-09 14:35:10,509 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:35:10,512 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:35:10,515 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.CustomMarshalers.EnumeratorViewOfEnumVariant.MoveNext() at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.findCalendars(Folders folders, Dictionary`2 calendarFolders, String excludeDeletedFolder, MAPIFolder defaultCalendar) at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.getDefaultCalendar(NameSpace oNS, MAPIFolder& defaultCalendar) 2019-12-09 14:35:10,523 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:35:10,523 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:35:10,524 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - It appears Outlook has been restarted after OGCS was started. Reconnecting... 2019-12-09 14:35:10,532 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.Calendar [0] - Attaching to the already running Outlook process. 2019-12-09 14:35:10,535 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Setting up Outlook connection. 2019-12-09 14:35:10,619 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange server version: 15.20.2516.0 2019-12-09 14:35:10,619 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Exchange connection mode: olCachedConnectedFull 2019-12-09 14:35:10,624 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Getting active window inspector 2019-12-09 14:35:10,636 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Done. 2019-12-09 14:35:10,669 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Get the folders configured in Outlook 2019-12-09 14:35:10,675 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Finding default Mailbox calendar folders 2019-12-09 14:35:11,528 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:35:11,528 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:35:11,528 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at System.Runtime.InteropServices.CustomMarshalers.EnumeratorViewOfEnumVariant.MoveNext() at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.findCalendars(Folders folders, Dictionary`2 calendarFolders, String excludeDeletedFolder, MAPIFolder defaultCalendar) at OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew.getDefaultCalendar(NameSpace oNS, MAPIFolder& defaultCalendar) 2019-12-09 14:35:11,532 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - System.Runtime.InteropServices.COMException: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) 2019-12-09 14:35:11,532 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: 0x80040154;-2147221164 2019-12-09 14:35:11,532 WARN 1 OutlookGoogleCalendarSync.Program [0] - Tidying down any remaining Outlook references, as OGCS crashed out. 2019-12-09 14:35:11,534 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - De-referencing all Outlook application objects. 2019-12-09 14:35:11,585 DEBUG 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Object reference not set to an instance of an object. 2019-12-09 14:35:11,586 INFO 1 OutlookGoogleCalendarSync.OutlookOgcs.OutlookNew [0] - Disconnecting from Outlook application. 2019-12-09 14:35:11,671 INFO 1 OutlookGoogleCalendarSync.Program [0] - Application closed.

2019-12-09 14:42:01,375 ERROR 1 OutlookGoogleCalendarSync.OGCSexception [0] - Code: **0x80040154**;-2147221164
is still the root cause but it does not crashes the app anymore.
May some answers are here https://windows-hexerror.linestarve.com/0x80040154

Aside from the fact that you're now running v2.8.2 instead of v2.8.0, I see no difference in your logfile from your opening post. You say the app doesn't crash any more, but it has: 2019-12-09 14:35:11,532 WARN 1 OutlookGoogleCalendarSync.Program [0] - Tidying down any remaining Outlook references, as OGCS crashed out.. Not really convinced reinstalling the C++ distributables actually did anything...

Also not sure what you're talking about re the logfile location - what is "without spaces"? The wiki shows spaces and your log file is in that directory: C:\Users\{manually deleted}\AppData\Roaming\Outlook Google Calendar Sync\OGcalsync.log

image

Anyway, I'll post some variations of OGCS compiled for 64-bit etc in a bit...

Please could you try each of these "hotfixes" (apply them in the same way) and see if it makes any difference?

|Platform Target|Executable|Version|
|--- |---| ---|
|Any CPU, Prefer 32-bit Checked | Standard Exe | 2.8.2.0 |
|Any CPU, Prefer 32-bit Unchecked | v2.8.2.20.zip |2.8.2.20|
|64-bit | v2.8.2.21.zip |2.8.2.21|
|32-bit | v2.8.2.22.zip |2.8.2.22|

Also not sure what you're talking about re the logfile location - what is "without spaces"? The wiki shows spaces and your log file is in that directory: C:\Users\{manually deleted}\AppData\Roaming\Outlook Google Calendar Sync\OGcalsync.log

My mistake wasn't clear enough. There are two locations of OGCS

  1. app folder (without spaces) in Local:
    %APPDATA%\Loca\OutlookGoogleCalendarSync
  2. log folder (with spaces) in Roaming:

    %APPDATA%\Roaming\Outlook Google Calendar Sync

There are two exe:

  1. %APPDATA%\Loca\OutlookGoogleCalendarSync\OutlookGoogleCalendarSync.exe
  2. %APPDATA%\Loca\OutlookGoogleCalendarSync\app-2.8.2-alpha\OutlookGoogleCalendarSync.exe

which one shall be replaced?

Aside from the fact that you're now running v2.8.2 instead of v2.8.0,

I tried both, v2.8.2 is the latest tested one.


I uninstalled OGCS and reinstalled v2.8.0,the error message appears again.

replaced
%APPDATA%\Loca\OutlookGoogleCalendarSync\app-2.8.2-alpha\OutlookGoogleCalendarSync.exe

Platform Target | Executable | Version
-- | -- | --
Any CPU, Prefer 32-bit Unchecked | v2.8.2.20.zip | 2.8.2.20
image

last log entries:

2019-12-10 11:29:16,148 DEBUG  1 OutlookGoogleCalendarSync.SettingsProxy [0] -  Confirmation of configured proxy: http://www.google.com
2019-12-10 11:29:16,150 INFO  1 OutlookGoogleCalendarSync.Program [0] -  New version detected - upgraded from Unknown to 2.8.2.20
2019-12-10 11:29:16,151 DEBUG  1 OutlookGoogleCalendarSync.Program [0] -  CheckShortcut: directory=Startup; subdir=
2019-12-10 11:29:16,159 DEBUG  1 OutlookGoogleCalendarSync.Updater [0] -  Automatic update check requested.
2019-12-10 11:29:16,170 DEBUG  1 OutlookGoogleCalendarSync.Updater [0] -  Checking for Squirrel update...

Platform Target | Executable | Version
-- | -- | --
64-bit | v2.8.2.21.zip | 2.8.2.21
image

last log entries:

2019-12-10 11:30:46,789 DEBUG  1 OutlookGoogleCalendarSync.SettingsProxy [0] -  Confirmation of configured proxy: http://www.google.com
2019-12-10 11:30:46,793 INFO  1 OutlookGoogleCalendarSync.Program [0] -  New version detected - upgraded from Unknown to 2.8.2.21
2019-12-10 11:30:46,795 DEBUG  1 OutlookGoogleCalendarSync.Program [0] -  CheckShortcut: directory=Startup; subdir=
2019-12-10 11:30:46,802 DEBUG  1 OutlookGoogleCalendarSync.Updater [0] -  Automatic update check requested.
2019-12-10 11:30:46,817 DEBUG  1 OutlookGoogleCalendarSync.Updater [0] -  Checking for Squirrel update...

Platform Target | Executable | Version
-- | -- | --
32-bit | v2.8.2.22.zip | 2.8.2.22
image

last log entries:

2019-12-10 11:32:20,916 DEBUG  1 OutlookGoogleCalendarSync.SettingsProxy [0] -  Confirmation of configured proxy: http://www.google.com
2019-12-10 11:32:20,919 INFO  1 OutlookGoogleCalendarSync.Program [0] -  New version detected - upgraded from Unknown to 2.8.2.22
2019-12-10 11:32:20,920 DEBUG  1 OutlookGoogleCalendarSync.Program [0] -  CheckShortcut: directory=Startup; subdir=
2019-12-10 11:32:20,926 DEBUG  1 OutlookGoogleCalendarSync.Updater [0] -  Automatic update check requested.
2019-12-10 11:32:20,945 DEBUG  1 OutlookGoogleCalendarSync.Updater [0] -  Checking for Squirrel update...

I installed
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
error still appears
image

afterwards I installed
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
error still appears
image

no clue what avoided to show up the error log as described in https://github.com/phw198/OutlookGoogleCalendarSync/issues/788#issuecomment-563180232

Sorry, I'm out of ideas how to troubleshoot further. I'm pretty sure your Windows registry has some corrupted references between 32-bit and 64-bit installations, but I'm not sure how this can be resolved.

thanks for our efforts but your "hotfixes" crash a different point. Their logs show only the first entry of the extract of my "normal" logs is shown.
It that also related to my root cause?

2019-12-09 14:35:07,593 DEBUG  1 OutlookGoogleCalendarSync.Updater [0] -  Checking for Squirrel update...
2019-12-09 14:35:07,682 INFO  1 OutlookGoogleCalendarSync.NotificationTray [0] -  Using NodaTime TZDB: 2019c (mapping: 14742)
2019-12-09 14:35:07,690 DEBUG  16 OutlookGoogleCalendarSync.NotificationTray [0] -  Checking for new timezone database...
2019-12-09 14:35:07,709 DEBUG  1 OutlookGoogleCalendarSync.Forms.Main [0] -  Initialiasing MainForm.

The crash is when OGCS starts using a third party DLL to check for any updates - seems this is not compatible when OGCS is compiled differently.

Hi @PackElend, not sure if you're still around, but just posted here regarding investigation DLL dependencies problems - wondering if you could also try Dependencies.exe....

Copying @PackElend's comment from #999:-


still here
image

C:\WINDOWS\SysWOW64\ntdll.dll
C:\WINDOWS\SysWOW64\kernel32.dll
C:\WINDOWS\SysWOW64\user32.dll
api-ms-win-core-rtlsupport-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ntdll.dll
api-ms-win-core-rtlsupport-l1-2-0.dll -> C:\WINDOWS\SysWOW64\ntdll.dll
C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processthreads-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-processthreads-l1-1-3.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-processthreads-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-processthreads-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-registry-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-heap-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-heap-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-memory-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-memory-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-memory-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-handle-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-delayload-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-io-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-io-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-job-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-threadpool-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-threadpool-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namedpipe-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namedpipe-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namedpipe-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-datetime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-datetime-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-datetime-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-2-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-timezone-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processsnapshot-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processenvironment-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processenvironment-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-string-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-debug-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-debug-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-errorhandling-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-errorhandling-l1-1-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-fibers-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-util-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-profile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-base-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-base-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-comm-l1-1-0.dll
api-ms-win-core-wow64-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-wow64-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-realtime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-systemtopology-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-systemtopology-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processtopology-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namespace-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-xstate-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-xstate-l2-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-normalization-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-fibers-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-fibers-l2-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sidebyside-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-appcompat-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-appcompat-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-windowserrorreporting-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-windowserrorreporting-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-windowserrorreporting-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l2-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l3-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-psapi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-psapi-ansi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-appcontainer-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-eventing-provider-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
C:\WINDOWS\SysWOW64\win32u.dll
api-ms-win-core-string-l2-1-0.dll
api-ms-win-core-memory-l1-1-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-privateprofile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-atoms-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-heap-obsolete-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-string-obsolete-l1-1-0.dll
api-ms-win-core-localization-obsolete-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-stringansi-l1-1-0.dll
api-ms-win-core-kernel32-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-kernel32-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-appinit-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
C:\WINDOWS\SysWOW64\gdi32.dll
api-ms-win-core-delayload-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-apiquery-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ntdll.dll
api-ms-win-power-setting-l1-1-0.dll -> C:\WINDOWS\SysWOW64\powrprof.dll
api-ms-win-power-base-l1-1-0.dll -> C:\WINDOWS\SysWOW64\powrprof.dll
api-ms-win-service-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
C:\WINDOWS\SysWOW64\MSIMG32.dll
C:\WINDOWS\SysWOW64\WINSTA.dll
ext-ms-win-edputil-policy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\edputil.dll

That doesn't look right - think there should be a lof of references on the left-hand pane. Are you sure you added in the correct OGCS executable? It needs to be the one in the subdirectory, eg: app-2.8.3-alpha...

Copying @PackElend's comment from #999:-

still here
image

I used %LOCALAPPDATA%\OutlookGoogleCalendarSync\OutlookGoogleCalendarSync.exe
image

here the output of %LOCALAPPDATA%\OutlookGoogleCalendarSync\app-2.8.0-beta\OutlookGoogleCalendarSync.exe
image

C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll
C:\WINDOWS\SysWOW64\mscoree.dll
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\log4net.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Google.Apis.Auth.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Google.Apis.Core.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\NodaTime.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Google.Apis.Calendar.v3.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Squirrel.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\NuGet.Squirrel.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Management.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Google.Apis.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\ClickOnceToSquirrelMigrator.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Newtonsoft.Json.dll
C:\WINDOWS\SysWOW64\urlmon.dll
C:\WINDOWS\SysWOW64\MAPI32.DLL
C:\WINDOWS\Microsoft.NET\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_32\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
C:\WINDOWS\SysWOW64\kernel32.dll
libc
C:\WINDOWS\SysWOW64\netapi32.dll
C:\WINDOWS\SysWOW64\advapi32.dll
C:\WINDOWS\SysWOW64\kernel32.dll
C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\PSAPI.DLL
C:\WINDOWS\SysWOW64\SHELL32.dll
C:\WINDOWS\SysWOW64\ntdll.dll
C:\WINDOWS\SysWOW64\gdi32.dll
perfcounter.dll
C:\WINDOWS\SysWOW64\wldp.dll
C:\WINDOWS\SysWOW64\wtsapi32.dll
C:\WINDOWS\SysWOW64\version.dll
C:\WINDOWS\SysWOW64\ole32.dll
C:\WINDOWS\SysWOW64\CRYPT32.dll
C:\WINDOWS\SysWOW64\rasapi32.dll
C:\WINDOWS\SysWOW64\secur32.dll
C:\WINDOWS\SysWOW64\WS2_32.dll
C:\WINDOWS\SysWOW64\httpapi.dll
C:\WINDOWS\SysWOW64\wininet.dll
C:\WINDOWS\SysWOW64\mswsock.dll
C:\WINDOWS\SysWOW64\winhttp.dll
C:\WINDOWS\SysWOW64\tokenbinding.dll
C:\WINDOWS\SysWOW64\websocket.dll
C:\WINDOWS\SysWOW64\iphlpapi.dll
C:\WINDOWS\SysWOW64\winmm.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Security.dll
C:\WINDOWS\SysWOW64\ncrypt.dll
C:\WINDOWS\SysWOW64\wevtapi.dll
C:\WINDOWS\SysWOW64\bcrypt.dll
C:\WINDOWS\SysWOW64\bcrypt.dll
C:\WINDOWS\SysWOW64\kernel32.dll
C:\WINDOWS\SysWOW64\advapi32.dll
clr
C:\WINDOWS\SysWOW64\MSVCRT.dll
api-ms-win-core-registry-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processthreads-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-eventing-provider-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
C:\WINDOWS\SysWOW64\rpcrt4.dll
api-ms-win-core-libraryloader-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-heap-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-errorhandling-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processenvironment-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-threadpool-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-heap-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-obsolete-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-debug-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-handle-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-appmodel-runtime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel.appcore.dll
api-ms-win-core-string-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-wow64-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-profile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-delayload-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-delayload-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-base-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
C:\WINDOWS\SysWOW64\user32.dll
api-ms-win-core-kernel32-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-kernel32-legacy-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-winrt-string-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-winrt-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-string-obsolete-l1-1-0.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Deployment\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Runtime.Serialization.Formatters.Soap\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Formatters.Soap.dll
clr.dll
C:\WINDOWS\SysWOW64\OLEAUT32.dll
C:\WINDOWS\SysWOW64\SHLWAPI.dll
C:\WINDOWS\SysWOW64\COMDLG32.dll
C:\WINDOWS\SysWOW64\hhctrl.ocx
C:\WINDOWS\SysWOW64\COMCTL32.dll
C:\WINDOWS\SysWOW64\uxtheme.dll
C:\WINDOWS\SysWOW64\SHCORE.dll
C:\WINDOWS\SysWOW64\IMM32.dll
C:\WINDOWS\SysWOW64\oleacc.dll
C:\WINDOWS\SysWOW64\powrprof.dll
C:\WINDOWS\SysWOW64\iertutil.dll
api-ms-win-core-shlwapi-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-shlwapi-obsolete-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-com-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-stringansi-l1-1-0.dll
api-ms-win-core-path-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shcore-stream-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-core-string-l2-1-0.dll
api-ms-win-core-util-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-file-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-version-l1-1-0.dll
api-ms-win-core-registryuserspecific-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-registry-l2-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
api-ms-win-core-atoms-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-url-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-privateprofile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-timezone-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shell-changenotify-l1-1-0.dll -> C:\WINDOWS\SysWOW64\windows.storage.dll
api-ms-win-core-processenvironment-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-http-time-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-threadpool-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shlwapi-winrt-storage-l1-1-1.dll -> C:\WINDOWS\SysWOW64\SHLWAPI.dll
api-ms-win-shcore-registry-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-core-processthreads-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-errorhandling-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shcore-comhelpers-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-core-datetime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-heap-obsolete-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-security-systemfunctions-l1-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
api-ms-win-core-file-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shcore-unicodeansi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-core-memory-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-wow64-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-kernel32-legacy-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-security-lsapolicy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-core-synch-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-stateseparation-helpers-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sidebyside-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-apiquery-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ntdll.dll
api-ms-win-security-isolatedcontainer-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-core-io-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
wpaxholder.dll
C:\WINDOWS\SysWOW64\FirewallAPI.dll
api-ms-win-rtcore-ntuser-clipboard-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
api-ms-win-rtcore-ntuser-window-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\PROPSYS.dll
api-ms-win-shcore-obsolete-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
C:\WINDOWS\SysWOW64\OLEAUT32.dll
ext-ms-win-shell32-shellfolders-l1-1-0.dll
C:\WINDOWS\SysWOW64\XmlLite.dll
api-ms-win-security-sddl-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
C:\WINDOWS\SysWOW64\CRYPT32.dll
C:\WINDOWS\SysWOW64\WS2_32.dll
api-ms-win-core-com-l2-1-1.dll -> C:\WINDOWS\SysWOW64\coml2.dll
api-ms-win-rtcore-ntuser-synch-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\SspiCli.dll
C:\WINDOWS\SysWOW64\MPR.dll
C:\WINDOWS\SysWOW64\IMAGEHLP.dll
api-ms-win-ntuser-sysparams-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\WINTRUST.dll
C:\WINDOWS\SysWOW64\WININET.dll
api-ms-win-ole32-ie-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
api-ms-win-shlwapi-ie-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHLWAPI.dll
ext-ms-win-ole32-ie-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-appcompat-apphelp-l1-1-0.dll -> C:\WINDOWS\SysWOW64\apphelp.dll
ext-ms-win-com-ole32-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-gdi-dc-l1-2-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-devcaps-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-font-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-font-l1-1-2.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-ntuser-dc-access-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-dialogbox-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-draw-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-gui-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-keyboard-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-misc-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-mouse-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-window-l1-1-3.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-window-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-window-l1-1-2.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-windowstation-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ole32-bindctx-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-rtcore-gdi-object-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32.dll
ext-ms-win-shell-shell32-l1-2-0.dll -> C:\WINDOWS\SysWOW64\SHELL32.dll
ext-ms-win-shell-shlwapi-l1-1-0.dll
ext-ms-windowscore-deviceinfo-l1-1-0.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Splat.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Configuration.Install\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.Install.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\Microsoft.JScript\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll
C:\WINDOWS\SysWOW64\rpcrt4.dll
C:\WINDOWS\SysWOW64\winspool.drv
C:\WINDOWS\SysWOW64\gdiplus.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Data.SqlXml\v4.0_4.0.0.0__b77a5c561934e089\System.Data.SqlXml.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll
Microsoft.Data.Services.Client
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll
Microsoft.Data.OData
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll
Microsoft.Web.XmlTransform
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\SharpCompress.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\DeltaCompressionDotNet.MsDelta.dll
C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.0-beta\Mono.Cecil.dll
C:\WINDOWS\SysWOW64\ntdll.dll
C:\WINDOWS\SysWOW64\SHELL32.dll
C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\SHELL32.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll
C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Xml.dll
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.dll
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Core.dll

That's disappointing - was hoping it might show an obvious failure for loading a dependency. I guess you could also try the same for the Outlook.exe file itself and see if that picks anything up.

Happened across @shanselman's video on using ProcMon (who I think is also a user of OGCS :slightly_smiling_face:), which explains a tool that might also be worth having a dig around with:

  1. Download and run from http://live.sysinternals.com/tools/Procmon64.exe
  2. Toggle off all the icons except the right-most one for "Show Process and Thread Activity"
    image
  3. On the menu go to Filter > Filter...
  4. Select Process Name contains Outlook and Add the include filter and Apply
  5. Now run OGCS and the main screen of Process Monitor should start displaying activity.

Not entirely sure what we're looking for, but something that doesn't look right! Might also be worth toggling on the left-most "Registry" icon too, to see what's happening there too.

@shanselman Feel free to chip in if you've anything to add?!

sorry for replying that late.
I did the same with Outlook

image

api-ms-win-crt-convert-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
C:\WINDOWS\SysWOW64\VCRUNTIME140.dll
C:\WINDOWS\SysWOW64\MSVCP140.dll
api-ms-win-crt-runtime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-heap-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-stdio-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-string-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-math-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-time-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-multibyte-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-filesystem-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-utility-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-crt-locale-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
C:\WINDOWS\SysWOW64\advapi32.dll
C:\WINDOWS\SysWOW64\gdi32.dll
C:\WINDOWS\SysWOW64\gdiplus.dll
C:\WINDOWS\SysWOW64\kernel32.dll
C:\WINDOWS\SysWOW64\ole32.dll
C:\WINDOWS\SysWOW64\DWrite.dll
C:\WINDOWS\SysWOW64\rpcrt4.dll
C:\WINDOWS\SysWOW64\RstrtMgr.DLL
C:\Program Files (x86)\Microsoft Office\Office16\osf.dll
C:\Program Files (x86)\Microsoft Office\Office16\osfui.dll
C:\Program Files (x86)\Microsoft Office\Office16\osfshared.dll
api-ms-win-core-winrt-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-winrt-string-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
C:\Program Files (x86)\Microsoft Office\Office16\OLMAPI32.dll
C:\WINDOWS\SysWOW64\VERSION.dll
C:\WINDOWS\SysWOW64\CRYPT32.dll
C:\WINDOWS\SysWOW64\IMM32.dll
C:\WINDOWS\SysWOW64\MPR.dll
C:\WINDOWS\SysWOW64\msi.dll
C:\WINDOWS\SysWOW64\MSIMG32.dll
C:\WINDOWS\SysWOW64\OLEACC.dll
C:\WINDOWS\SysWOW64\OLEAUT32.dll
C:\WINDOWS\SysWOW64\SHELL32.dll
C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\SHLWAPI.dll
C:\WINDOWS\SysWOW64\urlmon.dll
C:\WINDOWS\SysWOW64\UxTheme.dll
C:\WINDOWS\SysWOW64\WINHTTP.dll
C:\WINDOWS\SysWOW64\WININET.dll
C:\WINDOWS\SysWOW64\WINSPOOL.DRV
MSO.dll
Mso99LWin32Client.dll
mso40uiWin32Client.dll
Mso30Win32Client.dll
Mso20Win32Client.dll
C:\Program Files (x86)\Microsoft Office\Office16\OUTLRPC.dll
C:\Program Files (x86)\Microsoft Office\Office16\OUTLMIME.dll
C:\Program Files (x86)\Microsoft Office\Office16\ExSec32.dll
C:\WINDOWS\SysWOW64\ACTIVEDS.dll
C:\WINDOWS\SysWOW64\Secur32.dll
C:\WINDOWS\SysWOW64\d2d1.dll
C:\WINDOWS\SysWOW64\XmlLite.dll
C:\Program Files (x86)\Microsoft Office\Office16\PSTPRX32.dll
api-ms-win-core-errorhandling-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-heap-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processthreads-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-libraryloader-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-debug-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processenvironment-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-string-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-datetime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processthreads-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-console-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-handle-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namedpipe-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-timezone-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-profile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-memory-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-util-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-rtlsupport-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ntdll.dll
api-ms-win-core-interlocked-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-crt-environment-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
C:\WINDOWS\SysWOW64\CONCRT140.dll
C:\WINDOWS\SysWOW64\MSVCRT.dll
C:\WINDOWS\SysWOW64\ntdll.dll
api-ms-win-eventing-controller-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-eventing-consumer-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-eventing-consumer-l1-1-1.dll -> C:\WINDOWS\SysWOW64\sechost.dll
C:\WINDOWS\SysWOW64\kernelbase.dll
C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-core-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-core-l1-1-1.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-core-l1-1-2.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-management-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-management-l2-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-private-l1-1-4.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-private-l1-1-2.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-private-l1-1-3.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-service-winsvc-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-security-base-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-base-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-registry-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-registry-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-registry-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-audit-l1-1-1.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-security-audit-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-core-apiquery-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ntdll.dll
api-ms-win-core-perfcounters-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
C:\WINDOWS\SysWOW64\cryptsp.dll
C:\WINDOWS\SysWOW64\WINTRUST.dll
C:\WINDOWS\SysWOW64\CRYPTBASE.dll
C:\WINDOWS\SysWOW64\SspiCli.dll
C:\WINDOWS\SysWOW64\bcrypt.dll
api-ms-win-security-lsalookup-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-security-credentials-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-security-credentials-l2-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-security-provider-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ntmarta.dll
api-ms-win-devices-config-l1-1-1.dll -> C:\WINDOWS\SysWOW64\cfgmgr32.dll
api-ms-win-core-heap-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-gdi-internal-uap-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
api-ms-win-core-delayload-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-delayload-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
ext-ms-win-gdi-dc-l1-2-1.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-dc-l1-2-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-dc-create-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-draw-l1-1-3.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-draw-l1-1-2.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-draw-l1-1-1.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-draw-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-font-l1-1-2.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-font-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-font-l1-1-1.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-font-l1-1-3.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-metafile-l1-1-2.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-metafile-l1-1-1.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-metafile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-path-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-print-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-wcs-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-clipping-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-internal-desktop-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-internal-desktop-l1-1-1.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-gdi-internal-desktop-l1-1-2.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
api-ms-win-eventing-provider-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-com-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-threadpool-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-kernel32-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-heap-obsolete-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-string-obsolete-l1-1-0.dll
api-ms-win-core-rtlsupport-l1-2-0.dll -> C:\WINDOWS\SysWOW64\ntdll.dll
api-ms-win-core-processthreads-l1-1-3.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-processthreads-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-memory-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-memory-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-synch-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-io-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-io-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-job-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-threadpool-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-threadpool-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-libraryloader-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namedpipe-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namedpipe-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-datetime-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-datetime-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-2-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sysinfo-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processsnapshot-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processenvironment-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-debug-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-errorhandling-l1-1-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-fibers-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-base-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-comm-l1-1-0.dll
api-ms-win-core-wow64-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-wow64-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-realtime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-systemtopology-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-systemtopology-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-processtopology-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-namespace-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-file-l2-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-xstate-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-xstate-l2-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-localization-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-normalization-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-fibers-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-fibers-l2-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-sidebyside-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-appcompat-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-appcompat-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-windowserrorreporting-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-windowserrorreporting-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-windowserrorreporting-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l2-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-console-l3-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-psapi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-psapi-ansi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-appcontainer-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-crt-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ucrtbase.dll
api-ms-win-core-string-l2-1-0.dll
api-ms-win-core-com-midlproxystub-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-winrt-error-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-com-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-com-private-l1-1-1.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-kernel32-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-stringansi-l1-1-0.dll
api-ms-win-core-atoms-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-shlwapi-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-eventlog-legacy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
api-ms-win-core-registry-l2-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-core-psm-key-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-quirks-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-com-private-l1-2-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
C:\WINDOWS\SysWOW64\coml2.dll
ext-ms-win-sxs-oleautomation-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sxs.dll
api-ms-win-core-com-l2-1-1.dll -> C:\WINDOWS\SysWOW64\coml2.dll
ext-ms-win-edputil-policy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\edputil.dll
ext-ms-win-feclient-encryptedfile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\feclient.dll
api-ms-win-core-localization-l1-2-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
ext-ms-win-rtcore-gdi-devcaps-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32.dll
ext-ms-win-rtcore-gdi-object-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32.dll
ext-ms-win-rtcore-gdi-rgn-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32.dll
ext-ms-win-rtcore-ntuser-sysparams-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\bcp47mrm.dll
api-ms-win-core-errorhandling-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
ext-ms-win-core-winrt-remote-l1-1-0.dll
ext-ms-win-rpc-ssl-l1-1-0.dll -> C:\WINDOWS\SysWOW64\rpcrtremote.dll
C:\WINDOWS\SysWOW64\WS2_32.dll
C:\WINDOWS\SysWOW64\IPHLPAPI.DLL
ext-ms-win-authz-context-l1-1-0.dll -> C:\WINDOWS\SysWOW64\authz.dll
api-ms-win-security-sddl-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
C:\WINDOWS\SysWOW64\bcryptPrimitives.dll
C:\WINDOWS\SysWOW64\ncrypt.dll
ext-ms-win-desktopappx-l1-1-3.dll -> C:\WINDOWS\SysWOW64\daxexec.dll
C:\Program Files (x86)\Microsoft Office\Office16\oart.dll
api-ms-win-core-fibers-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-privateprofile-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-path-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-winrt-propertysetprivate-l1-1-1.dll -> C:\WINDOWS\SysWOW64\wintypes.dll
ext-ms-win-rtcore-ntuser-synch-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-rtcore-ntuser-window-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-misc-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-windowstation-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-com-clbcatq-l1-1-0.dll -> C:\WINDOWS\SysWOW64\clbcatq.dll
ext-ms-win-com-ole32-l1-1-1.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-com-ole32-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-com-ole32-l1-1-3.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-com-ole32-l1-1-5.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-com-coml2-l1-1-1.dll -> C:\WINDOWS\SysWOW64\coml2.dll
ext-ms-win-advapi32-msi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
ext-ms-win-kernel32-package-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel.appcore.dll
ext-ms-win-kernel32-package-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernel.appcore.dll
ext-ms-win-kernel32-package-current-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel.appcore.dll
ext-ms-win-appmodel-state-ext-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernel.appcore.dll
ext-ms-win-advapi32-psm-app-l1-1-0.dll -> C:\WINDOWS\SysWOW64\twinapi.appcore.dll
ext-ms-win-com-psmregister-l1-1-0.dll
ext-ms-win-session-usermgr-l1-1-0.dll -> C:\WINDOWS\SysWOW64\usermgrcli.dll
ext-ms-win-com-suspendresiliency-l1-1-0.dll
api-ms-win-shcore-stream-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-core-debug-minidump-l1-1-0.dll -> C:\WINDOWS\SysWOW64\dbgcore.dll
C:\WINDOWS\SysWOW64\USERENV.dll
C:\WINDOWS\SysWOW64\wer.dll
C:\WINDOWS\SysWOW64\RMCLIENT.dll
ext-ms-win-ro-typeresolution-l1-1-0.dll -> C:\WINDOWS\SysWOW64\wintypes.dll
C:\WINDOWS\SysWOW64\WTSAPI32.dll
C:\WINDOWS\SysWOW64\WSOCK32.dll
C:\WINDOWS\SysWOW64\DNSAPI.dll
C:\WINDOWS\SysWOW64\CRYPTUI.dll
C:\WINDOWS\SysWOW64\NTDSAPI.dll
C:\WINDOWS\SysWOW64\NETAPI32.dll
C:\WINDOWS\SysWOW64\credui.dll
api-ms-win-core-version-l1-1-0.dll
api-ms-win-core-version-l1-1-1.dll
api-ms-win-core-versionansi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-versionansi-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-version-private-l1-1-0.dll
api-ms-win-security-grouppolicy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
C:\WINDOWS\SysWOW64\MSASN1.dll
api-ms-win-core-localization-obsolete-l1-2-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-power-setting-l1-1-0.dll -> C:\WINDOWS\SysWOW64\powrprof.dll
api-ms-win-security-base-l1-2-1.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-registry-private-l1-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
C:\WINDOWS\SysWOW64\profapi.dll
C:\WINDOWS\SysWOW64\DPAPI.dll
C:\WINDOWS\SysWOW64\Cabinet.dll
C:\WINDOWS\SysWOW64\win32u.dll
C:\WINDOWS\SysWOW64\MSCTF.dll
ext-ms-win-mpr-multipleproviderrouter-l1-1-0.dll -> C:\WINDOWS\SysWOW64\mprext.dll
C:\WINDOWS\SysWOW64\dwmapi.dll
C:\WINDOWS\SysWOW64\msvcp_win.dll
ext-ms-win-ole32-oleautomation-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
api-ms-win-core-string-l2-1-1.dll
api-ms-win-eventing-classicprovider-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-shlwapi-obsolete-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-kernel32-legacy-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-kernel32-legacy-l1-1-2.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-core-url-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-registryuserspecific-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shcore-path-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-taskpool-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-storage-exports-internal-l1-1-0.dll -> C:\WINDOWS\SysWOW64\windows.storage.dll
api-ms-win-storage-exports-external-l1-1-0.dll -> C:\WINDOWS\SysWOW64\windows.storage.dll
api-ms-win-shell-shellcom-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shell-shellfolders-l1-1-0.dll -> C:\WINDOWS\SysWOW64\windows.storage.dll
api-ms-win-stateseparation-helpers-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-security-capability-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
api-ms-win-core-job-l2-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
api-ms-win-security-cryptoapi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\cryptsp.dll
api-ms-win-core-com-l1-1-1.dll -> C:\WINDOWS\SysWOW64\combase.dll
C:\WINDOWS\SysWOW64\samcli.dll
C:\WINDOWS\SysWOW64\netutils.dll
api-ms-win-core-winrt-error-l1-1-1.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-security-lsalookup-l2-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
C:\WINDOWS\SysWOW64\srvcli.dll
C:\WINDOWS\SysWOW64\wkscli.dll
api-ms-win-power-base-l1-1-0.dll -> C:\WINDOWS\SysWOW64\powrprof.dll
api-ms-win-core-com-l1-1-2.dll -> C:\WINDOWS\SysWOW64\combase.dll
api-ms-win-shcore-obsolete-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-devices-query-l1-1-0.dll -> C:\WINDOWS\SysWOW64\cfgmgr32.dll
api-ms-win-security-lsapolicy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\sechost.dll
C:\WINDOWS\SysWOW64\DEVOBJ.dll
api-ms-win-shcore-registry-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-unicodeansi-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-thread-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-comhelpers-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-registry-l1-1-1.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-sysinfo-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-scaling-l1-1-1.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shcore-stream-winrt-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
C:\WINDOWS\SysWOW64\SHCORE.dll
api-ms-win-shlwapi-ie-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHLWAPI.dll
ext-ms-onecore-appdefaults-l1-1-0.dll -> C:\WINDOWS\SysWOW64\windows.storage.dll
api-ms-win-shell-associations-l1-1-1.dll -> C:\WINDOWS\SysWOW64\windows.storage.dll
ext-ms-win-domainjoin-netjoin-l1-1-0.dll -> C:\WINDOWS\SysWOW64\netjoin.dll
ext-ms-win-com-ole32-l1-1-2.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-com-ole32-l1-1-4.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-ole32-bindctx-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
C:\WINDOWS\SysWOW64\WINMM.dll
C:\WINDOWS\SysWOW64\msiltcfg.dll
C:\WINDOWS\SysWOW64\DEVMGR.DLL
C:\WINDOWS\SysWOW64\dsreg.dll
C:\WINDOWS\SysWOW64\DAVHLPR.dll
C:\WINDOWS\SysWOW64\CSCAPI.dll
C:\WINDOWS\SysWOW64\ntshrui.dll
C:\WINDOWS\SysWOW64\EFSUTIL.dll
C:\WINDOWS\SysWOW64\powrprof.dll
C:\WINDOWS\SysWOW64\SHDOCVW.dll
C:\WINDOWS\SysWOW64\EFSADU.dll
C:\WINDOWS\SysWOW64\DUser.dll
C:\WINDOWS\SysWOW64\dui70.dll
C:\WINDOWS\SysWOW64\cfgmgr32.dll
C:\WINDOWS\SysWOW64\Setupapi.dll
C:\WINDOWS\SysWOW64\apphelp.dll
C:\WINDOWS\SysWOW64\ADVPACK.dll
C:\WINDOWS\SysWOW64\WINBRAND.dll
C:\WINDOWS\SysWOW64\PROPSYS.dll
C:\WINDOWS\SysWOW64\WindowsCodecs.dll
C:\WINDOWS\SysWOW64\elscore.dll
C:\WINDOWS\SysWOW64\VirtDisk.dll
C:\WINDOWS\SysWOW64\WINSTA.dll
C:\WINDOWS\SysWOW64\CHARTV.dll
C:\WINDOWS\SysWOW64\twinapi.appcore.dll
C:\WINDOWS\SysWOW64\MrmCoreR.dll
C:\WINDOWS\SysWOW64\efswrt.dll
C:\WINDOWS\SysWOW64\edputil.dll
ext-ms-win-devmgmt-policy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\policymanager.dll
ext-ms-win-devmgmt-policy-l1-1-1.dll -> C:\WINDOWS\SysWOW64\policymanager.dll
C:\WINDOWS\SysWOW64\LINKINFO.dll
ext-ms-win-storage-sense-l1-2-0.dll -> storageusage.dll
ext-ms-win-storage-sense-l1-1-0.dll -> storageusage.dll
ext-ms-win-gui-dui70-l1-1-0.dll -> C:\WINDOWS\SysWOW64\dui70.dll
C:\WINDOWS\SysWOW64\CLDAPI.dll
C:\WINDOWS\SysWOW64\Bcp47Langs.dll
api-ms-win-core-memory-l1-1-3.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-core-appinit-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel32.dll
ext-ms-win-advapi32-safer-l1-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
ext-ms-win-ntuser-windowclass-l1-1-0.dll
C:\WINDOWS\SysWOW64\iertutil.dll
api-ms-win-shell-changenotify-l1-1-0.dll -> C:\WINDOWS\SysWOW64\windows.storage.dll
api-ms-win-http-time-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
api-ms-win-shlwapi-winrt-storage-l1-1-1.dll -> C:\WINDOWS\SysWOW64\SHLWAPI.dll
api-ms-win-security-systemfunctions-l1-1-0.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
api-ms-win-security-isolatedcontainer-l1-1-0.dll -> C:\WINDOWS\SysWOW64\SHCORE.dll
wpaxholder.dll
C:\WINDOWS\SysWOW64\FirewallAPI.dll
api-ms-win-rtcore-ntuser-clipboard-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
api-ms-win-rtcore-ntuser-window-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-shell32-shellfolders-l1-1-0.dll
api-ms-win-rtcore-ntuser-synch-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\IMAGEHLP.dll
api-ms-win-ntuser-sysparams-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
api-ms-win-appmodel-runtime-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernel.appcore.dll
api-ms-win-ole32-ie-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-ole32-ie-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ole32.dll
ext-ms-win-appcompat-apphelp-l1-1-0.dll -> C:\WINDOWS\SysWOW64\apphelp.dll
ext-ms-win-gdi-devcaps-l1-1-0.dll -> C:\WINDOWS\SysWOW64\gdi32full.dll
ext-ms-win-ntuser-dc-access-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-dialogbox-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-draw-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-gui-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-keyboard-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-mouse-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-window-l1-1-3.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-window-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-window-l1-1-2.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-shell-shell32-l1-2-0.dll -> C:\WINDOWS\SysWOW64\SHELL32.dll
ext-ms-win-shell-shlwapi-l1-1-0.dll
ext-ms-windowscore-deviceinfo-l1-1-0.dll
api-ms-win-service-core-l1-1-4.dll -> C:\WINDOWS\SysWOW64\sechost.dll
C:\WINDOWS\SysWOW64\websocket.dll
C:\WINDOWS\SysWOW64\webio.dll
C:\WINDOWS\SysWOW64\NSI.dll
ext-ms-win-firewallapi-webproxy-l1-1-0.dll -> C:\WINDOWS\SysWOW64\firewallapi.dll
C:\WINDOWS\SysWOW64\dhcpcsvc.DLL
api-ms-win-networking-interfacecontexts-l1-1-0.dll -> C:\WINDOWS\SysWOW64\ondemandconnroutehelper.dll
C:\WINDOWS\SysWOW64\srpapi.dll
C:\WINDOWS\SysWOW64\HTTPAPI.dll
api-ms-win-core-marshal-l1-1-0.dll -> C:\WINDOWS\SysWOW64\combase.dll
ext-ms-win-ntuser-uicontext-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ras-rasapi32-l1-1-0.dll -> C:\WINDOWS\SysWOW64\rasapi32.dll
ext-ms-win-security-credui-l1-1-0.dll -> C:\WINDOWS\SysWOW64\credui.dll
ext-ms-win-security-cryptui-l1-1-0.dll -> C:\WINDOWS\SysWOW64\cryptui.dll
ext-ms-win-security-cryptui-l1-1-1.dll -> C:\WINDOWS\SysWOW64\cryptui.dll
C:\WINDOWS\SysWOW64\ESENT.dll
C:\WINDOWS\SysWOW64\TOKENBINDING.dll
api-ms-win-appmodel-runtime-l1-1-1.dll -> C:\WINDOWS\SysWOW64\kernel.appcore.dll
api-ms-win-security-activedirectoryclient-l1-1-0.dll -> C:\WINDOWS\SysWOW64\kernelbase.dll
C:\WINDOWS\SysWOW64\DSROLE.dll
C:\WINDOWS\SysWOW64\logoncli.dll
ext-ms-win-security-efswrt-l1-1-0.dll -> C:\WINDOWS\SysWOW64\efswrt.dll
C:\WINDOWS\SysWOW64\adsldpc.dll
api-ms-win-security-logon-l1-1-1.dll -> C:\WINDOWS\SysWOW64\advapi32.dll
C:\WINDOWS\SysWOW64\DSPARSE.dll
ext-ms-win-direct2d-desktop-l1-1-0.dll -> C:\WINDOWS\SysWOW64\direct2ddesktop.dll
ext-ms-win-rtcore-ntuser-dc-access-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
ext-ms-win-ntuser-rectangle-ext-l1-1-0.dll -> C:\WINDOWS\SysWOW64\user32.dll
C:\WINDOWS\SysWOW64\d3d12.dll
C:\Program Files (x86)\Microsoft Office\Office16\MimeDir.DLL

and Procmon64.exe but only

Select Process Name contains Outlook and Add the include filter and Apply
image

but the log is endless and for whatever reason, OGCS just crashed without any notice after opening GitHub.
I added the latest log entries:

19:15:27.9880105    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Classes   SUCCESS 
19:15:27.9880313    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Newtonsoft.Json.dll    SUCCESS 
19:15:27.9880565    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Cloud.Logging.V2.dll    SUCCESS 
19:15:27.9880946    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Cloud.Logging.Log4Net.dll   SUCCESS 
19:15:27.9881149    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Protobuf.dll    SUCCESS 
19:15:27.9881419    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Cloud.Logging.Type.dll  SUCCESS 
19:15:27.9881694    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Api.Gax.dll SUCCESS 
19:15:27.9881885    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Api.CommonProtos.dll    SUCCESS 
19:15:27.9882135    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Api.Gax.Grpc.dll    SUCCESS 
19:15:27.9882401    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Apis.Auth.dll   SUCCESS 
19:15:27.9882582    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Google.Apis.Core.dll   SUCCESS 
19:15:27.9882775    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Grpc.Core.dll  SUCCESS 
19:15:27.9882953    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Grpc.Core.Api.dll  SUCCESS 
19:15:27.9883130    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\Grpc.Auth.dll  SUCCESS 
19:15:27.9883381    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\System32\en-US\crypt32.dll.mui   SUCCESS 
19:15:27.9883673    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\System32\en-US\crypt32.dll.mui   SUCCESS 
19:15:27.9884196    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\NuGet.Squirrel.dll SUCCESS 
19:15:27.9884436    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17763.1282_none_b4b28a196e76d4a4  SUCCESS 
19:15:27.9884599    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.17763.1282_none_b4b28a196e76d4a4  SUCCESS 
19:15:27.9884846    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.1282_none_570de0aec255dee3   SUCCESS 
19:15:27.9885012    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.1282_none_570de0aec255dee3   SUCCESS 
19:15:27.9885263    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\SystemCertificates\SmartCardRoot    SUCCESS 
19:15:27.9885468    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\SystemCertificates\Root SUCCESS 
19:15:27.9885738    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.1282_none_2622edc967c36515   SUCCESS 
19:15:27.9885956    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.1282_none_2622edc967c36515   SUCCESS 
19:15:27.9886146    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\EnterpriseCertificates\Trust    SUCCESS 
19:15:27.9886318    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\EnterpriseCertificates\Root SUCCESS 
19:15:27.9886822    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU    SUCCESS 
19:15:27.9887002    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\SystemCertificates\TrustedPeople    SUCCESS 
19:15:27.9887192    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\EnterpriseCertificates\CA   SUCCESS 
19:15:27.9887469    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\SysWOW64\en-US\mshtml.dll.mui    SUCCESS 
19:15:27.9887665    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\SysWOW64\en-US\mshtml.dll.mui    SUCCESS 
19:15:27.9888023    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\Cryptography\OID\EncodingType 0\CertDllCreateCertificateChainEngine\Config  SUCCESS 
19:15:27.9888293    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Users\c563368\AppData\Local\OutlookGoogleCalendarSync\app-2.8.4-alpha\NodaTime.dll   SUCCESS 
19:15:27.9888480    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\SystemCertificates\AuthRoot SUCCESS 
19:15:27.9888731    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\Microsoft.NET\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll SUCCESS 
19:15:27.9888903    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\Microsoft.NET\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll SUCCESS 
19:15:27.9889058    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\SystemCertificates\ROOT SUCCESS 
19:15:27.9889191    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\SystemCertificates\CA   SUCCESS 
19:15:27.9889441    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\SystemCertificates\TrustedPeople    SUCCESS 
19:15:27.9889666    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\System32\en-US\shell32.dll.mui   SUCCESS 
19:15:27.9889834    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\System32\en-US\shell32.dll.mui   SUCCESS 
19:15:27.9889967    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU    SUCCESS 
19:15:27.9890230    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\SysWOW64\en-US\windows.storage.dll.mui   SUCCESS 
19:15:27.9890395    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\SysWOW64\en-US\windows.storage.dll.mui   SUCCESS 
19:15:27.9890663    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\SystemCertificates\CA   SUCCESS 
19:15:27.9890868    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap    SUCCESS 
19:15:27.9891134    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\EnterpriseCertificates\Disallowed   SUCCESS 
19:15:27.9891271    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\SystemCertificates\Disallowed   SUCCESS 
19:15:27.9891401    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache  SUCCESS 
19:15:27.9891515    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Extensible Cache SUCCESS 
19:15:27.9891685    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\Windows NT\CurrentVersion   SUCCESS 
19:15:27.9893696    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU    SUCCESS 
19:15:27.9893850    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\EnterpriseCertificates\TrustedPeople    SUCCESS 
19:15:27.9894802    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\SystemCertificates\Disallowed   SUCCESS 
19:15:27.9894946    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Microsoft\SystemCertificates\trust    SUCCESS 
19:15:27.9895071    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Microsoft\SystemCertificates\trust    SUCCESS 
19:15:27.9895328    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU    SUCCESS 
19:15:27.9895757    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Policies\Microsoft\SystemCertificates SUCCESS 
19:15:27.9897522    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Policies\Microsoft\SystemCertificates SUCCESS 
19:15:27.9898123    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap    SUCCESS 
19:15:27.9898574    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\SysWOW64\ieframe.dll SUCCESS 
19:15:27.9898930    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\SysWOW64\ieframe.dll SUCCESS 
19:15:27.9899236    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKLM\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap   SUCCESS 
19:15:27.9899402    OutlookGoogleCalendarSync.exe   29160   RegCloseKey HKCU\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap   SUCCESS 
19:15:27.9899730    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\SysWOW64\en-US\ieframe.dll.mui   SUCCESS 
19:15:27.9899961    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\SysWOW64\en-US\ieframe.dll.mui   SUCCESS 
19:15:27.9900280    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\SysWOW64\en-US\urlmon.dll.mui    SUCCESS 
19:15:27.9900441    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\SysWOW64\en-US\urlmon.dll.mui    SUCCESS 
19:15:27.9900683    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\assembly\GAC\Microsoft.mshtml\7.0.3300.0__b03f5f7f11d50a3a\Microsoft.mshtml.dll  SUCCESS 
19:15:27.9904118    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\SysWOW64\mshtml.tlb  SUCCESS 
19:15:27.9904962    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\System32\en-US\mlang.dll.mui SUCCESS 
19:15:27.9905413    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\System32\en-US\mlang.dll.mui SUCCESS 
19:15:27.9909300    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Outlook.dll   SUCCESS 
19:15:27.9909545    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Outlook\15.0.0.0__71e9bce111e9429c\Microsoft.Office.Interop.Outlook.dll   SUCCESS 
19:15:27.9909780    OutlookGoogleCalendarSync.exe   29160   CloseFile   C:\Windows\assembly\GAC_MSIL\office\15.0.0.0__71e9bce111e9429c\office.dll   SUCCESS 
19:15:27.9909926    OutlookGoogleCalendarSync.exe   29160   IRP_MJ_CLOSE    C:\Windows\assembly\GAC_MSIL\office\15.0.0.0__71e9bce111e9429c\office.dll   SUCCESS 
19:15:28.3648191    OUTLOOK.EXE 34072   Process Profiling       SUCCESS User Time: 15.8125000 seconds, Kernel Time: 16.4218750 seconds, Private Bytes: 190'205'952, Working Set: 230'379'520
19:15:29.3666622    OUTLOOK.EXE 34072   Process Profiling       SUCCESS User Time: 15.8125000 seconds, Kernel Time: 16.4375000 seconds, Private Bytes: 190'205'952, Working Set: 230'379'520
19:15:30.3745176    OUTLOOK.EXE 34072   Process Profiling       SUCCESS User Time: 15.8125000 seconds, Kernel Time: 16.4375000 seconds, Private Bytes: 190'205'952, Working Set: 230'379'520
19:15:31.3670756    OUTLOOK.EXE 34072   Process Profiling       SUCCESS User Time: 15.8125000 seconds, Kernel Time: 16.4375000 seconds, Private Bytes: 190'205'952, Working Set: 230'379'520
19:15:32.3633887    OUTLOOK.EXE 34072   Process Profiling       SUCCESS User Time: 15.8125000 seconds, Kernel Time: 16.4375000 seconds, Private Bytes: 190'205'952, Working Set: 230'379'520
19:15:33.3747154    OUTLOOK.EXE 34072   Process Profiling       SUCCESS User Time: 15.8125000 seconds, Kernel Time: 16.4375000 seconds, Private Bytes: 190'205'952, Working Set: 230'379'520

On the Dependencies screenshot it looks very much MSO.dll has not been found? Pretty sure this would be critical for Outlook to operate properly.

Have you actually tried a reinstall of Outlook yet?

Have you actually tried a reinstall of Outlook yet?

I cannot as it is IT managed, I could do a repair install only.

image
MSO.dllcould be fixed by https://support.microsoft.com/en-us/help/4464552/may-7-2019-update-for-office-2016-kb4464552 but I haven't got any error, that it is missing, same for the others

hi,
I got a new notebook, so installed software is less but the error still exists
Tried latest beta and alpha

Redistributables and office apps are less than before:

image

I did again ProcMAn and Dependencies
ProcMan shows a lot "not found" when toggling on the registry, see attachment

Dependencies says these are missing:

api-ms-win-core-string-l2-1-0.dll
api-ms-win-core-comm-l1-1-0.dll
api-ms-win-core-string-obsolete-l1-1-0.dll
api-ms-win-core-stringansi-l1-1-0.dll

LogfileProcMon.zip

Sorry, I'm stumped...especially that a clean install of Office has got exactly the same problem.

me too, as least it was worth mentioning.

Must be something in my company's install image

Le dim. 29 nov. 2020 à 17:06, Paul Woolcock notifications@github.com a
écrit :

Sorry, I'm stumped...especially that a clean install of Office has got
exactly the same problem.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/phw198/OutlookGoogleCalendarSync/issues/788#issuecomment-735416751,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AA3AYD37S7JRV4JJX6SH2FDSSJWQLANCNFSM4IHPSGDQ
.

I have just tested v2.8.6.0 - Alpha.
It shows the splash screen but crashed a couple of seconds later.

I I start it with admin rights it keeps running as a background process until

image

image

image

@PackElend Do you have the logs from the v2.8.6 crash?

Are you able to try the MS Support and Recovery Assistant and see if that detects anything?

properly both will check on the weekend

Le ven. 29 janv. 2021 à 16:37, Paul Woolcock notifications@github.com a
écrit :

@PackElend https://github.com/PackElend Do you have the logs from the
v2.8.6 crash?

Are you able to try the MS Support and Recovery Assistant
https://docs.microsoft.com/en-US/outlook/troubleshoot/performance/how-to-scan-outlook-by-using-microsoft-support-and-recovery-assistant
and see if that detects anything?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/phw198/OutlookGoogleCalendarSync/issues/788#issuecomment-769877656,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AA3AYD6DEPKHRI2XDF52IL3S4LI27ANCNFSM4IHPSGDQ
.

OGcalsync - Copy.log
Log is attached, the last run is with Admin Rights, 0x80040154 can still be found in the logs

Scan by using Microsoft Support and Recovery Assistant - Outlook | Microsoft Docs
produces only and the logs (...AppData\Local\SaRALogs\Log) are full of ??? things

image

image

So it never asked you for credentials after the first screen?? Gotta say, it does feel like your IT have either heavily locked everything down / have some rather bizarre configuration / have botched everything :laughing:

Is it an Exchange O365 account you have in Outlook? Can you even test the autodiscover functionality successfully: https://testconnectivity.microsoft.com/tests/O365Ola/input ?

So it never asked you for credentials after the first screen??

It went all automatically, no chance to influence it

Is it an Exchange O365 account you have in Outlook? Can you even test the autodiscover functionality successfully: https://testconnectivity.microsoft.com/tests/O365Ola/input ?

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmccrea picture dmccrea  Â·  6Comments

AmauryGaia picture AmauryGaia  Â·  4Comments

schwaben-github picture schwaben-github  Â·  5Comments

mkorenbl picture mkorenbl  Â·  6Comments

SemperF1 picture SemperF1  Â·  3Comments