BuildEdge PLAN 3.0 Now Available!
-
Where do you download if you're already a user?
-
The latest version is now in the SketchUcation PluginStore...
-
Hum hum (V8)
Load free version here at PluginStoreSeems BuildEdgeSketchup.BIM_v3.dll missing : where is it ?
Erreur de chargement du fichier C;/Program Files/Google/Google SketchUp 8/Plugins/BuildEdgePlan/BuildEdgeSketchup.BIM_v3.dll 127; La procédure spécifiée est introuvable. - C;/Program Files/Google/Google SketchUp 8/Plugins/BuildEdgePlan/BuildEdgeSketchup.BIM_v3.dll Erreur de chargement du fichier C;/Program Files/Google/Google SketchUp 8/Plugins/BuildEdgePlan/init.rb undefined method `SetSketchUpVersion' for BuildEdgeSketchup;Module Erreur de chargement du fichier BuildEdgePlan.rb undefined method `SetSketchUpVersion' for BuildEdgeSketchup;Module
-
Did you try restarting ?
The dll etc is inside the RBZ if you open it...
It should be in the plugin's subfolder..........
-
Damned that must be another thing because all is there!
And by chance there is no accent on the path!
So...mystery! -
But something curious look the positions of Slashes!
On my image path there are "" on the message error they are "/" !
Does this normal ? -
Must be registered somewhere before using the free version ?
Another thing that I have never understand!
Why the files needed (here Extentions..rb and sketchup.rb) are not in the original files!
That was the case for me! They were missing!So I add them!
But alas that change nothing! Error message is the same!
Does this version only for the 2013? -
To answer various queries...
The file-separator on MAC is always /.
On PCs MS-DOS uses \ but \ or / will work.
Ruby tends to report with /, but it can cope with both formats.The
sketchup.rb
andextensions.rb
[and a few others] are shipped with SketchUp and they load from theTools
folder.
They should never come inside a plugin's archive. and they should never be found in thePlugins
folder, or any of its subfolders.
If you have them in there remove them forthwith... checking that theTools
folder still has them in it.
These files add special functions to Ruby.
All Plugins and Tools folder's .rb files auto-load as SketchUp starts - it uses the$LOAD_PATH
- the loading is done in alphabetical order, so those in thePlugins
folder load before those in theTools
folder.
So if a script loads from thePlugins
folder and it needs a function that one of theTools
folder's .rb files provide, then it will fail to load, because that .rb file's code hasn't yet been loaded.
So one way would round it would be to add code likeload "sketchup.rb"
to the start of code in the script, so its code is loaded before it is needed... BUT if lots of scripts did that 'load' then it'd slow down the auto-loading process unnecessarily, and quite noticeably too: So the method used is**require** "sketchup.rb"
- this only loads the file IF it is not loaded already - BUT if an earlier script has already loaded it then it does not... -
Suitable for plans in metric or are all the doors/windows etc in feet and inches?
-
@unknownuser said:
Hum hum (V8)
Load free version here at PluginStoreSeems BuildEdgeSketchup.BIM_v3.dll missing : where is it ?
Erreur de chargement du fichier > C;/Program Files/Google/Google SketchUp 8/Plugins/BuildEdgePlan/BuildEdgeSketchup.BIM_v3.dll > 127; La procédure spécifiée est introuvable. > - C;/Program Files/Google/Google SketchUp 8/Plugins/BuildEdgePlan/BuildEdgeSketchup.BIM_v3.dll > Erreur de chargement du fichier > C;/Program Files/Google/Google SketchUp 8/Plugins/BuildEdgePlan/init.rb > undefined method `SetSketchUpVersion' for BuildEdgeSketchup;Module > Erreur de chargement du fichier BuildEdgePlan.rb > undefined method `SetSketchUpVersion' for BuildEdgeSketchup;Module
Oh boy! We have tracked down a problem with Windows XP systems. Seems there was an issue with the way the Visual Studio built dlls or some such technical issue. Good news is we have a fix and will be releasing a new version today. If anyone is having this issue, just PM or email me (adietzen@keymark.com) and I will get you a fix, ASAP.
So sorry for any inconvenience!
-
@cadmunkey said:
Suitable for plans in metric or are all the doors/windows etc in feet and inches?
Hi Munkey,
We defer to SketchUp units, so you can specify the door and window parameters in your preferred unit of measure.
Thanks!
-
@unknownuser said:
Oh boy! We have tracked down a problem with Windows XP systems
@aarondietzen
I have XP system so this explain that!
So must I send you an email or the new version will available on the PluginStore ?@ Tig : thx for these detailed infos!
-
@unknownuser said:
@unknownuser said:
Oh boy! We have tracked down a problem with Windows XP systems
@aarondietzen
I have XP system so this explain that!
So must I send you an email or the new version will available on the PluginStore ?That would be it and we have a fix! I am sending the new RBZ in right now...
Since I don't know when that will end up in the store, I can send you the RBZ if you want to send me an email address. Alternatively, you can download an updated installer here:
http://store.buildedge.com/Home/PlanUpgrade
It is marked as the "Update Installer" but it will install the full version as well.
As always, please let me know what you think!
Thanks!
-
That latest updated version is now in the SketchUcation PluginStore...
-
Hi Aaron, have watched the 3.0 videos and looks like a big leap foward!!
For some reason though this is what I get when loaded? Seems the dialogue box is scrambled; I can't seem to be able to insert my serial number.
-
I will try the uppdater
Much better...
Just a very anxious suspense !
1 minute 40 seconds before something arrives after the first click on the icon !
All is freezing then all works fine!
Never seen that for any plugin : I have tested some thousands!
Do you test something to Internet ? (I have a speedy connection)
Tested on a not very old computer ( 3 years 5 cores)
This is happening only at the start of a Sketchup session!
After the first openning of the plugin it works normally at each call of the plugin!Another thing: does it normal in the free demo to not have door, window, floor ?
(colors image are mine in 2D prog changed -
Hi Aaron,
if I am part way through my design using build edge and I need to close sketchup. When I re start sketchup and continue with my design do I loose the functionality of buildedge? Does it commit to sketchup on closing in other words.
-
@bruce watt said:
Hi Aaron,
if I am part way through my design using build edge and I need to close sketchup. When I re start sketchup and continue with my design do I loose the functionality of buildedge? Does it commit to sketchup on closing in other words.
Hi Bruce,
Closing SketchUp should not affect your BuildEdge data. You should be able to save, close, reopen and continue working. We only Commit when you tell us to!
Thanks!
-
@utiler said:
Hi Aaron, have watched the 3.0 videos and looks like a big leap foward!!
For some reason though this is what I get when loaded? Seems the dialogue box is scrambled; I can't seem to be able to insert my serial number.
Hi Andrew!
Woah! That ain't right!
Looks like a problem initializing the java script. Is that happening every time you try to run, or just the first time? If it IS every time, I will need to get some more data from you. I think it is something that we can fix pretty easily, but it might take a little bit of investigation.
Thanks!
-
@unknownuser said:
I will try the uppdater
Much better...
Just a very anxious suspense !
1 minute 40 seconds before something arrives after the first click on the icon !
All is freezing then all works fine!
Never seen that for any plugin : I have tested some thousands!
Do you test something to Internet ? (I have a speedy connection)
Tested on a not very old computer ( 3 years 5 cores)
This is happening only at the start of a Sketchup session!
After the first openning of the plugin it works normally at each call of the plugin!Another thing: does it normal in the free demo to not have door, window, floor ?
(colors image are mine in 2D prog changed[attachment=0:1llvyi36]<!-- ia0 -->testb.jpg<!-- ia0 -->[/attachment:1llvyi36]
First off, I gotta say I am really enjoying the colors.
Now, as for the delay, is that happening every time you launch, or just the first time? Unfortunately, we do authorize the software, and that can take a little time (though, to be honest, 1 minute 40 seems a little too long).
As for doors, windows and floors, yep! That, along with advanced roof input and automatic input are paid functionality (but only $29!).
Thanks!
Advertisement