Fredo6 extensions (none of them) not loading SU 2024
-
Hello,
I think I have already encountered this problem, when you have plugins in ProgramData in the plugin Sketucation presents a repository destination list for the plugin installation and I mistakenly messed it up in ProgramData, but by default it is has no write rights in, which causes an error loading the plugin which wants to write in its directory, I uninstalled the plugin which was causing the problem and reinstalled the plugin in the repository which is in directory roaming and the plugin worked correctly.
For the one with the name 3Dx.SketchUp, I think it's for 3d space mice, it doesn't seem like an error to me that it's there, since it's more linked to system (Machine) than user
-
I think Gábor and I have devised a 'trap' to avoid this happening again.
The potential paths are already 'culled' to just a few possibilities.
Things like Tools and Gems etc are omitted Ruby side.
Your ../gems/.../lib one slipped through, as it didn't end in ../gemsWe are also forcing the default path more robustly, as yours sneaked into the top of the list.
When Gábor has tweaked the js side listing we'll report back...I still don't know where your ../gems/.../lib folder came to be in your $LOAD_PATH in the first place...
Is it added by some other extension ? -
We have implemented the changes TIG described in his previous post.
I'd like to ask those who had problems with their plugins being installed to the wrong folders to restart their SketchUcation Tools Extension Store and check the Settings / Path tab to see if the faulty folders are now excluded from the list of possible install folders.
The Extension store on restart might throw an error about the default installation folder not existing. After the error message please go to the Settings / Path tab and make sure the correct installation folder is selected there.
-
@Gábor
Thank you
Advertisement