DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
328 stars 184 forks source link

Crash report from Dynamo 2.10.1.3976 #3000

Open richardluisthurman opened 8 months ago

richardluisthurman commented 8 months ago

Issue Description

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

What did you do?

Try to open the Dynamo plugin in Revit

What did you expect to see?

Dynamo interface

What did you see instead?

Dynamo crash window

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

Not sure

Stack Trace

Access to the path 'C:\Users\imstudios09\AppData\Roaming\Analytics\CSharpAnalytics-MeasurementSession' is denied.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
   at CSharpAnalytics.Serializers.AppDataContractSerializer.<Save>d__7`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CSharpAnalytics.WinFormAutoMeasurement.<Save>d__3`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Analytics.NET.Google.WinNativeAutoMeasurement.<Save>d__11`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at CSharpAnalytics.BaseAutoMeasurement.<Start>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   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.22621.0 CLR: 4.0.30319.42000 Dynamo: 2.10.1.3976

github-actions[bot] commented 8 months ago

Hello richardluisthurman, 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:

Additional information:

richardluisthurman commented 8 months ago

OS: Microsoft Windows NT 10.0.22621.0 CLR: 4.0.30319.42000 Dynamo: 2.10.1.3976

richardluisthurman commented 8 months ago

image

richardluisthurman commented 8 months ago

image

QilongTang commented 8 months ago

@richardluisthurman Hi it seems Dynamo is running into a file locking problem on your computer. Would you try removing C:\Users\imstudios09\AppData\Roaming\Analytics\CSharpAnalytics-MeasurementSession manually and restart Dynamo?

richardluisthurman commented 8 months ago

Got it. Well done! Thank you.