Load Errors on Startup

Suddenly we are getting the following errors on starting up.

Using Windows 10 SketchUp 64bit

Error Loading File fix_group_names.rb
Error: #<LoadError: cannot load such file – progressbar.rb>
C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require’
C:/Users/username/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/fix_group_names.rb:40:in `<top (required)>’

Thank you for your assistance.

ACVMF

Please edit your post and wrap the error in triple back-ticks because the forum dos not display Ruby errors correctly. Like this:

```
Paste error here
```

That error tells you what’s wrong…

...C:/Users/username/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/fix_group_names.rb:40...

The script fix_group_names.rb goes wrong in line 40, unfortunately you cropped off the rest of the error message, so we have to guess the nature of the error…

Where is the script from ?
Can you contact the author direct etc…
If it’s your own read the error and edit the file, find the problem line[s] etc…
To see the full error message in the Ruby Console try:
load 'fix_group_names.rb'
which ought to report the full error for you…

Ok here ya go thank you!

Error Loading File fix_group_names.rb
Error: #<LoadError: cannot load such file -- progressbar.rb>
C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in `require'
C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in `require'
C:/Users/username/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/fix_group_names.rb:40:in `<top (required)>'

Did you instrall progressbar.rb?

Fixed, Thanks–

Your error indicates progressbar.rb is missing. It’s a SU plugin. You also could remove the plugin fix_group_names.rb too as it is not working without progressbar.rb.