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!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
Problem loading my script
-
I have been revising my mortisetool.rb file and the new version loads fine with no errors listed using the ruby console. However when I place it in the plugin folder I get this error message on loading.
Error Loading File KK_MortiseTool.rb
undefined method `GetString' for nil:NilClassI have set variables to nil initially so I can test to see if the program has changed them.
I used this method also in the original version and had no trouble loading it.Possible solutions?
Thanks
Keith -
Hi Keith,
Don't use GetString just because Google's example scripts do. Do you know the purpose of GetString, how it works, or in which file it is defined? (it's in /Tools/langhandler.rb)
Advertisement