LB Psychometric Chart - Operand Error for v1.3. for 'List' and 'list'

Dear LB community,
I recently updated my LB to 1.3.0 (or 1.35.9 shown in the folder structure) with the one-click installer, and LB Psychometric Chart component is throwing me an error - "1. Solution exception: unsupported operand type(s) for +: ‘List’ and ‘list’ " - when I use dry bulb and rh for input. I have tried to uninstall and delete previous LB versions and associated user objects and files. Somehow the error persists. Attached is the screenshot for reference. I am using Rhino 6.

Many thanks! Do let me know if there is anything else I can provide in support of this.

@mostapha, @MingboPeng

This is one of our students who is experiencing this error before and after using the 1-click installer. Any insight with what could be wrong?

A possibly related issue is that he has also has mentioned he’s run into errors trying to download Rhino 7 that he hasn’t gotten resolved with McNeel technical help. That problem, along with the reference to the “List” type in the error message (a type in C# but not a type in Python) makes me wonder if there’s a deeper error related to Rhino or .Net. If so, perhaps @wim might have some insight here.

Hi -

On the Rhino forum, I see there’s a user named “zwang2” but their last post is from October 2020 so that’s probably not the same user.
You are saying that he can’t download Rhino from https://www.rhino3d.com/download/rhino-for-windows/7/latest?
-wim

@wim,

Sorry I was imprecise, he ran into an error while trying to install Rhino 7. I can share the information he provided:

Screenshot of error:

And log file:
Rhino_7_20210917134035.log (32.7 KB)

@zwang please correct my summary of your error or provide more information as required.

Hi -

Thanks.
I found a conversation with tech support from September 17th where Japhy from McNeel writes:

Zherui,
This is what the log analysis recommends

  1. Cause: Failed to run a program included with the installer. The installer is trying to run a critical part of the installation process, but may be being blocked by antivirus or malware protection software.

  2. Solution:* Temporarily disable your virus scanner, then run installer again.

But there is no further answer from the user in that conversation. Does the screenshot say that the suggested solution was tried but did not help? Was the error message different with Windows Defender turned off?
In Rhino 6, please run the Rhino SystemInfo command and copy-paste the result here.
-wim

1 Like

Interesting. This must be an issue from an earlier version of GHPython before the .NET List type and the IronPython list type were reconciled with one another. This is the line that’s failing:

All that is happening there is that one of the inputs with List Access is being combined with a native IronPython list.

I verified that the issue does not exist in the latest Rhino 6 service release from McNeel. So my suggestion is just to update your version of Rhino 6 service release and then everything should work.

Thanks @wim and @chris for getting back to me!

Wim, yes, the screenshot suggests that the problem persists even if the Windows Defender and system firewall were turned off.

Chris, I have doubled check my R6 versions again and I have the most updated Rhino. SystemInfo shows that R6 SR 35 is on my machine (dated to 2021-08-10). I have attached screenshot and systeminfo texts here for reference.

Many thanks.

Rhino 6 SR35 2021-8-10 (Rhino 6, 6.35.21222.17001, Git hash:master @ 073ac7b225c67348731c6597127b9410126c3139)
License type: Educational, build 2021-08-10
License details: Cloud Zoo. In use by: zwang2 ()

Windows 10.0.0 SR0.0 or greater (Physical RAM: 64Gb)
Machine name: WANG

Computer platform: LAPTOP - Plugged in [100% battery remaining]

Hybrid graphics configuration.
Primary display: Intel(R) HD Graphics P530 (Intel) Memory: 1GB, Driver date: 1-8-2021 (M-D-Y).
> Integrated graphics device with 3 adapter port(s)
- Windows Main Display is laptop’s integrated screen or built-in port
Primary OpenGL: NVIDIA Quadro M5000M (NVidia) Memory: 8GB, Driver date: 6-5-2020 (M-D-Y). OpenGL Ver: 4.6.0 NVIDIA 443.32
> Integrated acclerated graphics device with 4 adapter port(s)
- Video pass-through to primary display device

OpenGL Settings
Safe mode: Off
Use accelerated hardware modes: On
Redraw scene when viewports are exposed: On

Anti-alias mode: 4x
Mip Map Filtering: Linear
Anisotropic Filtering Mode: High

Vendor Name: NVIDIA Corporation
Render version: 4.6
Shading Language: 4.60 NVIDIA
Driver Date: 6-5-2020
Driver Version: 26.21.14.4332
Maximum Texture size: 16384 x 16384
Z-Buffer depth: 24 bits
Maximum Viewport size: 16384 x 16384
Total Video Memory: 8 GB

Rhino plugins
C:\Program Files\Rhino 6\Plug-ins\Commands.rhp “Commands” 6.35.21222.17001
C:\Program Files\Rhino 6\Plug-ins\rdk.rhp “Renderer Development Kit”
C:\Users\Wang\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\Fologram for Rhino (468a328b-20d9-494b-b9e1-cbe9f827d3a2)\2020.3.3.0\6\Fologram.IO.Rhino3d.Win6.rhp “Fologram for Rhino” 2020.3.3.0
C:\Program Files\Rhino 6\Plug-ins\rdk_etoui.rhp “RDK_EtoUI” 6.35.21222.17001
C:\Program Files\Rhino 6\Plug-ins\rdk_ui.rhp “Renderer Development Kit UI”
C:\Users\Wang\AppData\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\PanelingTools (6caed836-bc06-4ebc-b1fd-e10886a0dc94)\2018.4.13.574\PanelingTools.rhp “PanelingTools”
C:\Program Files\Rhino 6\Plug-ins\NamedSnapshots.rhp “Snapshots”
C:\Program Files\Rhino 6\Plug-ins\RhinoCycles.rhp “RhinoCycles” 6.35.21222.17001
C:\Program Files\Rhino 6\Plug-ins\RhinoResurf\RhinoResurf_6.rhp “RhinoResurf”
C:\Program Files\Rhino 6\Plug-ins\Grasshopper\GrasshopperPlugin.rhp “Grasshopper” 6.35.21222.17001
C:\Program Files\Rhino 6\Plug-ins\Toolbars\Toolbars.rhp “Toolbars” 6.35.21222.17001
C:\Program Files\Rhino 6\Plug-ins\3dxrhino.rhp “3Dconnexion 3D Mouse”
C:\Program Files\Chaos Group\V-Ray\V-Ray for Rhinoceros\V6\VRayForRhino.rhp “V-Ray for Rhino”
C:\Program Files\Rhino 6\Plug-ins\Displacement.rhp “Displacement”

@wim

Is this specifically an issue with the GH IronPython interpreter? I thought addressing Python calls in C# (i.e. the List and list operation) was the whole point of IronPython.

Hi -
All this sounds like an issue with the .NET installation on your computer.
First, make sure to install all Windows updates.
If that doesn’t help, try the Microsoft .NET Framework Repair Tool.
-wim

While you guys are getting to the root cause of the issue, I just wanted to offer a potential workaround if you need it. Replacing that line of code with the following should temporarily fix the issue:

all_data = [d for d in data_] + [temperature, rel_humid]

If we have to, we’ll change that line of code in the official code base but hopefully wim’s suggestion solves it and we can leave the component as it is.

@wim I made sure my Windows was updated and downloaded MS. NET Framework Repair Tool per your suggestion. Neither seemed to be able to resolve R7 installation issues. Bellow are the logs generated. Sorry for the long post since I’m not able to upload files onto the forum here.

Many thanks again!

Here is the log issued by the Repair Tools:

C:\WINDOWS\windowsupdate.log

C:\WINDOWS\logs\cbs\cbs.log

C:\Users\Wang\AppData\Local\Temp\FixDotNet.log

C:\Users\Wang\AppData\Local\Temp\NetFxSetupEvents.txt

C:\Users\Wang\AppData\Local\Temp\dd_ndp48-x86-x64-allos-enu_decompression_log.txt

C:\Users\Wang\AppData\Local\Temp\dd_NetFxRepairTool_decompression_log.txt

C:\Users\Wang\AppData\Local\Temp\dd_SetupUtility.txt

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210417170544.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210417170606.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210417171650.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210417171650_000_vcRuntimeMinimum_x64.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210417171650_001_vcRuntimeAdditional_x64.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210417172141.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210917114027.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210917114027_000_vcRuntimeMinimum_x64.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210917114027_001_vcRuntimeAdditional_x64.log

C:\Users\Wang\AppData\Local\Temp\dd_vcredist_amd64_20210917114715.log

C:\Users\Wang\AppData\Local\Temp\FixDotNet_HKCR_Installer.regdump

C:\Users\Wang\AppData\Local\Temp\FixDotNet_HKLM_Installer.regdump


And here is the log R7 installation file generated:

NetFx48Redist:-2146498530



>>>>

>>>> C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329.log

>>>>



[2D04:46A0][2021-09-24T15:03:28]i001: Burn v3.11.100.14911, Windows v10.0 (Build 14393: Service Pack 0), path: C:\Users\Wang\AppData\Local\Temp\{701A5CD6-943B-4C04-A7AB-2E0F02605A05}\.cr\rhino_en-us_7.10.21256.17001.exe

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'BundleVersion' to value '7.10.21256.17001'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'CUSTOMER_NAME' to value ''

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'COMPANY_NAME' to value ''

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'INSTALLDIR' to value ''

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'LICENSE_METHOD' to value ''

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing hidden variable 'LICENSE_KEY'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing hidden variable 'LICENSE_VALIDATION_CODE'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'ZOO_SERVER' to value ''

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'DISABLE_INTERNET_ACCESS' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'ENABLE_AUTOMATIC_UPDATES' to value '1'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'SEND_STATISTICS' to value '1'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'RegistryRoot' to value 'Software\McNeel\Rhinoceros\7.0\Install'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'FolderName' to value 'Rhino 7'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing string variable 'IgnoreFolderName' to value 'Rhino 7 WIP'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_EN' to value '1'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_FR' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_IT' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_DE' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_ES' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_KO' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_JA' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_TW' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_CN' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_PL' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_CS' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_PT' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i000: Initializing numeric variable 'INSTALL_RU' to value '0'

[2D04:46A0][2021-09-24T15:03:28]i009: Command Line: '-burn.clean.room=C:\Users\Wang\Downloads\rhino_en-us_7.10.21256.17001.exe -burn.filehandle.attached=424 -burn.filehandle.self=428'

[2D04:46A0][2021-09-24T15:03:28]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\Wang\Downloads\rhino_en-us_7.10.21256.17001.exe'

[2D04:46A0][2021-09-24T15:03:28]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\Wang\Downloads\'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329.log'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'WixBundleName' to value 'Rhino 7'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'WixBundleManufacturer' to value 'Robert McNeel & Associates'

[2D04:46A0][2021-09-24T15:03:29]i100: Detect begin, 20 packages

[2D04:4450][2021-09-24T15:03:29]i000: OnInitializeLayout

[2D04:4450][2021-09-24T15:03:29]i000: PrivateDetect Begin

[2D04:4450][2021-09-24T15:03:29]i000: Detected CloudZoo license

[2D04:4450][2021-09-24T15:03:29]i000: PrivateDetect End

[2D04:4450][2021-09-24T15:03:29]i000: GetSystemDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:29]i000: GetUserDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:29]i000: GetOsLanguage() returned en

