thomthom / bezier-surface

Bezier Surface Editor for SketchUp
https://extensions.sketchup.com/en/content/bezier-surface
MIT License
10 stars 1 forks source link

Invalid byte sequence in UTF-8 #50

Open thomthom opened 9 years ago

thomthom commented 9 years ago

Original report by me.


http://forums.sketchup.com/t/bezier-surface-editor-is-now-open-source/4208/17?u=tt_su

#!ruby

Error: #<ArgumentError: invalid byte sequence in UTF-8>
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/window.rb:557:in `gsub!'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/window.rb:557:in `build_html'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/window.rb:476:in `show_window'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/toolwindow.rb:25:in `show_window'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bezier_surface/editor.rb:467:in `show_toolbar'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bezier_surface/editor.rb:493:in `activate'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bezier_surface/editor.rb:80:in `select_tool'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bezier_surface/editor.rb:80:in `edit'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bezier_surface/observers.rb:90:in `check_active_path'
C:/Users/nash/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bezier_surface/observers.rb:54:in `onActivePathChanged'