sketchucation logo sketchucation
    • Login
    ⌛ Sale Ending | 30% Off Profile Builder 4 ends 30th September

    BuildEdge PLAN 3.0 Now Available!

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    55 Posts 15 Posters 9.1k Views 15 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.
    • TIGT Offline
      TIG Moderator
      last edited by

      The latest version is now in the SketchUcation PluginStore...
      🤓

      TIG

      1 Reply Last reply Reply Quote 0
      • pilouP Offline
        pilou
        last edited by

        Hum hum 😄 (V8)
        Load free version here at PluginStore

        Seems 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
        

        Frenchy Pilou
        Is beautiful that please without concept!
        My Little site :)

        1 Reply Last reply Reply Quote 0
        • TIGT Offline
          TIG Moderator
          last edited by

          Did you try restarting ?
          The dll etc is inside the RBZ if you open it...
          It should be in the plugin's subfolder..........


          Capture.PNG

          TIG

          1 Reply Last reply Reply Quote 0
          • pilouP Offline
            pilou
            last edited by

            Damned that must be another thing because all is there! 😲
            And by chance there is no accent on the path!
            So...mystery!

            abim.jpg

            Frenchy Pilou
            Is beautiful that please without concept!
            My Little site :)

            1 Reply Last reply Reply Quote 0
            • pilouP Offline
              pilou
              last edited by

              But something curious look the positions of Slashes!
              On my image path there are "" on the message error they are "/" !
              Does this normal ?

              Frenchy Pilou
              Is beautiful that please without concept!
              My Little site :)

              1 Reply Last reply Reply Quote 0
              • pilouP Offline
                pilou
                last edited by

                Must be registered somewhere before using the free version ?

                Another thing that I have never understand! 😮
                aneed.jpg
                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?

                Frenchy Pilou
                Is beautiful that please without concept!
                My Little site :)

                1 Reply Last reply Reply Quote 0
                • TIGT Offline
                  TIG Moderator
                  last edited by

                  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 and extensions.rb [and a few others] are shipped with SketchUp and they load from the Tools folder.
                  They should never come inside a plugin's archive. and they should never be found in the Plugins folder, or any of its subfolders.
                  If you have them in there remove them forthwith... checking that the Tools 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 the Plugins folder load before those in the Tools folder.
                  So if a script loads from the Plugins folder and it needs a function that one of the Tools 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 like load "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...

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    cadmunkey
                    last edited by

                    Suitable for plans in metric or are all the doors/windows etc in feet and inches?

                    1 Reply Last reply Reply Quote 0
                    • aarondietzenA Offline
                      aarondietzen
                      last edited by

                      @unknownuser said:

                      Hum hum 😄 (V8)
                      Load free version here at PluginStore

                      Seems 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!

                      "Imagination is more important than knowledge..."
                      - Albert Einstein

                      1 Reply Last reply Reply Quote 0
                      • aarondietzenA Offline
                        aarondietzen
                        last edited by

                        @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!

                        "Imagination is more important than knowledge..."
                        - Albert Einstein

                        1 Reply Last reply Reply Quote 0
                        • pilouP Offline
                          pilou
                          last edited by

                          @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! ☀

                          Frenchy Pilou
                          Is beautiful that please without concept!
                          My Little site :)

                          1 Reply Last reply Reply Quote 0
                          • aarondietzenA Offline
                            aarondietzen
                            last edited by

                            @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:

                            favicon

                            (store.buildedge.com)

                            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!

                            "Imagination is more important than knowledge..."
                            - Albert Einstein

                            1 Reply Last reply Reply Quote 0
                            • TIGT Offline
                              TIG Moderator
                              last edited by

                              That latest updated version is now in the SketchUcation PluginStore...
                              🤓

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • utilerU Offline
                                utiler
                                last edited by

                                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.


                                BuildEDGE_3.0.png

                                purpose/expression/purpose/....

                                1 Reply Last reply Reply Quote 0
                                • pilouP Offline
                                  pilou
                                  last edited by

                                  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 😉

                                  testb.jpg

                                  Frenchy Pilou
                                  Is beautiful that please without concept!
                                  My Little site :)

                                  1 Reply Last reply Reply Quote 0
                                  • B Offline
                                    Bruce Watt
                                    last edited by

                                    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.

                                    SKUP PRO 2021 latest version / update
                                    Windows 10 Pro
                                    Dell Alienware Aurora R10 AMD
                                    AMD Ryzen™ 9 3900X
                                    NVIDIA® GeForce RTX™ 2080 Ti 11GB GDDR6

                                    1 Reply Last reply Reply Quote 0
                                    • aarondietzenA Offline
                                      aarondietzen
                                      last edited by

                                      @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!

                                      "Imagination is more important than knowledge..."
                                      - Albert Einstein

                                      1 Reply Last reply Reply Quote 0
                                      • aarondietzenA Offline
                                        aarondietzen
                                        last edited by

                                        @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!

                                        "Imagination is more important than knowledge..."
                                        - Albert Einstein

                                        1 Reply Last reply Reply Quote 0
                                        • aarondietzenA Offline
                                          aarondietzen
                                          last edited by

                                          @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!

                                          "Imagination is more important than knowledge..."
                                          - Albert Einstein

                                          1 Reply Last reply Reply Quote 0
                                          • KrisidiousK Offline
                                            Krisidious
                                            last edited by

                                            haven't heard back on how to retrieve my serial number...

                                            also I tried rounding a curved wall and it seems the system is can't do short wall lengths like under 8" maybe?

                                            By: Kristoff Rand
                                            Home DesignerUnique House Plans

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement