sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Sketucation plugin load error

    Scheduled Pinned Locked Moved Plugins
    27 Posts 11 Posters 11.7k Views 11 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      Jim
      last edited by

      You know someone will find a way to misuse it - you saved yourself a future headache. 😆

      Hi

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dyers
        last edited by

        Thank you. I'm on a PC, my apps are on E:/, data on F:/, and TIG, your fix worked perfectly. It was 10 min. from search to solved. Only deviation from alexkara is that I start SU from a shortcut on my desktop. This just started a couple of days ago.

        1 Reply Last reply Reply Quote 0
        • tt_suT Offline
          tt_su
          last edited by

          @tig said:

          You can remove this .rb once v2014 MR1 [or later!] comes out with a built-in fix for this PITA - although leaving it in will do no real harm, it will lengthen the startup time by a ~millisecond !

          The bug has been fixed for the next release. Please adjust this sample script to only be active in the M0 release - just to be on the safe side. The $LOAD_PATH is an internal Ruby construct so I'd prefer if interfering with it was kept to the minimum.

          1 Reply Last reply Reply Quote 0
          • tt_suT Offline
            tt_su
            last edited by

            Hm... and Chrome downloaded this file as %21_fix_ruby... Might it be some server settings being incorrectly set?

            1 Reply Last reply Reply Quote 0
            • TIGT Offline
              TIG Moderator
              last edited by

              @tt

              Edited so it will NOT run unless the version is PC 2014 MR0 ['14.0.4900'].
              It now even auto-deletes itself if it is installed in the wrong version or OS... 😮

              TIG

              1 Reply Last reply Reply Quote 0
              • tt_suT Offline
                tt_su
                last edited by

                Thanks. I might have been harmless to run with our fix in place, but I prefer to be on the same side.

                We've uncovered several other issues with Ruby file handling under Windows where things isn't working as advertised and initiated contact with the Ruby developers with bug reports and in some cases patches.

                1 Reply Last reply Reply Quote 0
                • W Offline
                  wikii
                  last edited by

                  Thank you!

                  I use the patch,but there is still different.

                  when sketchup install in drive c,and start with shortcut in desktop

                  Encoding.find("locale")
                  #<Encoding;GBK>
                  

                  when sketchup install in drive c,puts the patch file in tools folder,then start sketchup with shortcut in desktop

                  Encoding.find("locale")
                  #<Encoding;ASCII-8BIT>
                  
                  

                  This different causes some error if filename uesed some Chinese character.

                  Does the patch file still miss something?

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    chokfull
                    last edited by

                    Thanks TIG worked great for me. I was unable to get sketchucation store to auto-install any plugins. I also run 2014 from a partition. This fixed it right away.

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      meomeo
                      last edited by

                      My error was

                      "Error Loading File C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SketchUcation/SCF_loader.rb
                      Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
                      C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in each' C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in to_a'
                      C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in entries' C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in <top (required)>'
                      C:/Program Files (x86)/SketchUp/SketchUp 2014/Tools/extensions.rb:197:in require' C:/Program Files (x86)/SketchUp/SketchUp 2014/Tools/extensions.rb:197:in load'
                      C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/!SketchUcation_loader.rb:191:in register_extension' C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/!SketchUcation_loader.rb:191:in module:SCF'
                      C:/Users/Diep/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/!SketchUcation_loader.rb:16:in `<top (required)>'

                      Cannot figure out what it was about 😞 different with alex my installation was on drive 😄 already. OMG i really really hate using SU' extension warehouse 😞

                      1 Reply Last reply Reply Quote 0
                      • TIGT Offline
                        TIG Moderator
                        last edited by

                        @meomeo

                        Please open the Ruby Console and copy/paste these strings +<enter>:

                        SCF::FOLDER

                        SCF::FOLDER.encoding

                        this should return UTF-8 ?

                        It appears that you might have a UTF-16 based system [oriental?] and the Ruby re-encoding is failing ?
                        This is strange...

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          meomeo
                          last edited by

                          Thank you for replying, the result is exactly the same with your predict = UTF-8 .

                          I had been searching the solution since Sketch up 2013 to Sketch up 2015 and get desperated.

                          Some of not working plugin

                          • Our sketchucation ofc - so download new plugins is a pain and well, then idk if i can use it - or not.
                          • TT_lib so i cannot use Clean up , it's a huge mess since then 😞

                          Something had been change from SU2013 ... idk there must have been sth happened with the way plugin work or plugin folder i'm afraid.

                          1 Reply Last reply Reply Quote 0
                          • tt_suT Offline
                            tt_su
                            last edited by

                            TT_Lib2 needed an update to be compatible with SU2014 and SU2015. Update to the latest version and you should be good to go.

                            In SU2014 we updated the Ruby core from 1.8 to 2.0 which required a lot of extensions to be updated. In SU2015 we added a 64bit version which require some extensions to be updated if you where using the 64bit version of SketchUp (No change needed for the 32bit version.)

                            1 Reply Last reply Reply Quote 0
                            • TIGT Offline
                              TIG Moderator
                              last edited by

                              Since we don't have enough details to see how to fix your SketchUcation load issue... ***
                              All is not lost - you can always download the RBZ files from the SketchUcation PluginStore http://sketchucation.com/pluginstore and then in most versions of SketchUp [v8(M2)/v2013/v2014/v2015/...], you use the Preferences > Extensions > Install... button to install/load the RBZ archive's contents into your default Plugins folder...
                              Thereafter the plugins should auto-load as SketchUp starts.

                              ***If you want to disable SketchUcation toolset completely [ so that it no longer tries to load ], just open the Plugins folder and find the loader file named !SketchUcation_loader.rb and add a ! onto the end of its file-extension, so it is disabled when SketchUp is started... [ !SketchUcation_loader.rb! ]

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • M Offline
                                meomeo
                                last edited by

                                Well it's not about the plugins themselves but just sth with the OS i thought.

                                I had been searching solution for a long long time but cannot figure out how.
                                Maybe i can get rid of it getting Window 8, my laptop at work run Completely perfect.

                                1 Reply Last reply Reply Quote 0
                                • T Offline
                                  toinguyen
                                  last edited by

                                  Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/SketchUcation/SCF_loader.rb
                                  Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in each' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in to_a'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in entries' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/SketchUcation/SCF_loader.rb:17:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/!SketchUcation_loader.rb:191:in register_extension' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/!SketchUcation_loader.rb:191:in module:SCF'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/!SketchUcation_loader.rb:16:in <top (required)>' Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan/artisan_load.rb Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)> C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan/artisan_load.rb:11:in each'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan/artisan_load.rb:11:in to_a' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan/artisan_load.rb:11:in entries'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan/artisan_load.rb:11:in <module:Artisan>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan/artisan_load.rb:3:in module:DM'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan/artisan_load.rb:1:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan.rb:18:in register_extension'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan.rb:18:in <module:Artisan>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan.rb:5:in module:DM'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/DM_artisan.rb:4:in <top (required)>' Error Loading File ExtrudeTools.rb Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)> C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/ExtrudeTools.rb:59:in each'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/ExtrudeTools.rb:59:in to_a' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/ExtrudeTools.rb:59:in entries'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/ExtrudeTools.rb:59:in <module:ExtrudeTools>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/ExtrudeTools.rb:31:in <top (required)>'
                                  Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb
                                  Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb:313:in glob' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb:313:in default_lang_search'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb:335:in load_langtxt' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb:291:in initialize'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb:2710:in new' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb:2710:in module:T2H_FUR'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/FUR_EN/main.rb:151:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/fur_en.rb:36:in register_extension'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/fur_en.rb:36:in <module:T2H_FUR>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/fur_en.rb:14:in module:TAK2HATA'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/fur_en.rb:13:in <top (required)>' Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_architect_tools/core.rb Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)> C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in each'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in to_a' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in entries'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in prepare_path' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:127:in module:Lib'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:110:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:20:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_architect_tools/core.rb:10:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_architect_tools.rb:40:in register_extension'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_architect_tools.rb:40:in <module:ArchitectTools>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_architect_tools.rb:15:in module:Plugins'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_architect_tools.rb:14:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_architect_tools.rb:13:in <top (required)>'
                                  Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bitmap2mesh/core.rb
                                  Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in each' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in to_a'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in entries' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in prepare_path'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:127:in <module:Lib>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:110:in module:TT'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:20:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bitmap2mesh/core.rb:10:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bitmap2mesh.rb:39:in register_extension' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bitmap2mesh.rb:39:in module:BitmapToMesh'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bitmap2mesh.rb:15:in <module:Plugins>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bitmap2mesh.rb:14:in module:TT'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_bitmap2mesh.rb:13:in <top (required)>' Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_cleanup/core.rb Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)> C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in each'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in to_a' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in entries'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in prepare_path' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:127:in module:Lib'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:110:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:20:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_cleanup/core.rb:10:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_cleanup.rb:39:in register_extension'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_cleanup.rb:39:in <module:CleanUp>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_cleanup.rb:15:in module:Plugins'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_cleanup.rb:14:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_cleanup.rb:13:in <top (required)>'
                                  Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_comp_prop/core.rb
                                  Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in each' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in to_a'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in entries' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in prepare_path'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:127:in <module:Lib>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:110:in module:TT'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:20:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_comp_prop/core.rb:10:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_comp_prop.rb:39:in register_extension' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_comp_prop.rb:39:in module:CompProp'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_comp_prop.rb:15:in <module:Plugins>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_comp_prop.rb:14:in module:TT'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_comp_prop.rb:13:in <top (required)>' Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_edgetools/core.rb Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)> C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in each'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in to_a' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in entries'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in prepare_path' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:127:in module:Lib'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:110:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:20:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_edgetools/core.rb:10:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_edgetools.rb:39:in register_extension'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_edgetools.rb:39:in <module:EdgeTools>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_edgetools.rb:15:in module:Plugins'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_edgetools.rb:14:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_edgetools.rb:13:in <top (required)>'
                                  Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_replacer/core.rb
                                  Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in each' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in to_a'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in entries' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in prepare_path'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:127:in <module:Lib>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:110:in module:TT'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:20:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_replacer/core.rb:10:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_replacer.rb:39:in register_extension' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_replacer.rb:39:in module:ComponentReplacer'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_replacer.rb:15:in <module:Plugins>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_replacer.rb:14:in module:TT'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_replacer.rb:13:in <top (required)>' Error Loading File C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_text_editor/core.rb Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)> C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in each'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in to_a' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in entries'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/c_extension_manager.rb:101:in prepare_path' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:127:in module:Lib'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:110:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/TT_Lib2/core.rb:20:in <top (required)>'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Program Files/SketchUp/SketchUp 2015/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_text_editor/core.rb:10:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in require'
                                  C:/Program Files/SketchUp/SketchUp 2015/Tools/extensions.rb:197:in load' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_text_editor.rb:39:in register_extension'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_text_editor.rb:39:in <module:Editor3dText>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_text_editor.rb:15:in module:Plugins'
                                  C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_text_editor.rb:14:in <module:TT>' C:/Users/toinguyen/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/tt_text_editor.rb:13:in <top (required)>'

                                  1 Reply Last reply Reply Quote 0
                                  • TIGT Offline
                                    TIG Moderator
                                    last edited by

                                    Do you get the other errors without SketchUcation Toolset loading?
                                    It looks to me like there is an encoding issue with something in the FILE path of several loading Ruby files.
                                    Your Windows User-name of " toinguyen" suggests you are Chinese.
                                    The encoding error of UTF-16LE to Windows-1258 suggests that your Windows system is not set up as expected...
                                    I will PM you an alternative RBZ file to load and try...
                                    But I suspect that several other Plugins are also having similar issues 😕

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • N Offline
                                      nikichi
                                      last edited by

                                      Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
                                      C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/tmpdir.rb:15:in systmpdir' C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/tmpdir.rb:15:in class:Dir'
                                      C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/tmpdir.rb:13:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                      C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' c:/users/administrator/appdata/roaming/sketchup/sketchup 2016/sketchup/plugins/su_trimble_connect/main.rbs:9:in <main>'
                                      c:/users/administrator/appdata/roaming/sketchup/sketchup 2016/sketchup/plugins/su_trimble_connect/boot.rbs:25:in eval' c:/users/administrator/appdata/roaming/sketchup/sketchup 2016/sketchup/plugins/su_trimble_connect/boot.rbs:25:in require'
                                      c:/users/administrator/appdata/roaming/sketchup/sketchup 2016/sketchup/plugins/su_trimble_connect/boot.rbs:25:in <module:TrimbleConnect>' c:/users/administrator/appdata/roaming/sketchup/sketchup 2016/sketchup/plugins/su_trimble_connect/boot.rbs:11:in <main>'
                                      C:/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb:197:in eval' C:/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb:197:in require'
                                      C:/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb:197:in load' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/su_trimble_connect.rb:35:in register_extension'
                                      C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/su_trimble_connect.rb:35:in <module:TrimbleConnect>' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/su_trimble_connect.rb:8:in module:Trimble'
                                      C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/su_trimble_connect.rb:7:in `<top (required)>'

                                      My error start up. Please help me! thanks.

                                      1 Reply Last reply Reply Quote 0
                                      • TIGT Offline
                                        TIG Moderator
                                        last edited by

                                        The error you show has nothing to do with the 'SketchUcation plugin' ?
                                        It actually shows an error with loading 'su_trimble_connect'.
                                        The error relates to taking a passed string and converting it - probably into UTF-8, via another encoding format...
                                        The error is missing a converter... UTF-16LE to Windows-1258
                                        You will see from the earlier errors similar reports, that can occur for many extensions...
                                        It depends on the way your PC's system is set up...
                                        https://www.editpadlite.com/unicode.html
                                        I suggest you contact Trimble direct to get their comments.

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          MJD012345
                                          last edited by

                                          Error Loading File C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb
                                          Error: #<LoadError: cannot load such file -- RubyWinFunc.so>
                                          C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:21:in getWindowsASGVISFolder' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:41:in getASGVISRubyFolder'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:46:in setupPath' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:71:in <top (required)>'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools/core.rb:59:in require' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools/core.rb:59:in block in module:VRayTools'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools/core.rb:56:in each' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools/core.rb:56:in module:VRayTools'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools/core.rb:33:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb:197:in require'
                                          C:/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb:197:in load' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools.rb:40:in register_extension'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools.rb:40:in <module:VRayTools>' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools.rb:15:in module:Plugins'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools.rb:14:in <module:TT>' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/tt_vray_tools.rb:13:in <top (required)>'
                                          Error Loading File vfs.rb
                                          Error: #<LoadError: cannot load such file -- RubyWinFunc.so>
                                          C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require' C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:45:in require'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:21:in getWindowsASGVISFolder' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:41:in getASGVISRubyFolder'
                                          C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:46:in setupPath' C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb:71:in <top (required)>'

                                          What should i need to do to get rid of these.....???

                                          1 Reply Last reply Reply Quote 0
                                          • TIGT Offline
                                            TIG Moderator
                                            last edited by

                                            The error is is the first like:
                                            Error Loading File C:/Users/Jaydeep Dandecha/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/vfs.rb

                                            It has nothing to do with the 'SketchUcation Plugin'.

                                            There is something incompatible with the version of Vray that you are trying to use.
                                            The Ruby version changed significantly with the last three SketchUp versions - often requiring an updated version of an extension to be installed...

                                            Your error report seems to suggest 'vfs.rb' is causing problems when it tries to load other files from its subfolder... and also tt's vray tools which needs vray loaded too...

                                            Can I suggest you download and install the newest version of Vray you can find...
                                            See if that helps.

                                            Failing that you must disable Vray - use the SketchUp ExtensionStore³ Plugins Manager - disable the 'vfs' and 'tt_vray_tools' plugins listed as enabled and restart SketchUp - the error should now be sidestepped.

                                            TIG

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement