[Plugin] VisTools v1.3.4
-
Thank Dan, that explains it well.
-
@dan rathbun said:
@__guanjin__:
The plugin should have just used English ...
OK I found the error.
It was me:
VisTools.rb: line 95
@@lang == 'en' %(#008000)[# just use English]
should be making an assignment:
@@lang **=** 'en' %(#008000)[# just use English]
'tupid booboo!
I'll make changes and push an update.
-
Pushed update into a forked GitHub online repository at:
https://github.com/DanRathbun/sketchup-vistoolsFeedback via: https://github.com/DanRathbun/sketchup-vistools/issues
-
Added Asian language support:
-
Chinese Simplified (zh-CN) language support by Xiao Long (guanjin)
-
Other Asian language support files (preliminary):
-
Chinese Traditional (zh-TW)
-
Japanese (ja)
-
Korean (ko)
THANK YOU to :
- Xiao Long (guanjin)
Chinese Simplified (zh-CN) language file.
Pushed update into a forked GitHub online repository at:
https://github.com/DanRathbun/sketchup-vistoolsFeedback via: https://github.com/DanRathbun/sketchup-vistools/issues
-
-
I have installed vistools with ThomThom's install plugin,
but I get these startup errors:
Error Loading File load_VisTools.rb
C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:4: syntax error, unexpected '<'
<!DOCTYPE html>
^
C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:5: syntax error, unexpected '<'
<html>
^
C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:7: syntax error, unexpected '<'
<meta charset='utf-8'>
^
C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:8: syntax error, unexpected '<'
<meta http-equiv="X-UA-Compatible" content="IE=edge">
^
C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/load_VisTools.rb:8: syntax error, unexpected tIDENTIFIER, expecting $end
<meta http-equiv="X-UA-Compatible" content="IE=edge"> -
These errors are not caused by VisTools.
VisTools has NO html files, and therefor NO <!DOCTYPE> nor <META> tags,... so the errors are caused by ThomThom's installer in some way. (But may be meaningless.)
Restart SketchUp... see if VisTools runs normally after a restart.
I have never used ThomThom's installer tool,... NOR DID I EVER SAY VisTools was compatible with it!
I recommend using the built-in "Install Extension..." button on the Extensions panel of the Preferences dialog (via the Window menu.)
-
sorry to have upset you, I am only asking for help
Thomthom's install pugin has always worked fine for me
I have restarted Sketchup several times, to no avail
I deleted the intrepidBear folder,
the errors remainedI then reinstalled the plugin through the built-in "Install Extension..." button on the Extensions panel of the Preferences dialog (via the Window menu.)
the error messages still remained,
I could not find the menu bar, the plugin was not workingI deleted the intrepidBear folder again,
now the errors still remain
is there anything else I shoud delete?might it be that there is a conflict with TIG' s selectionhideshow.rb ?
http://sketchucation.com/forums/viewtopic.php?t=19576greetings
Frank -
??
That's just bizarre. This Vistool is an RBZ, right? The Simple Installer uses the API to install RBZ so it should be the same as Install Extensions from the UI.
No idea what produces that.
Looks like the content of the .rb file is HTML ... ? :s
Tried re-downloading?
Have you looked at the content of the .rb file? Can you upload it for inspection?
-
Sorry, I was thinking of the .rb file.
-
here is the .rbz file
grts
Frank -
there's more than one inside the folder
I guess you mean load_vistools.rb in plugins folder
-
That file looks fine.
Can you try without Additional Folders? -
I don't really understand what you mean
-
Your errormessage show that you use the plugin Additional Folders by Fredo. http://sketchucation.com/forums/viewtopic.php?t=39073
Can you disable the plugin and see what happens when SketchUp loads the files without Additional Folders?
-
I have searched for the plugin and can't find it anywhere
it appears to be loaded (see attachments)
it is all a big puzzle for me
Frank
-
Looks like you got some files stuck in Windows' VirtualStore.
Utility for inspecting it:
http://sketchucation.com/forums/viewtopic.php?f=180&t=48399#p434453 -
done!
here are the results,
looks to me as if all or parts of the plugins folder is in virtualstore
even all program files
what should I do?
-
First of all you should move them into your real Plugins folder and clean up what you might not need. I see two instances of madefaces for instance.
You probably want to change the permissions of the Plugins folder so you have proper access to it from your user account.
-
you've done it !
problem completely solved!
thanks again, Thomthom
Frank -
Advertisement