Skip to content

Instantly share code, notes, and snippets.

@alang-1
Created July 24, 2020 05:22
Show Gist options
  • Save alang-1/a263d2a72499dfd40f311600b06190a0 to your computer and use it in GitHub Desktop.
Save alang-1/a263d2a72499dfd40f311600b06190a0 to your computer and use it in GitHub Desktop.
your old Ruby path is ["C:/openstudioapplication-1.0.0/Ruby", "C:/openstudioapplication-1.0.0/Ruby", "C:/openstudioapplication-1.0.0/Ruby", "C:/Program Files/SketchUp/SketchUp 2020/Tools/RubyStdLib", "C:/Program Files/SketchUp/SketchUp 2020/Tools/RubyStdLib/platform_specific", "C:/Program Files/SketchUp/SketchUp 2020/Tools", "C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins"]
your new Ruby path is ["C:/openstudioapplication-1.0.0/Ruby", "C:/openstudioapplication-1.0.0/Ruby", "C:/openstudioapplication-1.0.0/Ruby", "C:/Program Files/SketchUp/SketchUp 2020/Tools/RubyStdLib", "C:/Program Files/SketchUp/SketchUp 2020/Tools/RubyStdLib/platform_specific", "C:/Program Files/SketchUp/SketchUp 2020/Tools", "C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins", "C:\\Users\\alang\\Downloads\\openstudio-sketchup-plugin-master\\openstudio-sketchup-plugin-master\\plugin"]
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:89: warning: already initialized constant OpenStudio::Platform_Unknown
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:89: warning: previous definition of Platform_Unknown was here
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:90: warning: already initialized constant OpenStudio::Platform_Windows
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:90: warning: previous definition of Platform_Windows was here
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:91: warning: already initialized constant OpenStudio::Platform_Mac
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:91: warning: previous definition of Platform_Mac was here
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:539: warning: already initialized constant OpenStudio::SketchUpWidget
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:539: warning: previous definition of SketchUpWidget was here
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:543: warning: already initialized constant OpenStudio::Plugin
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:543: warning: previous definition of Plugin was here
Model at 'C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/../resources/templates/MinimalTemplate.osm' updated from 2.7.0 to 3.0.0.
Error: #<NoMethodError: undefined method `inspector_dialog' for nil:NilClass>
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/interfaces/RenderingColor.rb:197:in `update_entity'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/interfaces/DrawingInterface.rb:173:in `draw_entity'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/interfaces/ModelInterface.rb:944:in `block in attach_openstudio_model'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/interfaces/ModelInterface.rb:942:in `each'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/interfaces/ModelInterface.rb:942:in `each_with_index'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/interfaces/ModelInterface.rb:942:in `attach_openstudio_model'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/ModelManager.rb:227:in `attach_openstudio_model'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/ModelManager.rb:177:in `open_openstudio'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/ModelManager.rb:142:in `new_from_path'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/ModelManager.rb:117:in `new_from_skp_model'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:165:in `start'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:544:in `<module:OpenStudio>'
C:/Users/alang/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/openstudio/lib/PluginManager.rb:87:in `<top (required)>'
<main>:in `load'
<main>:in `<main>'
SketchUp:1:in `eval'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment