First time here? Check our help page!
1

issues with Openstudio 1.10 plugin for sketchup 2016 Mac

anyone else having issues loading 1.10 into 2016 sketchup?

Arif Hanif's avatar
151
Arif Hanif
asked 2015-12-17 22:12:11 -0500
David Goldwasser's avatar
20.4k
David Goldwasser
updated 2015-12-17 22:45:42 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Can you describe what's happening in a little more detail?

David Goldwasser's avatar David Goldwasser (2015-12-17 22:50:28 -0500) edit

Error Loading File /Library/Application Support/SketchUp 2016/SketchUp/Plugins/OpenStudio/Startup.rb Error: #<syntaxerror: library="" application="" support="" sketchup="" 2016="" sketchup="" plugins="" openstudio="" openstudio-config:1:="" syntax="" error,="" unexpected="" '=" = " 1.10.0'="" \n="" require="" '="" appli...="" ^="" library="" application="" support="" sketchup="" 2016="" sketchup="" plugins="" openstudio="" openstudio-config:1:="" syntax="" error,="" unexpected="" $undefined,="" expecting="" end-of-input="1.10.0" \n="" require="" '="" applications="" ope...="" ^&gt;="" library="" application="" support="" sketchup="" 2016="" sketchup="" plugins="" openstudio="" startup.rb:24:in="" `load'="" library<="" p="">

Arif Hanif's avatar Arif Hanif (2015-12-18 06:14:55 -0500) edit

Would you mind sharing what language and region your computer is configured for? Is it English and US or somewhere different?

macumber's avatar macumber (2015-12-18 09:30:16 -0500) edit

US Region, English

Arif Hanif's avatar Arif Hanif (2015-12-18 12:19:00 -0500) edit

Thanks, we found that this is a widespread issue and are working on a fix (we'll post new installers once the fix is verified). In the meantime, are you able to try the workaround below?

macumber's avatar macumber (2015-12-18 12:27:30 -0500) edit
add a comment see more comments

1 Answer

1

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'
macumber's avatar
12k
macumber
answered 2015-12-18 12:02:08 -0500, updated 2015-12-18 12:05:41 -0500
edit flag offensive 0 remove flag delete link

Comments

Dan, that worked i also for some reason didnt have the plugin copy automatically to the folder. Had to manually do it and once the above line was corrected it launched.

Arif Hanif's avatar Arif Hanif (2015-12-18 22:35:36 -0500) edit
add a comment see more comments