SU 2014 toolbar catastrophe.
-
What on earth is happening? every-time I open SU 2014 I get a toolbar mess, even after I fix it and save the scene it opens up with the same mess. How can I fix this once and for all?
-
It should work if you only have one SU window open, position everything, then simply close it. Open again and it should be right.
If not there is a problem somewhere with your plugin folder. -
Are you using 'Reset All' in Toolbars ?
Then redo the toolbars you really want...
After you do that close SketchUp.
When it reopens the last setup should be used...
If not your Registry is buggered !? -
@tig said:
Are you using 'Reset All' in Toolbars ?
Then redo the toolbars you really want...
After you do that close SketchUp.
When it reopens the last setup should be used...
If not your Registry is buggered !?Reset all did not work, still happens.
I do get this in ruby console on restart:
Error; #<LoadError; cannot load such file -- C;/Program Files/e-on software/LumenRT 4 Studio/LumenRT/Export/Skp/Ruby/extend_string> C;/Program Files (x86)/SketchUp/SketchUp 2014/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb;45;in `require' C;/Program Files (x86)/SketchUp/SketchUp 2014/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb;45;in `require' c;/users/pete/appdata/roaming/sketchup/sketchup 2014/sketchup/plugins/lumenrt 4 studio.rbs;270;in `lumenRT_setGlobalPaths' c;/users/pete/appdata/roaming/sketchup/sketchup 2014/sketchup/plugins/lumenrt 4 studio.rbs;343;in `<module;LumenRT4Studio>' c;/users/pete/appdata/roaming/sketchup/sketchup 2014/sketchup/plugins/lumenrt 4 studio.rbs;11;in `<main>' -e;1;in `eval'
So how do I fix registry?
-
What's probably causing it is this:
C:/Program Files/e-on software/LumenRT 4 Studio/LumenRT/Export/Skp/Ruby/extend_string
[The string might be curtailed by the error-report ? it probably ends with .rb or .rbs ??]
Which is probably failing to load in a 'require'...Does it exist ?
Is that path in the$:
?
What plugin is trying to load it ?
Do you have a 'LumenRT' plugin/extension loading from one of your Plugins folders ? - if so try Disabling it in the SketchUcation Manager and restart SketchUp...
The Extensions Manager has a combined list of all Extensions, irrespective of their loading RB's location.
If you have multiple Plugins folders setup remember to use the dropdown list in the Plugins Manager, as these are listed separately 'by-folder'...Can you type
$:
in the Ruby Console to see the array of available folders, from which other Ruby's can 'required'...
If theC:/Program Files/e-on software/LumenRT 4 Studio/LumenRT/Export/Skp/Ruby
folder is NOT there it cannot require/load a file like 'extend_string.rb
'Have you recently messed about with the LumenRT installation ?
Advertisement