[2D04:4450][2021-09-24T15:03:29]i000: version_NT64 = 10.0.0.0; service_pack =

[2D04:4450][2021-09-24T15:03:29]i000: Comparing ver_64 (10.0.0.0) to ver_win_81 (6.3.0.0)

[2D04:4450][2021-09-24T15:03:29]i000: ver_64 !< ver_win_81

[2D04:4450][2021-09-24T15:03:29]i000: Showing UI from C:\Users\Wang\AppData\Local\Temp\{DAB8708F-16D2-4A23-A6E0-4DEF031F112E}\.ba\en\welcome.htm

[2D04:46A0][2021-09-24T15:03:29]i000: Setting version variable 'WUAUENG_FILEVERSION' to value '10.0.14393.594'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'NETFRAMEWORK45' to value '394802'

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'ReadDisableInternetAccess' evaluates to false.

[2D04:46A0][2021-09-24T15:03:29]i000: Setting numeric variable 'VC2010_exists' to value 1

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'NOT INSTALLDIR' evaluates to true.

[2D04:46A0][2021-09-24T15:03:29]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\Install'

[2D04:46A0][2021-09-24T15:03:29]i000: Unsetting variable 'INSTALLDIR'

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'NOT COMPANY_NAME' evaluates to true.

[2D04:46A0][2021-09-24T15:03:29]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\Install'

