Zvolume.rb
-
Hi,
each time I launched my SU, a windows open and point out a problem with the zvolume.rb file
what does that mean? how can I repair that?
Thank you
Eric -
What is exactly said on the message?
-
What is this '
zvolume.rb
' ?
I seems to be a very old script by 'todo' ??
Where did you get it from ?
It's not in the PluginStore, EWHouse, Smustard or the crai-Depot...What are the error messages ?
Can you copy/paste them in a post ?
For a fuller message can you copy/paste this into the Ruby Console + <enter> and post the whole response it generates:
load 'zvolume.rb'
If the reported error is simple to fix, then maybe we could advise how to do it...A simple way to stop the error is to find the file in the Plugins folder and either rename it
zvolume.rb**!**
or just move the file out of that Plugins folder, so then when SketchUp restarts it won't auto-load.
To open your Plugins folder use this in the Ruby Console + <enter>
UI.openURL("file:///#{Sketchup.find_support_file('Plugins')}")
-
Thread moved from the Bugs forum since this is not a SketchUp bug.
-
@tig said:
What is this '
zvolume.rb
' ?
I seems to be a very old script by 'todo' ??
Where did you get it from ?
It's not in the PluginStore, EWHouse, Smustard or the crai-Depot...@tig, it may be a modified version of your 'Volume Calculator' that is hosted at http://rhin.crai.archi.fr/rld/plugin_details.php?id=500
If so, it hasrequire 'delauney2.rb'
which may be missing from the OP's plugins?
john -
Well found.
I that case it's ancient - I recommend you delete it and get a better Volume calculating tool... there are several around. -
Thanks for all thèse answers. Tomorrow I will copy ,the exact message and I Will paste it
Cheers
Éric -
Here is the fault message. I have no idea the meaning could be
My version is SU 8 ( windows xp3)
Some ideas?
Thanks
Eric
-
it's exactly what John guessed. The meassage clearly indicates that you haven't installed the required support script, delauney2.rb.
As TIG already told you, you should get a newer and better volume calculating tool. If you really don't want to follow that advice, try this.
-
For the RB to load properly, you need to have
delauney2.rb
in the Plugins folder...
Unfortunately that is a very old file.
It is not packaged with the affected ZIP.
It is also no longer available at the crai-Depot...
Here's a copy from my archives... BUT I really do recommend you remove the faulty old RB, and get one of the better/newer Volume tools - see the PluginStore or EWHouse...
Advertisement