DynamoDS / Dynamo

Open Source Graphical Programming for Design
https://dynamobim.org
Other
1.72k stars 632 forks source link

Fail to start #102

Closed DanielHurtubise closed 11 years ago

DanielHurtubise commented 11 years ago

Install the 0.3.0 today on Revit 2013 but it won't start. The AddIn is loaded properly but clicking the Dynamo button doesnt do anything.

I also have 2014 installed if it's a concern.

Thanks for the help

kronz commented 11 years ago

Do you have Revit Python Shell installed? We are looking at a conflict between these 2 applications. To run Dynamo, you need to either uninstall RPS, or you can temporarily disable it by changing the name of the .addin file found here: C:\Users\AppData\Roaming\Autodesk\Revit\Addins\2013\RevitPythonShell2013.addin C:\Users\AppData\Roaming\Autodesk\Vasari\Addins\2013\RevitPythonShell2013.addin

I just change mine to RevitPythonShell2013.addinX and take off the X if I need to run it.

DanielHurtubise commented 11 years ago

Hey guys, no i dont, thats a fresh new Windows install. All i have in that folder is the Dynamo.addin

I got it installed on the test machine running Windows 8 and its running fine.

I also have VS Express for Desktop installed.

Zach Kron notifications@github.com 4/30/2013 15:01 >>>

Do you have Revit Python Shell installed? We are looking at a conflict between these 2 applications. To run Dynamo, you need to either uninstall RPS, or you can temporarily disable it by changing the name of the .addin file found here: C:\Users\AppData\Roaming\Autodesk\Revit\Addins\2013\RevitPythonShell2013.addin C:\Users\AppData\Roaming\Autodesk\Vasari\Addins\2013\RevitPythonShell2013.addin I just change mine to RevitPythonShell2013.addinX and take off the X if I need to run it. — Reply to this email directly or view it on GitHub ( https://github.com/ikeough/Dynamo/issues/102#issuecomment-17225497) .

DanielHurtubise commented 11 years ago

Quick notes :) I moved the installation file from C:\Autodesk to C:\ProgramData\Autodesk\Revit\Addins\2013\DynamoWIP

The C:\Autodesk folder being the unpack folder when installing an app it usually gets deleted :)

Loads fine but still wont start.

Interestingly it works under Vasari

Zach Kron notifications@github.com 4/30/2013 15:01 >>>

Do you have Revit Python Shell installed? We are looking at a conflict between these 2 applications. To run Dynamo, you need to either uninstall RPS, or you can temporarily disable it by changing the name of the .addin file found here: C:\Users\AppData\Roaming\Autodesk\Revit\Addins\2013\RevitPythonShell2013.addin C:\Users\AppData\Roaming\Autodesk\Vasari\Addins\2013\RevitPythonShell2013.addin I just change mine to RevitPythonShell2013.addinX and take off the X if I need to run it. — Reply to this email directly or view it on GitHub ( https://github.com/ikeough/Dynamo/issues/102#issuecomment-17225497) .

DanielHurtubise commented 11 years ago

Here's the last lines of the journal files:

Jrn.RibbonEvent "Execute external command:CustomCtrl%CustomCtrl%Add-Ins%Visual Programming%Dynamo:Dynamo.Applications.DynamoRevit" 'H 15-May-2013 17:55:16.897; 0:< Jrn.Data "APIStringStringMapJournalData" _ , 0 ' 1:< System.NotSupportedException exception(The invoked member is not supported in a dynamic assembly.) was thrown from a handler of Idling event. The API event handler was registered by application Dynamo For Revit (188b9080-eebe-40c3-865a-8fc31deec12f). Changes made by this handler are going to be discarded.

jumes5280 commented 11 years ago

I can't get it to start as well. Error message says 'Revit could not complete the external command. Contract the provider for assistance. Information they provided to Revit about their identity. Autodesk, github.com/ikeough/Dynamo

kronz commented 11 years ago

What other addins do you all have installed?

DanielHurtubise commented 11 years ago

Good idea Zach. I removed everything but Dynamo and it runs. Now... since i have plenty of them, any idea how to go about it besides doing it 1 by 1 :)

jumes5280 commented 11 years ago

To Kronz: None at the moment.

kronz commented 11 years ago

Hi Daniel. You can add half of them back in and see if it runs, If yes, then add half of the remaining half, etc. Should just take a couple rounds to narrow it down. . Jumes, are you using Vasari or Revit 2013? take a look in either of these 2 folders to confirm that they are empty (no .addin files except for dynamo) C:\Users\AppData\Roaming\Autodesk\Vasari\Addins\2013 C:\Users\AppData\Roaming\Autodesk\Revit\Addins\2013

DanielHurtubise commented 11 years ago

Using both. I found 3 different AddIns that would prevent Dynamo to start. So if i put one back in there, here's what i get:

Jrn.RibbonEvent "Execute external command:CustomCtrl%CustomCtrl%Add-Ins%Visual Programming%Dynamo:Dynamo.Applications.DynamoRevit" 'H 15-May-2013 21:35:47.387; 0:< Jrn.Data "APIStringStringMapJournalData" _ , 0 ' 1:< System.NotSupportedException exception(The invoked member is not supported in a dynamic assembly.) was thrown from a handler of Idling event. The API event handler was registered by application Dynamo For Revit (188b9080-eebe-40c3-865a-8fc31deec12f). Changes made by this handler are going to be discarded.

kronz commented 11 years ago

Cool. Don't leave me in suspense here . . . which addins conflict?

DanielHurtubise commented 11 years ago

ahahahah PXBIMWLayout BIMMToolBox ( working with them to resolve that) Autodesk.ModelReview ;)

kronz commented 11 years ago

Ok, looks like this is all cleaned up in the Development builds.