• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Sketucation plugin load error

Scheduled Pinned Locked Moved Plugins
27 Posts 11 Posters 11.6k 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.
  • T Offline
    TIG Moderator
    last edited by 4 Apr 2014, 09:44

    That is the issue.
    You have created a chimera ! 😒

    It has been discussed in other threads.

    There is a known bug in the first release of v2014.
    If you do not have SketchUp installed on your system drive [usually C:] then it can fail to include the two Tools Ruby folders in the $LOAD_PATH [see my example output for $:] - as these are not then on the search path any script that requires one of the additional Ruby functions fails as it can't find the file.

    Also opening SketchUp by clicking a SKP that is not located on the same drive as the SketchUp installation will causes similar missing-Ruby-paths issues.
    If you open SketchUp, then the SKP it is avoided...

    There is a !_fix_ruby_startup.rb by Dan Rathbun which goes in the Tools folder as a partial fix, until the next v2014MR1 comes out to fix this mess in the app itself...
    Having that run should ensure that all of the correct folders are added to the $LOAD_PATH and are therefore accessible in 'requires' as they should be.
    Assuming that the Ruby folders etc exist where they should be in Tools with the SketchUp installation...
    I can't find a link immediately so I have PM's you the .rb...

    TIG

    1 Reply Last reply Reply Quote 0
    • T Offline
      TIG Moderator
      last edited by 5 Apr 2014, 10:01

      So to recap...

      On PCs, opening a SKP on a drive that is not the same as the SketchUp.exe installation drive, causes the paths to the two Ruby-Libs to be incorrectly defined in $:, which then prevents use of any Ruby2 functions, and gives startup error-messages for several newer Plugins...

      The temporary 'fix' .rb [by Dan] only works if SketchUp.exe were installed on the system-drive, because it fixes the Ruby-Lib paths to match the system-drive...
      But this fix fails when SketchUp.exe is not installed on the system-drive !

      This attached alternative version [by me] will reset the two Ruby-Lib paths in $: to match the Tools folder's drive - thereby keeping everything in step as all three paths should share the same drive reference.
      It also now allows for several custom-plugins folders to precede the Ruby-Lib entries in the $: ...

      Drop it into the Tools folder of v2014 and restart SketchUp [by any method].
      It only makes changes as SketchUp starts if it has to - i.e. the first SKP opened was by double-clicking its icon and it is not on the same drive as SketchUp.exe installation.

      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 !

      NOTE: This fix is only needed in v2014 and on PCs.
      AND it's also only needed if you want to open SKPs by double-clicking their icons, and they are on a drive other than the one where SketchUp.exe is installed.
      Installing it in other SketchUp versions or on a MAC is a waste of time. 😒
      [mod=:1my9troi]Edited so it will NOT run unless the version is 2014 MR0.
      It now auto-deletes itself if installed in wrong version or OS.
      It was already trapped to run only on PCs.
      .[/mod:1my9troi]


      !_fix_ruby_startup2-1-2.rb

      TIG

      1 Reply Last reply Reply Quote 0
      • J Offline
        Jim
        last edited by 5 Apr 2014, 13:54

        If this is temporary and for a specific version of SketchUp then please ensure the code is only executed for that specific version of SketchUp.

        SU2014 = 14.0.4900 on Windows, 14.0.4899 on Mac.

        Hi

        1 Reply Last reply Reply Quote 0
        • T Offline
          TIG Moderator
          last edited by 5 Apr 2014, 15:08

          It is simply a reworking a Dan's system-drive specific fixer - which was posted elsewhere.

          My tweak just allows SketchUp.exe to be installed on a drive other than the system-drive and still fix the issue of SKPs on other drives initially opening and executing Sketchup.exe and messing up the $: Ruby-Lib paths...

          It was already limited to run on PCs only [the issue isn't MAC related so it already only runs on PCs] and it is clearly explained that it's to be used in v2014 only.
          It might obviously break earlier versions of SketchUp, but why worry about that?
          There are many ways to break things by being plain daft...
          Because there'll be no Ruby-Libs in $: to grep, the iteration will be for [] not the v2014 two elements array - so nothing will happen anyway because the 'fixed=false' always...

          However, I have now edited it to RUN only on v2014...

          If it's left in the Tools folder after v2014 MR1 arrives [or heaven-forefend later!], which hopefully should fix this issue properly, then there is still no harm since the script stops when it finds there's no issues to fix.

          TIG

          1 Reply Last reply Reply Quote 0
          • J Offline
            Jim
            last edited by 5 Apr 2014, 15:30

            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 7 Apr 2014, 11:27

              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
              • T Offline
                tt_su
                last edited by 8 Apr 2014, 11:05

                @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
                • T Offline
                  tt_su
                  last edited by 8 Apr 2014, 11:05

                  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
                  • T Offline
                    TIG Moderator
                    last edited by 8 Apr 2014, 11:43

                    @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
                    • T Offline
                      tt_su
                      last edited by 8 Apr 2014, 13:02

                      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 9 Apr 2014, 15:32

                        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 15 Apr 2014, 20:37

                          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 10 Nov 2014, 03:25

                            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
                            • T Offline
                              TIG Moderator
                              last edited by 10 Nov 2014, 10:38

                              @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 19 Nov 2014, 11:37

                                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
                                • T Offline
                                  tt_su
                                  last edited by 20 Nov 2014, 10:08

                                  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
                                  • T Offline
                                    TIG Moderator
                                    last edited by 20 Nov 2014, 11:33

                                    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 21 Nov 2014, 14:52

                                      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 21 Jul 2015, 09:53

                                        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
                                        • T Offline
                                          TIG Moderator
                                          last edited by 21 Jul 2015, 19:44

                                          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
                                          • 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