pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.3k stars 332 forks source link

Revit stops working with pyRevit addin #134

Closed blackkoffie closed 7 years ago

blackkoffie commented 7 years ago

Starting Revit after installing pyRevit,,hangs Revit and quits the application? Some times it works, but most of the time not. Can I bypass the updates on startup and perform them manually?

It happens on 2015, 2016 and 2017. This are the Revit versions I'm using;

2015 - 20160512_1515(x64) Update Release 14 2016 - 16.0.1185.0 20161004_0715(x64) Update7 for R2 2017 - 17.0.1081.0 20161006_0315(x64) 2017.1

I'm using Windows10

2016-10-31 09_59_38-settings

gtalarico commented 7 years ago

same issue as: https://github.com/eirannejad/pyRevit/issues/127

eirannejad commented 7 years ago

@rbaggen I apologize for the trouble. We've had this issue for a while and I'm in the process of rewriting the loader module that fixes this. It'll be out in a couple of weeks. For now, please go to %appdata%\pyRevit and open the usersettings.ini file and set the verbose value to True...You'll see a lot more output at the startup but at least it won't crash.

blackkoffie commented 7 years ago

Thanks for your e-mail.

No worries, this way it will work and I can use the tools. I'm used to test Revit addins, most of the time there is a workaround and the fix will come later ;-)

I'm looking forward to the next version of pyRevit

With regards,

Rolph Baggen

On 31 Oct, 2016, at 04:37 PM, Ehsan Iran-Nejad notifications@github.com wrote:

@rbaggen I apologize for the trouble. We've had this issue for a while and I'm in the process of rewriting the loader module that fixes this. It'll be out in a couple of weeks. For now, please go to %appdata%\pyRevit and open the usersettings.ini file and set the verbose value to True...You'll see a lot more output at the startup but at least it won't crash. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

thazell commented 7 years ago

I know you are working on this, so here are some more comments if this is helpful for the new loader. Just upgraded my Revit 2016 to Update7 R2 (13.0.1185.0 20161004_0715(x64)) and additional issues were experienced (Revit wouldn't open even with the long loader). My last build was 2016 (16.0.428.0 20150220_1215(x64)).

eirannejad commented 7 years ago

Resolved in new version

thazell commented 7 years ago

Thanks! Can't wait to try the new loader :)

eirannejad commented 7 years ago

Thanks. You can download the new installer from github now. This new loader has its own tricks so let me know if you see any errors. It still needs some tweaking but I promise this one will be way better.