We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20956c2 commit f7f48daCopy full SHA for f7f48da
src/UniGetUI/CrashHandler.cs
@@ -42,7 +42,7 @@ public static void ReportFatalException(Exception e)
42
while (fileEx is not null)
43
{
44
if (fileEx.ToString().Contains("Could not load file or assembly")
45
- || (uint)fileEx.HResult is 0x80070002 or 0x80004005)
+ || (uint)fileEx.HResult is 0x80070002 or 0x8007007E)
46
47
if (_reportMissingFiles())
48
0 commit comments