Loxodrome - bug loading
-
Hi There,
While trying to load the loxodrome plugin in skp pro 2017 I have this message:
Error Loading File rp_loxodrome.rb
Error: #<SyntaxError: C:/Users/Slim/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/rp_loxodrome.rb:19: invalid multibyte char (UTF-8)Any help to sort out the problem would be greatly appreciated.
Thanks
Sl!m -
-
@unknownuser said:
Hi There,
While trying to load the loxodrome plugin in skp pro 2017 I have this message:
Error Loading File rp_loxodrome.rb
Error: #<SyntaxError: C:/Users/Slim/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/rp_loxodrome.rb:19: invalid multibyte char (UTF-8)Any help to sort out the problem would be greatly appreciated.
Thanks
Sl!m"invalid multibyte char (UTF-8)"
invalid character, it seems, should be easy to fix if there is no other problem
-
I think the plugin is scrambled so the author needs to fix or open source it.
-
@unknownuser said:
Hi There,
While trying to load the loxodrome plugin in skp pro 2017 I have this message:
Error Loading File rp_loxodrome.rb
Error: #<SyntaxError: C:/Users/Slim/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/rp_loxodrome.rb:19: invalid multibyte char (UTF-8)Any help to sort out the problem would be greatly appreciated.
Thanks
Sl!mit is a crypted file (rbs)
no way to fix it, except if you have the source file
-
Sl!m[/quote]
it is a crypted file (rbs)
no way to fix it, except if you have the source file
http://regular-polygon.com/plugins/loxodrome/[/quote]Just found I had a rbs version (see below):
Any easy way to fix?#----------------------------------------------------------------------------#
Location : Plugins/rp_loxodrome.rb
Description : A SketchupExtension class for the Loxodrome plugin.
Date : 5/26/2013
Email : regular.polygon@gmail.com
Website : http://regularpolygon.org/
#----------------------------------------------------------------------------#
require 'sketchup.rb'
require 'extensions.rb'extension = SketchupExtension.new 'Loxodrome', 'rp_loxodrome/loxodrome.rbs'
extension.description = 'Create a Loxodrome component based on parameters entered in a dialog. ' +
'The menu item is Draw -> Spherical Helix (Loxodrome).'
extension.version = '1.1'
extension.creator = 'Regular Polygon'
extension.copyright = "Regular Polygon #{Time.now.year}"
Sketchup.register_extension extension, true # show on 1st install -
Hi Rich,
Thanks for your reply.
Just found I had a rbs version (see below):
Any easy way to fix?#----------------------------------------------------------------------------#
Location : Plugins/rp_loxodrome.rb
Description : A SketchupExtension class for the Loxodrome plugin.
Date : 5/26/2013
Email : regular.polygon@gmail.com
Website : http://regularpolygon.org/
#----------------------------------------------------------------------------#
require 'sketchup.rb'
require 'extensions.rb'extension = SketchupExtension.new 'Loxodrome', 'rp_loxodrome/loxodrome.rbs'
extension.description = 'Create a Loxodrome component based on parameters entered in a dialog. ' +
'The menu item is Draw -> Spherical Helix (Loxodrome).'
extension.version = '1.1'
extension.creator = 'Regular Polygon'
extension.copyright = "Regular Polygon #{Time.now.year}"
Sketchup.register_extension extension, true # show on 1st install -
Email Doug and see if he'll fix it.
-
@rich o brien said:
Email Doug and see if he'll fix it.
I did, looking forward to his reply.
Cheers
Sl!m
Advertisement