[2D04:46A0][2021-09-24T15:03:29]i000: Unsetting variable 'COMPANY_NAME'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'VC2015_build' to value '29913'

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'NOT ZOO_SERVER' evaluates to true.

[2D04:46A0][2021-09-24T15:03:29]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\License Manager'

[2D04:46A0][2021-09-24T15:03:29]i000: Unsetting variable 'ZOO_SERVER'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting numeric variable 'VC2013_exists' to value 1

[2D04:46A0][2021-09-24T15:03:29]i000: Setting numeric variable 'ReadDisableInternetAccess' to value 1

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'VC2013_version' to value '12.0.30501.0'

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'NOT SEND_STATISTICS' evaluates to false.

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'NOT CUSTOMER_NAME' evaluates to true.

[2D04:46A0][2021-09-24T15:03:29]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\Install'

[2D04:46A0][2021-09-24T15:03:29]i000: Unsetting variable 'CUSTOMER_NAME'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting numeric variable 'VC2015_exists' to value 1

[2D04:46A0][2021-09-24T15:03:29]i000: Setting numeric variable 'ReadEnableUpdatesKey' to value 1

[2D04:46A0][2021-09-24T15:03:29]i000: Setting numeric variable 'VC2005_exists' to value 1

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'VC2010_build' to value '167812379'

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'ReadEnableUpdatesKey' evaluates to true.

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'ENABLE_AUTOMATIC_UPDATES' to value '1'

[2D04:46A0][2021-09-24T15:03:29]i052: Condition 'NOT ZOO_SERVER' evaluates to true.

[2D04:46A0][2021-09-24T15:03:29]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\License Manager'

[2D04:46A0][2021-09-24T15:03:29]i000: Setting string variable 'VC2005_build' to value '134278728'

[2D04:4450][2021-09-24T15:03:30]i000: Checking for updates at URL https://www.rhino3d.com/feeds/installer/?product=rhino&version=7.10.21256.17001&edition=commercial&locale=en-us

[2D04:46A0][2021-09-24T15:03:30]e000: Error 0x80070002: Failed attempt to download update feed from URL: 'https://www.rhino3d.com/feeds/installer/?product=rhino&version=7.10.21256.17001&edition=commercial&locale=en-us' to: 'C:\Users\Wang\AppData\Local\Temp\UpdateFeed_20210924150330.xml'

[2D04:46A0][2021-09-24T15:03:30]e000: Error 0x80070002: Failed to download update feed.

[2D04:46A0][2021-09-24T15:03:30]e000: Error 0x80070002: Failed to detect atom feed update.

[2D04:46A0][2021-09-24T15:03:30]e000: Error 0x80070002: Failed to detect update.

[2D04:46A0][2021-09-24T15:03:30]i199: Detect complete, result: 0x80070002

[2D04:46A0][2021-09-24T15:03:30]i100: Detect begin, 20 packages

[2D04:4450][2021-09-24T15:03:30]i000: OnInitializeLayout

[2D04:4450][2021-09-24T15:03:30]i000: PrivateDetect Begin

[2D04:4450][2021-09-24T15:03:30]i000: <ZooLicense xmlns="http://schemas.datacontract.org/2004/07/ZooCommon" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Data><Capabilities>NoCapabilities</Capabilities><ClusterSerialNumbers xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><DateAdded i:nil="true"/><DateToExpire i:nil="true"/><IsUpgradeFromPreviousVersion>false</IsUpgradeFromPreviousVersion><LicenseCount>1</LicenseCount><LicenseTitle>Rhino 6 Educational</LicenseTitle><OnlineValidationRequiredBefore>0001-01-01T00:00:00</OnlineValidationRequiredBefore><PreviousVersionLicense i:nil="true"/><ProductLicense>Cloud Zoo License</ProductLicense><RegisteredEmail i:nil="true"/><RegisteredOrganization i:nil="true"/><RegisteredOwner>zwang2 - zwang2@pratt.edu</RegisteredOwner><RequiresOnlineValidation>false</RequiresOnlineValidation><SerialNumber>x5B8i9oN4PY0R7YKo8AX_0TPVI0PkSoymrXYaxmVwBw</SerialNumber><TextMask i:nil="true"/><ValidationCode i:nil="true"/><ValidationCodeInstallDate>0001-01-01T00:00:00</ValidationCodeInstallDate></Data><Header><BuildType>Release</BuildType><LicenseId>747b9647-6710-4600-a28f-2660e57b7e41</LicenseId><LicenseInstance>1</LicenseInstance><PluginId>55500d41-3a41-4474-99b3-684032a4f4df</PluginId><ProductId>55500d41-3a41-4474-99b3-684032a4f4df</ProductId></Header><NodeType>CloudZoo</NodeType><Owner>McNeel Cloud Zoo</Owner><Status><DateAssigned i:nil="true"/><DateToExpireCheckOut i:nil="true"/><DateUpdated i:nil="true"/><Sessions xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><StateType>Available</StateType><User><HostName/><ProcessId>0</ProcessId><UserName/></User></Status></ZooLicense>	

[2D04:4450][2021-09-24T15:03:30]i000: Detected CloudZoo license

[2D04:4450][2021-09-24T15:03:30]i000: PrivateDetect End

[2D04:4450][2021-09-24T15:03:30]i000: GetSystemDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:30]i000: GetUserDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:30]i000: GetOsLanguage() returned en

[2D04:4450][2021-09-24T15:03:30]i000: version_NT64 = 10.0.0.0; service_pack =

[2D04:4450][2021-09-24T15:03:30]i000: Comparing ver_64 (10.0.0.0) to ver_win_81 (6.3.0.0)

[2D04:4450][2021-09-24T15:03:30]i000: ver_64 !< ver_win_81

[2D04:4450][2021-09-24T15:03:30]i000: Showing UI from C:\Users\Wang\AppData\Local\Temp\{DAB8708F-16D2-4A23-A6E0-4DEF031F112E}\.ba\en\welcome.htm

[2D04:46A0][2021-09-24T15:03:30]i000: Setting version variable 'WUAUENG_FILEVERSION' to value '10.0.14393.594'

[2D04:46A0][2021-09-24T15:03:30]i000: Setting string variable 'NETFRAMEWORK45' to value '394802'

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'ReadDisableInternetAccess' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i000: Setting string variable 'DISABLE_INTERNET_ACCESS' to value '0'

[2D04:46A0][2021-09-24T15:03:30]i000: Setting numeric variable 'VC2010_exists' to value 1

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'NOT INSTALLDIR' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\Install'

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'NOT COMPANY_NAME' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\Install'

[2D04:46A0][2021-09-24T15:03:30]i000: Setting string variable 'VC2015_build' to value '29913'

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'NOT ZOO_SERVER' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\License Manager'

[2D04:46A0][2021-09-24T15:03:30]i000: Setting numeric variable 'VC2013_exists' to value 1

[2D04:46A0][2021-09-24T15:03:30]i000: Setting numeric variable 'ReadDisableInternetAccess' to value 1

[2D04:46A0][2021-09-24T15:03:30]i000: Setting string variable 'VC2013_version' to value '12.0.30501.0'

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'NOT SEND_STATISTICS' evaluates to false.

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'NOT CUSTOMER_NAME' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\Install'

[2D04:46A0][2021-09-24T15:03:30]i000: Setting numeric variable 'VC2015_exists' to value 1

[2D04:46A0][2021-09-24T15:03:30]i000: Setting numeric variable 'ReadEnableUpdatesKey' to value 1

[2D04:46A0][2021-09-24T15:03:30]i000: Setting numeric variable 'VC2005_exists' to value 1

[2D04:46A0][2021-09-24T15:03:30]i000: Setting string variable 'VC2010_build' to value '167812379'

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'ReadEnableUpdatesKey' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i000: Setting string variable 'ENABLE_AUTOMATIC_UPDATES' to value '1'

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'NOT ZOO_SERVER' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i000: Registry key not found. Key = 'SOFTWARE\McNeel\Rhinoceros\7.0\License Manager'

