[Question] Dynamo can’t be opened using Crossover.
I’m testing to open Dynamo using Crossover. After installing .NET and WebView2, I get a blank screen when I open Dynamo.
Does anyone have any ideas on this?
Feel free to close this issue :D
Is there any log files available under %AppData%\Dynamo\Dynamo Core\xx.xx\Logs ?
Did you install all other requirements lister here? https://github.com/DynamoDS/Dynamo/wiki/How-to-Utilize-Dynamo-Builds
~I encountered this error while trying to install WebView2, were you able to install it?~ I faced the same issue with bottles with Linux as well.
Update: I was able to install it from the available apps in crossover
I was able to get past the splash screen by pressing <Enter> as Launch Dynamo is the default option. Windows screenshot for reference
Workaround for this would be setting EnableStaticSplashScreen to false in %AppData%\Dynamo\Dynamo Core\xx.xx\DynamoSettings.xml
<EnableStaticSplashScreen>false</EnableStaticSplashScreen>
I am still missing few requirements
Is there any log files available under
%AppData%\Dynamo\Dynamo Core\xx.xx\Logs? Did you install all other requirements lister here? https://github.com/DynamoDS/Dynamo/wiki/How-to-Utilize-Dynamo-Builds
Thank you! Yeah I installed DirectX and VC++2019. And theres a log file like this:
Dynamo log started 2025-02-01 17:06:37Z
2025-02-01 17:06:37Z : Could not add path C:\ProgramData\Autodesk to TrustedLocations due to the following error The input path: C:\ProgramData\Autodesk does not exist or is not a folder
2025-02-01 17:06:37Z : Could not add path C:\Program Files\Autodesk to TrustedLocations due to the following error The input path: C:\Program Files\Autodesk does not exist or is not a folder
2025-02-01 17:06:37Z : Python template set to default.
2025-02-01 17:06:39Z : Dynamo -- Build 3.4.1.7055
2025-02-01 17:06:39Z : System.InvalidOperationException:
2025-02-01 17:06:39Z : There already exists an AlsoKnownAs mapping for DSCoreNodesUI.Logic.If.
2025-02-01 17:06:39Z :
2025-02-01 17:06:39Z : System.InvalidOperationException:
2025-02-01 17:06:39Z : There already exists an AlsoKnownAs mapping for If.
2025-02-01 17:06:39Z :
2025-02-01 17:06:39Z : Duplicate migration type registered for SunPathDirection
2025-02-01 17:06:39Z : Launch Darkly initalized
2025-02-01 17:06:39Z : Launch Darkly startup time: 1142 ms
2025-02-01 17:06:39Z : feature flag exe starting
2025-02-01 17:06:39Z : <<<<<Sod>>>>>
2025-02-01 17:06:39Z : {"IsNewAppHomeEnabled":false,"IsMLDataIngestionPipelineinBeta":false,"IsolatePackages":"","EasterEggMessage1":"NA","IsDNADataIngestionPipelineinBeta":false,"graphics-primitive-instancing":false,"IsNewPMWebsiteEnabled":false,"IsDNAClusterPlacementEnabled":false,"IsTSplineNodesExperimentToggleVisible":false,"CER_v2":true,"searchbar_debounce":false,"EasterEggIcon1":false,"zoom_opacity_animation_nodenum_threshold":0,"IsDynamoAppHomeEnabled":true,"CER":false,"NodeAutocompleteMachineLearningIsBeta":true,"experimentalGlyphIsVisible":false}
2025-02-01 17:06:39Z : <<<<<Eod>>>>>
2025-02-01 17:06:40Z :
Loading Dynamo extensions:
2025-02-01 17:06:40Z : DynamoMLDataPipelineExtension (id: FCABC211-D56B-4109-AF18-F434DFE48138) extension is added
2025-02-01 17:06:40Z : Dynamo will use the package manager server at : https://www.dynamopackages.com
2025-02-01 17:06:42Z : attempting to load TuneUp 2.0.0 from C:\DynamoCoreRuntime_3.4.1.7055\Built-In Packages\Packages\TuneUp
2025-02-01 17:06:42Z : Loaded Package TuneUp 2.0.0 from C:\DynamoCoreRuntime_3.4.1.7055\Built-In Packages\Packages\TuneUp
2025-02-01 17:06:42Z : DynamoPackageManager (id: FCABC211-D56B-4109-AF18-F434DFE48139) extension is added
2025-02-01 17:06:42Z : Backup files timer is started with an interval of 60000 milliseconds
2025-02-01 17:06:42Z : RENDER : Rendering Tier: 0
2025-02-01 17:06:42Z : RENDER : Pixel Shader 3 Supported: True
2025-02-01 17:06:42Z : RENDER : Pixel Shader 4 Supported: False
2025-02-01 17:06:42Z : RENDER : Software Effect Rendering Supported: True
2025-02-01 17:06:42Z : RENDER : Maximum hardware texture size: 16384,16384
2025-02-01 17:06:42Z : RENDER : ProcessRenderMode: Hardware (with Software fallback)
and, it seems add a DynamoSetting.xml not works on my Mac, anyway I'll use a PC to continue my work :D