DynamoDS / DynamoRevit

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

Can't run Dynamo without it crashing #1868

Open bnovotny03 opened 6 years ago

bnovotny03 commented 6 years ago

If this issue is not a bug report or improvement request, please check the Dynamo forum, and start a thread there to discuss your issue.

Dynamo version

The latest

Revit version

2017

Operating system

Windows 10

What did you do?

Every time I add a node, it crashes

What did you expect to see?

Adding a node

What did you see instead?

Crash submission from

jnealb commented 6 years ago

@bnovotny03 Can you give us some more detail: which version of Dynamo are you using?

bnovotny03 commented 6 years ago

Dynamo Revit/Core 1.3.2.2480 Crash seems to happen when entering data in a Code Block

bnovotny03 commented 6 years ago

image

bnovotny03 commented 6 years ago

Hi Neal! Thanks for getting back so quickly, I updated the thread for you including a pic of the error. This happens when adding a code block. Best Regards, Bryan

On Tue, Nov 21, 2017 at 7:40 AM, Neal Burnham notifications@github.com wrote:

@bnovotny03 https://github.com/bnovotny03 Can you give us some more detail: which version of Dynamo are you using?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DynamoDS/DynamoRevit/issues/1868#issuecomment-346065754, or mute the thread https://github.com/notifications/unsubscribe-auth/AYXy48hK4wOlLPJ8xPlBl15DODg7PRsbks5s4u7WgaJpZM4QmB-P .

jnealb commented 6 years ago

@bnovotny03 This is a known issue: we do need to know the version of Dynamo that you are running. Thank you.

bnovotny03 commented 6 years ago

Dynamo Revit/Core 1.3.2.2480

jnealb commented 6 years ago

@bnovotny03 Can you please try renaming the C:\Program Files\Dynamo\Dynamo Core\1.3\ICSharpCode.AvalonEdit.dll file so that it is not recognized by Dynamo as a library to load? Dynamo will then use the version provided with Revit.

bnovotny03 commented 6 years ago

Renamed the file to (below) and got the same crash as shown in pic above image

jnealb commented 6 years ago

Can you restore it and find the Revit installed one and rename it?

bnovotny03 commented 6 years ago

Removed the xx from the name. Went to Program Files/Autodesk/Revit 2017 this is the only file I found that resembles the code found in Dynamo. Should I be looking elsewhere? image

jnealb commented 6 years ago

Typically it is found here: C:\Program Files\Autodesk\Revit 2017\SDA\bin

bnovotny03 commented 6 years ago

Same error after renaming the .dll image

mjkkirschner commented 6 years ago

please look for other revit addins or dynamo packages that include this same dll - something on your system also has a dependency on this dll, for help trying to find it look at the green notifications menu item in dynamo when you start up.

bnovotny03 commented 6 years ago

I've added no new Add-Ins. I did work on a few nodes from an Autodesk University training class last week, but did not encounter any issues then either.

jnealb commented 6 years ago

But what does the green notification menu item in Dynamo report?

bnovotny03 commented 6 years ago

Ever since I installed the Archi-lab Grimshaw package Dynamo has always started with 7 "System.IO.FileLoadException" warnings, but this hasn't effected anything so far.... image

mjkkirschner commented 6 years ago

can you try updating to a version of archilab not built against dynamo 2.0

bnovotny03 commented 6 years ago

Updated all, still crashed, removed all my packages....still crashing on Code Block (There are now zero green warnings on opening) image

jnealb commented 6 years ago

Fascinating! Can you now please uninstall all Dynamo (from the Control Panel) and then reinstall 1.3 and try again? @mjkkirschner Any thoughts?

bnovotny03 commented 6 years ago

Uninstalled, reinstalled. Entered Code block, clicked out of it, crash. image

bnovotny03 commented 6 years ago

I can place other nodes, it's singled out to Code Block only.

jnealb commented 6 years ago

Is it possible for us to remote into your workstation?

bnovotny03 commented 6 years ago

Absolutely! Please contact me at bnovotny@cuningham.com Thank you!

samykbs commented 6 years ago

Hi everyone

Did you fine a solution for this problem, I believe I have the same issue.

Thanks