Syntax error upon 2014 startup
-
I get the following message upon startup of 2014. Any ideas of how to correct it?
Error: #<SyntaxError: c:/documents and settings/bob/application data/sketchup/sketchup 2014/sketchup/plugins/iscarnet_dibac/solidsection.rbs:151: syntax error, unexpected ',', expecting ')'
punto1 = Geom.intersect_line_plane (vector, @plane)
^
c:/documents and settings/bob/application data/sketchup/sketchup 2014/sketchup/plugins/iscarnet_dibac/solidsection.rbs:170: syntax error, unexpected ',', expecting ')'
punto2 = Geom.intersect_line_plane (vector, f.plane)
^
c:/documents and settings/bob/application data/sketchup/sketchup 2014/sketchup/plugins/iscarnet_dibac/solidsection.rbs:170: syntax error, unexpected ')', expecting keyword_end
c:/documents and settings/bob/application data/sketchup/sketchup 2014/sketchup/plugins/iscarnet_dibac/solidsection.rbs:264: syntax error, unexpected ',', expecting ')'
punto = Geom.intersect_line_plane (vector, @plane)
^>
C:/Program Files/SketchUp/SketchUp 2014/Tools/extensions.rb:197:ineval' C:/Program Files/SketchUp/SketchUp 2014/Tools/extensions.rb:197:in
require'
C:/Program Files/SketchUp/SketchUp 2014/Tools/extensions.rb:197:inload' c:/documents and settings/bob/application data/sketchup/sketchup 2014/sketchup/plugins/iscarnet_dibac/dibac_cmd.rbs:4928:in
register_extension'
c:/documents and settings/bob/application data/sketchup/sketchup 2014/sketchup/plugins/iscarnet_dibac/dibac_cmd.rbs:4928:in<main>' C:/Program Files/SketchUp/SketchUp 2014/Tools/extensions.rb:197:in
eval'
C:/Program Files/SketchUp/SketchUp 2014/Tools/extensions.rb:197:inrequire' C:/Program Files/SketchUp/SketchUp 2014/Tools/extensions.rb:197:in
load'
C:/Documents and Settings/Bob/Application Data/SketchUp/SketchUp 2014/SketchUp/Plugins/iscarnet_dibac.rb:10:inregister_extension' C:/Documents and Settings/Bob/Application Data/SketchUp/SketchUp 2014/SketchUp/Plugins/iscarnet_dibac.rb:10:in
module:Dibac_Extension'
C:/Documents and Settings/Bob/Application Data/SketchUp/SketchUp 2014/SketchUp/Plugins/iscarnet_dibac.rb:2:in<module:Iscarnet_Extensions>' C:/Documents and Settings/Bob/Application Data/SketchUp/SketchUp 2014/SketchUp/Plugins/iscarnet_dibac.rb:1:in
<top (required)>' -
Looks like maybe you installed an old copy of the Dibac plugin--maybe dragged it over from an earlier version of SketchUp? I'd remove it and look for a fresh, updated copy to install. Don't move plugins from an older SU version to SU2014.
-
Makes sense. Thanks, I'll download a new Dibec plugin copy.
Advertisement