[2D04:46A0][2021-09-24T15:03:30]i000: Setting string variable 'VC2005_build' to value '134278728'

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'VC2005_exists=1 AND VC2005_build>=134278728' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'VC2010_exists=1 AND VC2010_build>=167812379' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'VC2013_exists=1 AND VC2013_version>=v12.0.30501.0' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'VC2015_exists=1 AND VC2015_build>=29913' evaluates to true.

[2D04:46A0][2021-09-24T15:03:30]i052: Condition 'NETFRAMEWORK45 >= 528040' evaluates to false.

[2D04:46A0][2021-09-24T15:03:30]i103: Detected related package: {22462849-B837-4602-A077-DAF4F0E7784A}, scope: PerMachine, version: 6.35.21222.17001, language: 0 operation: MajorUpgrade

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: Redist_VC2005, state: Present, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: Redist_VC2010, state: Present, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: Redist_VC2013, state: Present, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: Redist_VC2015, state: Present, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: NetFx48Redist, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: rhino.msi, state: Absent, cached: Complete

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: rhiexec.msi, state: Absent, cached: Complete

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: en_lang_pack, state: Absent, cached: Complete

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: fr_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: it_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: de_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: es_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: ko_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: ja_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: tw_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: cn_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: pl_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: cs_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: pt_lang_pack, state: Absent, cached: None

[2D04:46A0][2021-09-24T15:03:30]i101: Detected package: ru_lang_pack, state: Absent, cached: None

[2D04:4450][2021-09-24T15:03:30]i000: windowsUpdateRequired: ver_NT64 = '10.0.0.0'

[2D04:4450][2021-09-24T15:03:30]i000: GetSystemDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:30]i000: GetUserDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:30]i000: GetOsLanguage() returned en

[2D04:4450][2021-09-24T15:03:30]i000: version_NT64 = 10.0.0.0; service_pack =

[2D04:4450][2021-09-24T15:03:30]i000: Comparing ver_64 (10.0.0.0) to ver_win_81 (6.3.0.0)

[2D04:4450][2021-09-24T15:03:30]i000: ver_64 !< ver_win_81

[2D04:4450][2021-09-24T15:03:30]i000: Showing UI from C:\Users\Wang\AppData\Local\Temp\{DAB8708F-16D2-4A23-A6E0-4DEF031F112E}\.ba\en\install.htm

[2D04:46A0][2021-09-24T15:03:30]i199: Detect complete, result: 0x0

[2D04:4450][2021-09-24T15:03:32]i000: Setting hidden variable 'LICENSE_KEY'

[2D04:4450][2021-09-24T15:03:32]i000: Setting string variable 'CUSTOMER_NAME' to value ''

[2D04:4450][2021-09-24T15:03:32]i000: Setting string variable 'COMPANY_NAME' to value ''

[2D04:4450][2021-09-24T15:03:32]i000: Setting string variable 'INSTALLDIR' to value 'C:\Program Files\Rhino 7'

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'SEND_STATISTICS' to value 1

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'ENABLE_AUTOMATIC_UPDATES' to value 1

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'DISABLE_INTERNET_ACCESS' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_EN' to value 1

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_FR' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_IT' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_DE' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_ES' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_KO' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_JA' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_TW' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_CN' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_PL' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_CS' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_PT' to value 0

[2D04:4450][2021-09-24T15:03:32]i000: Setting numeric variable 'INSTALL_RU' to value 0

[2D04:46A0][2021-09-24T15:03:32]i200: Plan begin, 20 packages, action: Install

[2D04:46A0][2021-09-24T15:03:32]w321: Skipping dependency registration on package with no dependency providers: Redist_VC2005

[2D04:46A0][2021-09-24T15:03:32]w321: Skipping dependency registration on package with no dependency providers: Redist_VC2010

[2D04:46A0][2021-09-24T15:03:32]w321: Skipping dependency registration on package with no dependency providers: Redist_VC2013

[2D04:46A0][2021-09-24T15:03:32]w321: Skipping dependency registration on package with no dependency providers: Redist_VC2015

[2D04:46A0][2021-09-24T15:03:32]w321: Skipping dependency registration on package with no dependency providers: NetFx48Redist

[2D04:46A0][2021-09-24T15:03:32]i000: Setting string variable 'NetFx48RedistLog' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_000_NetFx48Redist.log'

[2D04:46A0][2021-09-24T15:03:32]i000: Setting string variable 'WixBundleRollbackLog_rhino.msi' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_001_rhino.msi_rollback.log'

[2D04:46A0][2021-09-24T15:03:32]i000: Setting string variable 'WixBundleLog_rhino.msi' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_001_rhino.msi.log'

[2D04:46A0][2021-09-24T15:03:32]i000: Setting string variable 'WixBundleRollbackLog_rhiexec.msi' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_002_rhiexec.msi_rollback.log'

[2D04:46A0][2021-09-24T15:03:32]i000: Setting string variable 'WixBundleLog_rhiexec.msi' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_002_rhiexec.msi.log'

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_EN=1' evaluates to true.

[2D04:46A0][2021-09-24T15:03:32]i000: Setting string variable 'WixBundleRollbackLog_en_lang_pack' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_003_en_lang_pack_rollback.log'

[2D04:46A0][2021-09-24T15:03:32]i000: Setting string variable 'WixBundleLog_en_lang_pack' to value 'C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_003_en_lang_pack.log'

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_FR=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_IT=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_DE=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_ES=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_KO=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_JA=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_TW=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_CN=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_PL=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_CS=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_PT=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i052: Condition 'INSTALL_RU=1' evaluates to false.

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: Redist_VC2005, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: Redist_VC2010, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: Redist_VC2013, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: Redist_VC2015, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: NetFx48Redist, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: rhino.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: rhiexec.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: en_lang_pack, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: No, uncache: No, dependency: Register

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: fr_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: it_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: de_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: es_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: ko_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: ja_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: tw_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: cn_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: pl_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: cs_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: pt_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:46A0][2021-09-24T15:03:32]i201: Planned package: ru_lang_pack, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None

[2D04:4450][2021-09-24T15:03:32]i000: GetSystemDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:32]i000: GetUserDefaultLangID() returned 2057

[2D04:4450][2021-09-24T15:03:32]i000: GetOsLanguage() returned en

[2D04:4450][2021-09-24T15:03:32]i000: version_NT64 = 10.0.0.0; service_pack =

[2D04:4450][2021-09-24T15:03:32]i000: Comparing ver_64 (10.0.0.0) to ver_win_81 (6.3.0.0)

[2D04:4450][2021-09-24T15:03:32]i000: ver_64 !< ver_win_81

[2D04:4450][2021-09-24T15:03:32]i000: Showing UI from C:\Users\Wang\AppData\Local\Temp\{DAB8708F-16D2-4A23-A6E0-4DEF031F112E}\.ba\en\progress.htm

[2D04:46A0][2021-09-24T15:03:32]i299: Plan complete, result: 0x0

[2D04:46A0][2021-09-24T15:03:32]i300: Apply begin

[2D04:46A0][2021-09-24T15:03:32]i010: Launching elevated engine process.

[2D04:46A0][2021-09-24T15:03:32]i011: Launched elevated engine process.

[2D04:46A0][2021-09-24T15:03:33]i012: Connected to elevated engine.

[3B9C:4B78][2021-09-24T15:03:33]i358: Pausing automatic updates.

[3B9C:4B78][2021-09-24T15:03:33]i359: Paused automatic updates.

[3B9C:4B78][2021-09-24T15:03:33]i360: Creating a system restore point.

[3B9C:4B78][2021-09-24T15:03:50]i361: Created a system restore point.

[3B9C:4B78][2021-09-24T15:03:50]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0a3a1bf0-324b-4267-b9ed-80f9649f569e}, options: 0x7, disable resume: No

[3B9C:4B78][2021-09-24T15:03:51]i000: Caching bundle from: 'C:\Users\Wang\AppData\Local\Temp\{DAB8708F-16D2-4A23-A6E0-4DEF031F112E}\.be\Bootstrapper.exe' to: 'C:\ProgramData\Package Cache\{0a3a1bf0-324b-4267-b9ed-80f9649f569e}\Bootstrapper.exe'

[3B9C:4B78][2021-09-24T15:03:51]i320: Registering bundle dependency provider: {0a3a1bf0-324b-4267-b9ed-80f9649f569e}, version: 7.10.21256.17001

[3B9C:4B78][2021-09-24T15:03:51]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0a3a1bf0-324b-4267-b9ed-80f9649f569e}, resume: Active, restart initiated: No, disable resume: No

