Hi!
We’ve been experiencing persistent crashes in Dynamo 3.6 when running inside Revit 2026.4, and after extensive troubleshooting I believe I’ve identified the root cause — though I’m not entirely sure and haven’t found a solution yet ![]()
Those crashes occur randomly during basic canvas operations like panning, zooming, placing new nodes, or deleting existing ones. More importantly, they seem to have nothing to do with script execution — Dynamo freezes and crashes even when I’m just navigating around a graph or making simple edits. When that happens, Dynamo freezes first, then both Dynamo and Revit close without showing any error dialog.
This has been happening for a while now across multiple machines at our office, and I’ve just set up a brand new high-end workstation (Intel i9-14900KF, 128GB RAM, NVIDIA RTX 4070 Ti where the same issue persists. So this shouldn’t be a hardware limitation problem.
After digging through the Dynamo logs, I noticed something that appears in every single session:
WPF Render Mode: SoftwareOnly
This means Dynamo is rendering its UI using the CPU instead of the GPU, despite hardware acceleration being fully enabled in Revit’s graphics settings. Software rendering is much slower and appears to be causing instability during canvas operations — which explains why simple actions like panning and zooming trigger crashes.
The logs don’t capture any actual error when the crash happens. The log file just stops abruptly after normal operations like saving the file, with no exception or error message recorded.
I spent a considerable amount of time trying to isolate the cause by systematically disabling add-ins and packages.
First, I disabled Xrev Transmit, thinking its ASP.NET Core dependencies might be causing a conflict since the log showed a warning about System.Configuration.ConfigurationManager version mismatches. The crashes continued.
Next, I disabled pyRevit since it loads many assemblies at startup. Same result — still crashing, still showing SoftwareOnly rendering.
I then removed our internal DynaBIMToolbox package entirely, since it was mentioned in the dependency conflict warning. The warning disappeared, but the crashes continued and WPF was still stuck in SoftwareOnly mode.
In the meantime I tried disabling some of our in house plugins, trying to figure out if there was a conflict, caused by any of them, but still with no result.
Throughout all of this, I verified that hardware acceleration is enabled in Revit’s Options under Graphics, and checked that my GPU drivers are current (NVIDIA driver version 32.0.15.9144 from December 2025). Nothing made any difference.
I have a typical set of community packages installed including archi-lab.net, bimorphNodes, Clockwork, Data-Shapes, spring nodes, and others. Some of these show warnings about being built for older Dynamo versions, but they load and function correctly — the crashes happen even during sessions where I’m not using any nodes from these packages.
I’m trying to figure out why Dynamo is forcing WPF into SoftwareOnly rendering mode when all the hardware acceleration settings are correctly enabled.
If anyone else is experiencing similar crashes during basic UI operations in Revit 2026, I’d love to hear about it. And if the Dynamo development team has any insight into what might cause WPF to fall back to software rendering in this environment, that would be incredibly helpful.
I’ve attached numerous log files from the past few days’ sessions that demonstrate the issue: SwissTransfer - Send large files securely and free of charge
You can see the SoftwareOnly render mode appearing consistently, followed by normal operations, and then the log simply ending when the crash occurs.
Thanks in advance for any guidance.
