Dynamo icon indicating copy to clipboard operation
Dynamo copied to clipboard

Crash report from Dynamo 2.3.2.15696

Open ART-Raina opened this issue 2 years ago • 1 comments

Issue Description

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

What did you do?

Replaced nodes in a graph with newer versions

What did you expect to see?

Nothing - hadn't run the graph or anything. Purely replacing nodes, preparing to run.

What did you see instead?

Dynamo crash popup

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

Crumple, Data-Shapes, Bumble Bee, bimorphNodes

Stack Trace

The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

   at System.IO.PathHelper.GetFullPathName()
   at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
   at System.IO.Path.GetFullPathInternal(String path)
   at System.IO.Path.GetFullPath(String path)
   at System.Windows.Forms.IntSecurity.UnsafeGetFullPath(String fileName)
   at System.Windows.Forms.IntSecurity.DemandFileIO(FileIOPermissionAccess access, String fileName)
   at System.Windows.Forms.FileDialog.get_FileName()
   at Dynamo.ViewModels.DynamoViewModel.ShowSaveDialogAndSaveResult(Object parameter)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

OS: Microsoft Windows NT 10.0.19044.0 CLR: 4.0.30319.42000 Dynamo: 2.3.2.15696

ART-Raina avatar Aug 11 '22 11:08 ART-Raina

Hello ART-Raina, thank you for submitting this issue! We are super excited that you want to help us make Dynamo all that it can be. However, we need some more information in order for the Dynamo team to investigate any further.

Can you please fill in the following to the best of your ability:

  • Dynamo version
  • Operating system.

Additional information:

  • Filling in of the provided Template (What did you do, What did you expect to see, What did you see instead, What packages or external references (if any) were used)
  • Attaching the Stack Trace (Error message that shows up when Dynamo crashes - You can copy and paste this into the Github Issue)
  • Upload a .DYN file that showcases the issue in action and any additional needed files, such as Revit (Note: If you cannot share a project, you can recreate this in a quick mock-up file)
  • Upload a Screenshot of the error messages you see (Hover over the offending node and showcase said errors message in the screenshot)
  • Reproducible steps on how to create the error in question.

github-actions[bot] avatar Aug 11 '22 11:08 github-actions[bot]

Given that there has been no additional information added, this issue will be closed for now. Please reopen and provide additional information if you wish the Dynamo team to investigate further.

github-actions[bot] avatar Sep 11 '22 00:09 github-actions[bot]

as indicated by the error The fully qualified file name must be less than 260 characters, the path you are using seems too long

QilongTang avatar Sep 11 '22 03:09 QilongTang