Dynamo icon indicating copy to clipboard operation
Dynamo copied to clipboard

Crash report from Dynamo 2.12.0.5650

Open ssoe-2wsd21 opened this issue 7 months ago • 7 comments

Issue Description

Please fill in the following information to help us reproduce the issue:

Dynamo version

Dynamo: 2.12.0.5650

Operating system

OS: Microsoft Windows NT 10.0.26100.0

What did you do?

(I tried to extract a pressure network objects data to excel)

What did you expect to see?

(an excel file contains pressure network objects with data)

What did you see instead?

(only one type presssure network object - Appurtenance in the excel file)

What packages or external references (if any) were used?

Civil 3D

Export_PS_2WSD21-TO047 (expected).xlsx

Export-PS-2WSD21_TO110.xlsx

Image

Stack Trace

Array dimensions exceeded supported range.

   at System.Collections.Generic.HashSet`1.SetCapacity(Int32 newSize, Boolean forceNewHashCodes)
   at System.Collections.Generic.HashSet`1.AddIfNotPresent(T value)
   at System.Collections.Generic.HashSet`1.UnionWith(IEnumerable`1 other)
   at System.Collections.Generic.HashSet`1..ctor(IEnumerable`1 collection, IEqualityComparer`1 comparer)
   at ProtoCore.DSASM.Heap.StartCollection()
   at ProtoCore.DSASM.Heap.SetRoots(IEnumerable`1 gcroots, Executive exe)
   at ProtoCore.DSASM.Executive.Exec(Instruction instruction)
   at ProtoCore.DSASM.Executive.Execute(Int32 exeblock, Int32 entry, Language language)
   at ProtoCore.DSASM.Executive.Execute(Int32 exeblock, Int32 entry, List`1 breakpoints, Language language)
   at ProtoCore.DSASM.Executive.BounceUsingExecutive(Executive executive, Int32 exeblock, Int32 entry, StackFrame stackFrame, Int32 locals, Boolean fepRun, Executive exec, List`1 breakpoints)
   at ProtoScript.Runners.ProtoScriptRunner.ExecuteLive(Core core, RuntimeCore runtimeCore)
   at ProtoScript.Runners.LiveRunner.Execute(Boolean isCodeCompiled)
   at ProtoScript.Runners.LiveRunner.CompileAndExecute(List`1 astList)
   at ProtoScript.Runners.LiveRunner.CompileAndExecuteForDeltaExecution(List`1 astList)
   at ProtoScript.Runners.LiveRunner.SynchronizeInternal(GraphSyncData syncData)
   at ProtoScript.Runners.LiveRunner.UpdateGraph(GraphSyncData syncData)
   at Dynamo.Scheduler.UpdateGraphAsyncTask.HandleTaskExecutionCore()
   at Dynamo.Scheduler.AsyncTask.Execute()

CLR: 4.0.30319.42000

ssoe-2wsd21 avatar Apr 21 '25 07:04 ssoe-2wsd21