Hey all, I am having this problem again on a different colleague. So his sketchup was fine couple of days ago and then idk what the IT people did to his desktop because he needed to connect to another server. Now he has these reports anyone could help me with this?
Extension Errors Report
SketchUp: 24.0.594
OS: Windows 11
Ruby: 3.2.2
Extension: [unknown]
Error: Failed to load file (Failed to read RBE/RBS file.)
C:/Users/Herald/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/habitat_site_context.rb:6:in <module:HabitatSiteContext>' C:/Users/Herald/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/habitat_site_context.rb:4:in <top (required)>’
Btw, I have already tried to uninstall, restart and remove any sketchup from his %appdata% then reinstalling the sketchup and there is still this problem.
To me it seems that whatever has been done to his computer, some Ruby extensions included in the basic SketchUp install have disappeared. I would try repairing the install: Right-click on the installer, select “Run as administrator”, enter admin password if needed, and select Repair when the dialog appears.
Although it should never hurt to run a repair with the installer …
This error message …
Error: Failed to load file (Failed to read RBE/RBS file.)
… does not signal that the file is missing. Instead, this is a read error message. It could be due to Unicode problems or file corruption. Also, the C runtime not being installed correctly might cause nutty errors like this.
When a file is missing we see this message:
#<LoadError: cannot load such file -- non-existant.rb>