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

Toggle Revu Filename error (Originally .smartbutton error at startup) #174

Closed thazell closed 7 years ago

thazell commented 7 years ago

image

eirannejad commented 7 years ago

@thazell Are you guys using an active directory environment and installed pyRevit in your %appdata% folder? Sometime the active directory server does not sync the %appdata% properly and syncs back a messed-up version of the pyRevit repo.

The tool had been correctly added to the pyRevit and works perfectly fine in my tests.

eirannejad commented 7 years ago

Removed the tool and added back to repo. Will check for fresh install errors tomorrow.

eirannejad commented 7 years ago

Fixed. Sometime I'm the most unsmart person in the world. The tool was assuming that the registry key associated with Bluebeam Revu is available on any machine. Duh!!! Sometimes it is not! 👎

thazell commented 7 years ago

That's interesting because all of our computers actually do have bluebeam revu installed on them. image

eirannejad commented 7 years ago

Oh yeah. Seems like the printer driver also has versions. Could you check to see if you have this key? HKCU\Software\Bluebeam Software\Brewery\V45\Printer Driver V45 might be different on yours.

thazell commented 7 years ago

Yes, however it's in a different location:

HKCU\Software\Bluebeam Software\2016\Brewery\V45\Printer Driver

eirannejad commented 7 years ago

Yeap. I thought so. With previous Revu versions the key wasn't under the 2016 folder and that's why mine is still working. Okay. This should be a quick fix.

eirannejad commented 7 years ago

Okay. Resolved. Test please and let me know. I'll keep the issue open

thazell commented 7 years ago

Seems to be working!

pabloderen commented 7 years ago

Still having the same problem, and also detected an unknown issue during instalation (posted as a different issue).

INFO: [pyrevit.loader.sessionmgr] pyRevit version: 4.2:2fda67e - with in Portland, OR INFO: [pyrevit.loader.sessionmgr] Host is Autodesk Revit 2017 (build: 20170118_1100(x64) id: 3620) INFO: [pyrevit.loader.sessionmgr] Running on: 2.7.6 (IronPython 2.7.6.3 (2.7.6.3) on .NET 4.0.30319.42000 (64-bit))

image

Should I compile the addin in order to fix this? Im using the installer.

eirannejad commented 7 years ago

@pabloderen Got it. Resolved the issue and committed the changes. I closed the issue as well. Update and it should be good to go.