• Login
sketchucation logo sketchucation
  • Login
ℹ️ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More

[Plugin][$] 3D Tree Maker - New version 1.10.14

Scheduled Pinned Locked Moved Plugins
322 Posts 79 Posters 149.4k Views
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.
  • P Offline
    ppoublan
    last edited by 4 Feb 2014, 13:11

    Hi Lee,
    Looks like Sketchup does not see the file.
    Check the permissions as described here : http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=56005
    Could you provide a screen capture of your Plugins/3darcstudiotree directory to check the files are there.
    You should have something like this :
    plugins3darcstudiotreedir.JPG

    1 Reply Last reply Reply Quote 0
    • L Offline
      Lee05
      last edited by 4 Feb 2014, 13:52

      Hello Pascal,
      Here's the print screen. In my opinion the plugin is properly installed.

      Toni


      SU_Plugins.png

      1 Reply Last reply Reply Quote 0
      • P Offline
        ppoublan
        last edited by 4 Feb 2014, 15:45

        Hi Lee,
        I do not understand why the file is not loaded by SU if it exists in the right place.
        To see what happens from SU, can you run this commande from the Ruby Console :
        File.exists?(Sketchup.find_support_file("Plugins/3darcstudiotree")+"/3darcstudiotree.rbs")
        Does it return true ?
        You can also make a try to run SU as Administrator.
        Pascal

        1 Reply Last reply Reply Quote 0
        • P Offline
          ppoublan
          last edited by 4 Feb 2014, 15:48

          @oxer said:

          Yes, it works now on Mac. πŸ‘
          I tried to send you a PM yesterday, but it's in the Outbox still, so I put here the Spanish Language Translation.

          [attachment=0:101urpzm]<!-- ia0 -->3darcstudiotreees.txt.zip<!-- ia0 -->[/attachment:101urpzm]

          These are some strings not included in the original language file

          tree converted from old

          Thanks a lot Oxer for that work and pointing out some strings are missing. I will add them to the code in order to be able to localize them as well.
          Yours
          Pascal

          1 Reply Last reply Reply Quote 0
          • L Offline
            Lee05
            last edited by 4 Feb 2014, 17:07

            I run command in Ruby Console, it returns true.
            SU is running as administrator, error still there.

            I've installed home the plugin, here works fine.
            Toni

            1 Reply Last reply Reply Quote 0
            • O Offline
              Oxer
              last edited by 4 Feb 2014, 17:18

              I seen a curious plant in the templates, the tree26 πŸ‘ πŸ˜† πŸ˜† πŸ˜† πŸ˜†

              "The result is the end what is important is the process" by Oxer
              [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

              1 Reply Last reply Reply Quote 0
              • P Offline
                ppoublan
                last edited by 5 Feb 2014, 00:12

                @lee05 said:

                I've installed home the plugin, here works fine.
                Toni

                hi Toni,
                So it works fine now ?
                You copied files to Plugins/3darcstudiotree folder to solve it ?
                Just want to know if it was a pb of security rights or files beeing in the right folder.
                Yours
                Pascal

                1 Reply Last reply Reply Quote 0
                • L Offline
                  Lee05
                  last edited by 5 Feb 2014, 07:53

                  Hi Pascal,
                  3D Tree Maker works fine on computer from home, there I've installed it from SU plugin store, I did'nt change anything, just leave it how installed itself.

                  On my office computer I still get that error. SU runs as administrator, everything is at it's place and security settings are the same as for all other plugins.
                  When running the command in ruby console returns true also.

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    TIG Moderator
                    last edited by 5 Feb 2014, 09:29

                    Have you read and fixed things as this?
                    http://sketchucation.com/forums/viewtopic.php?p=508319#p508319

                    Also your SketchUp installation path looks a bit 'non-standard' ?
                    Did you allow the SketchUp-installer to choose the path or did you 'customize' it ?
                    To check where SketchUp thinks Plugins should be and where they are please type or copy+paste these lines of code in the Ruby Console + <enter>

                    p = Sketchup.find_support_file('Plugins')
                    should return the path to you plugins folder.

                    $LOAD_PATH
                    should return an array of paths, including the same one to the Plugins folder [p].

                    File.exist?(File.join(p, '3darcstudiotree'))
                    should return true if that folder exists in Plugins.

                    File.exist?(File.join(p, '3darcstudiotreeloader.rb'))
                    should return true if that file exists in Plugins.

                    πŸ˜•

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • L Offline
                      Lee05
                      last edited by 5 Feb 2014, 14:34

                      Hi TIG,

                      I have read that topic and everything looks ok.
                      The installation path for SU is a little non-standard on both PC home and office but only at office I got the error. The installation was made from Sketchup Plugin Store v.2.5.1 as other plugins that work fine.

                      I run the lines of code in Ruby Console it returns at it should, see image.

                      😒


                      Ruby console.png

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        TIG Moderator
                        last edited by 5 Feb 2014, 15:16

                        @Lee05

                        Your results are fine. πŸ˜„ πŸ˜•
                        Now recheck that Plugins folder's properties > security against the FULL permissions, as mentioned in my previous post...

                        The main rbs code is encrypted so we can't see exactly what it's doing...

                        The tool perhaps writes some temporary data files that it has a permission issue with ?

                        Can I suggest you contact the maker of the tool directly...

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • P Offline
                          ppoublan
                          last edited by 5 Feb 2014, 18:25

                          @lee,
                          If the error message is "file not found", I do not think it is due to the content of the file itself. But maybe I'm wrong...

                          Do not have many other ideas to solve the issue. Here are 2 options you may try :
                          -delete the file 3darcstudiotreeloader.rb
                          -delete the directory 3darcstudiotree and all its content

                          • run SU
                          • reinstall the plugin from Sketchucation pluginstore
                            and see if you got the same error

                          If the problem is still there, copy all the files that are in the plugins directory somewhere else (to be able to put them back later).
                          Delete all the files in the plugin directory except 3darcstudiotreeloader.rb
                          Run SU and test

                          Just to be sure, when you move from SU8 to SU2013, did you reinstalled your plugins or just copied the files from SU8 to SU2013 ? cause I have seen some errors linked to copy of old SU8 files into the SU2013 plugin dir.

                          1 Reply Last reply Reply Quote 0
                          • L Offline
                            Lee05
                            last edited by 6 Feb 2014, 12:08

                            @ppoublan

                            I removed everything from plugins menu but 3darcstudiotree folder and 3darcstudiotreeloader.rb and plugin was loaded adn working.
                            When extensions.rb is back in plugin folder, error is back too.

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              TIG Moderator
                              last edited by 6 Feb 2014, 13:36

                              @Lee05

                              There should NOT be a extensions.rb file in your 'Plugins' folder at all !

                              When SketchUp is installed it adds 3 files into the 'Tools' folder - which it needs and which it expects to be in there...

                              extensions.rb langhandler.rb sketchup.rb

                              These 3 files should never appear in the 'Plugins' folder.

                              Check that they are in the 'Tools' folder, and then remove the rogue ones in 'Plugins'...

                              In SketchUp version 8 there are also several other rb files in 'Tools' - unlike v2013, which should only those 3 rb files in 'Tools' with su_... versions of these extras in 'Plugin's.
                              The v8 extras will include.

                              dynamiccomponents.rb sandboxtools.rb shadowstringsfix.rb SolarNorth.rb

                              Again, in v8 these rb files should not appear in 'Plugins' - they belong on 'Tools'...

                              Looks like you installation is messed up... πŸ˜’

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • L Offline
                                Lee05
                                last edited by 6 Feb 2014, 16:27

                                @TIG

                                Yes, i guess my plugin folder is a little messed up, extensions.rb and sketchup.rb were there. I remove them and everything is fine now, plugin is loaded and works.

                                Thank you for support.

                                1 Reply Last reply Reply Quote 0
                                • ramjanR Offline
                                  ramjan
                                  last edited by 14 Feb 2014, 17:01

                                  hello everyone... i installed .rbz file and when i start sketchup,this error appeared...why??? ❓
                                  error comment

                                  1 Reply Last reply Reply Quote 0
                                  • Dave RD Offline
                                    Dave R
                                    last edited by 14 Feb 2014, 19:21

                                    You say you "installed the .rbz file" How did you do that? It appears that you didn't do it correctly and/or you haven't got sufficient privileges to add things to the Plugins folder.

                                    Etaoin Shrdlu

                                    %

                                    (THERE'S NO PLACE LIKE)

                                    G28 X0.0 Y0.0 Z0.0

                                    M30

                                    %

                                    1 Reply Last reply Reply Quote 0
                                    • ramjanR Offline
                                      ramjan
                                      last edited by 15 Feb 2014, 16:54

                                      @dave r said:

                                      You say you "installed the .rbz file" How did you do that? It appears that you didn't do it correctly and/or you haven't got sufficient privileges to add things to the Plugins folder.

                                      i found it... it is because extensions.rb
                                      i must send it to disable plugin at sketchucation plugin manager... πŸ‘

                                      1 Reply Last reply Reply Quote 0
                                      • Dave RD Offline
                                        Dave R
                                        last edited by 15 Feb 2014, 17:52

                                        Huh?

                                        Did you find extensions.rb in the Plugins folder? If so, that's not where it is supposed to be. It's supposed to be in Tools. If you find extensions.rb in the Tools folder AND the Plugins folder, delete it from Plugins. I wonder what plugin you installed put extensions.rb in the wrong place.

                                        Etaoin Shrdlu

                                        %

                                        (THERE'S NO PLACE LIKE)

                                        G28 X0.0 Y0.0 Z0.0

                                        M30

                                        %

                                        1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          TIG Moderator
                                          last edited by 15 Feb 2014, 22:19

                                          There are three rb files that should never be in the Plugins folder.
                                          They belong in the Tools folder, where SketchUp puts them as you install it.
                                          They are:
                                          extensions.rb sketchup.rb langhandler.rb

                                          TIG

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 8
                                          • 9
                                          • 10
                                          • 11
                                          • 12
                                          • 16
                                          • 17
                                          • 10 / 17
                                          • First post
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement