OotD error after installing Win 10 Version 1903
Closed this issue · 26 comments
Recently there was a Win 10 Update. I'd bet Microsoft Outlook was updated in there in some way too.
In any case, I now get this exact same error popup when the app tries to open (and does not).
+1, exact same thing happening
Would any of you be able to try this pre-release and let me know if it works? https://dev.azure.com/mscrivo/_apis/resources/Containers/3084930?itemPath=artifact%2Footd-3.99.86.0.exe
Sorry about that, here's an updated link: https://github.com/mscrivo/OotD/releases/download/3.99.83/ootd-3.99.86.0.exe
I installed the new test version, no more error message, but OotD is simply not opening. Nothing in the folder 'logs' either.
net core 3 install ran yep.
Here is what I found in event viewer:
Description: A .NET Core application failed.
Application: OotD.x86.exe
Path: C:\Program Files (x86)\Outlook on the Desktop\OotD.x86.exe
Message: A fatal error occurred. The required library hostfxr.dll could not be found.
If this is a self-contained application, that library should exist in [C:\Program Files (x86)\Outlook on the Desktop\].
If this is a framework-dependent application, install the runtime in the global location [C:\Program Files (x86)\dotnet] or use the DOTNET_ROOT(x86) environment variable to specify the runtime location or register the runtime location in [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation].
Thanks very much.
Quick update: manually installing the x86 .net core 3 and seems like the test version working :)
Updated installer thanks to your feedback @sooslaca https://github.com/mscrivo/OotD/releases/download/3.99.94/ootd-3.99.94.0.exe
@cgr6513 I believe I fixed the issues you were having. Give this release a shot if you're still interested: https://github.com/mscrivo/OotD/releases/download/3.99.110/ootd-3.99.110.0.exe
I will once .net core 3.0 final is released, which should be in a month or two. In the mean time, you can use the pre-release if you want, and you'll be updated to the release version when I post it.