Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
š« Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
Loading error on align and Align_2d script with XP Professio
-
Can anyone tell me why on my desktop computer, with XP, not professional, I get no error message when loading these scripts, however on my laptop, XP Professional, I get the following error messages. Note, the scripts on both computer are the same.
Thanks in advance.
Ken
Error Loading File align_2D.rb
(eval):403: compile error
(eval):23: syntax error
module Align2d
^
(eval):403: syntax errorError Loading File align_tool.rb
(eval):527: compile error
(eval):510: syntax error
def align_tool
^
(eval):527: syntax error -
I can't help you in that case, but a "compile" error on Ruby scripts? Should be an "Interpreter error" Try to check the Ruby versions. Type to the Ruby Console:
VERSION # or RUBY_VERSIONazuby
Advertisement