[2D04:142C][2021-09-24T15:03:51]w343: Prompt for source of package: NetFx48Redist, payload: NetFx48Redist, path: C:\Users\Wang\Downloads\redist\ndp48-x86-x64-allos-enu.exe

[2D04:142C][2021-09-24T15:03:51]i338: Acquiring package: NetFx48Redist, payload: NetFx48Redist, download from: https://files.mcneel.com/rhino/7/redist/ndp48-x86-x64-allos-enu-sha2.exe

[3B9C:20D0][2021-09-24T15:04:10]i305: Verified acquired payload: NetFx48Redist at path: C:\ProgramData\Package Cache\.unverified\NetFx48Redist, moving to: C:\ProgramData\Package Cache\584FFD3BBB7F73CD149E4486F6465C838D847450\redist\ndp48-x86-x64-allos-enu.exe.

[3B9C:20D0][2021-09-24T15:04:11]i304: Verified existing payload: rhino.msi at path: C:\ProgramData\Package Cache\{B1EFC96A-CBD4-4CBF-ABF9-9381EE39E156}v7.10.21256.17001\rhino.msi.

[3B9C:20D0][2021-09-24T15:04:11]i304: Verified existing payload: rhiexec.msi at path: C:\ProgramData\Package Cache\{015C0ADD-50DC-4B18-9933-6E32DE73FD30}v7.10.21256.17001\rhiexec.msi.

[3B9C:20D0][2021-09-24T15:04:12]i304: Verified existing payload: en_lang_pack at path: C:\ProgramData\Package Cache\{E6B75C3F-25E5-47AC-91A5-62003449615B}v7.10.21256.17001\redist\en-us\LanguagePack.msi.

[3B9C:4B78][2021-09-24T15:04:12]i301: Applying execute package: NetFx48Redist, action: Install, path: C:\ProgramData\Package Cache\584FFD3BBB7F73CD149E4486F6465C838D847450\redist\ndp48-x86-x64-allos-enu.exe, arguments: '"C:\ProgramData\Package Cache\584FFD3BBB7F73CD149E4486F6465C838D847450\redist\ndp48-x86-x64-allos-enu.exe" /q /norestart /ChainingPackage "Rhino 7" /log "C:\Users\Wang\AppData\Local\Temp\Rhino_7_20210924150329_000_NetFx48Redist.log.html"'

[3B9C:4B78][2021-09-24T15:42:31]e000: Error 0x800f081e: Process returned error: 0x800f081e

[3B9C:4B78][2021-09-24T15:42:31]e000: Error 0x800f081e: Failed to execute EXE package.

[2D04:46A0][2021-09-24T15:42:31]e000: Error 0x800f081e: Failed to configure per-machine EXE package.

[2D04:46A0][2021-09-24T15:42:31]i319: Applied execute package: NetFx48Redist, result: 0x800f081e, restart: None

[2D04:46A0][2021-09-24T15:42:31]e000: Error 0x800f081e: Failed to execute EXE package.

[3B9C:4B78][2021-09-24T15:42:31]i351: Removing cached package: NetFx48Redist, from path: C:\ProgramData\Package Cache\584FFD3BBB7F73CD149E4486F6465C838D847450\

[3B9C:4B78][2021-09-24T15:42:31]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0a3a1bf0-324b-4267-b9ed-80f9649f569e}, resume: None, restart: None, disable resume: No

[3B9C:4B78][2021-09-24T15:42:31]i330: Removed bundle dependency provider: {0a3a1bf0-324b-4267-b9ed-80f9649f569e}

[3B9C:4B78][2021-09-24T15:42:31]i352: Removing cached bundle: {0a3a1bf0-324b-4267-b9ed-80f9649f569e}, from path: C:\ProgramData\Package Cache\{0a3a1bf0-324b-4267-b9ed-80f9649f569e}\

[3B9C:4B78][2021-09-24T15:42:31]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0a3a1bf0-324b-4267-b9ed-80f9649f569e}, resume: None, restart initiated: No, disable resume: No

[2D04:46A0][2021-09-24T15:42:32]i399: Apply complete, result: 0x800f081e, restart: None, ba requested restart:  No