Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

It sounds like this is a bug affecting all Mac users, we are very sorry about that. If you look in the directory /Library/Application Support/SketchUp 2015/SketchUp/Plugins/OpenStudio/ you should see the file OpenStudio-config.rb. Inside that file you may see something similar to this:

= '1.10.0' \n require '//Applications/OpenStudio 1.10.0/Ruby/openstudio'

Please try changing that to the following (where the path to OpenStudio is the same as it previously was):

$OPENSTUDIO_SKETCHUPPLUGIN_VERSION = '1.10.0' && require('//Applications/OpenStudio 1.10.0/Ruby/openstudio')

It sounds like this is a bug affecting all Mac users, we are very sorry about that. If you look in the directory /Library/Application Support/SketchUp 2015/SketchUp/Plugins/OpenStudio/ you should see the file OpenStudio-config.rb. Inside that file you may see something similar to this:

= '1.10.0' \n require '//Applications/OpenStudio 1.10.0/Ruby/openstudio'

Please try changing that to the following (where the path to OpenStudio is the same as it previously was):

$OPENSTUDIO_SKETCHUPPLUGIN_VERSION = '1.10.0' && require('//Applications/OpenStudio 1.10.0/Ruby/openstudio')
; require '//Applications/OpenStudio 1.10.0/Ruby/openstudio'