Sketucation plugin load error
-
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.
-
You know someone will find a way to misuse it - you saved yourself a future headache.
-
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.
-
@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.
-
Hm... and Chrome downloaded this file as %21_fix_ruby... Might it be some server settings being incorrectly set?
-
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... -
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.
-
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๏ผ
-
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.
-
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:ineach' 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:inentries' 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:inrequire' 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:inregister_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
-
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... -
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.
-
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.)
-
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 thePreferences > 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!
] -
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. -
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:ineach' 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:inentries' 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:inrequire' 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:inregister_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:into_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:inload' 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:into_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:inglob' 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:inload_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:innew' 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:inload' 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:into_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:inprepare_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:inrequire' 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:inload' 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:ineach' 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:inentries' 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:inrequire' 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:inrequire' 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:inregister_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:into_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:inprepare_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:inrequire' 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:inload' 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:ineach' 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:inentries' 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:inrequire' 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:inrequire' 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:inregister_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:into_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:inprepare_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:inrequire' 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:inload' 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:ineach' 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:inentries' 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:inrequire' 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:inrequire' 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:inregister_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:into_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:inprepare_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:inrequire' 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:inload' 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)>' -
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 ofUTF-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 -
Error: #<Encoding::ConverterNotFoundError: code converter not found (UTF-16LE to Windows-1258)>
C:/Program Files/SketchUp/SketchUp 2016/Tools/RubyStdLib/tmpdir.rb:15:insystmpdir' 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:inrequire' 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:ineval' 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:ineval' C:/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb:197:in
require'
C:/Program Files/SketchUp/SketchUp 2016/Tools/extensions.rb:197:inload' 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.
-
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 intoUTF-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. -
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:inrequire' 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:ingetWindowsASGVISFolder' 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:insetupPath' 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:inrequire' 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:ineach' 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:inload' 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:inrequire' 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:ingetWindowsASGVISFolder' 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:insetupPath' 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.....???
Advertisement