• 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 28 May 2013, 20:53

    @krisidious said:

    @davids90gt said:

    @krisidious said:

    On SU 2013 Win, I'm getting this error on startup.

    no such file to load -- 3darcstudio/3darcstudiotree.rbs
    Error Loading File 3darcstudiotreeloader.rb
    no such file to load -- 3darcstudio/3darcstudiotree.rbs

    The file is in the location specified.

    I'm getting this exact same thing. I have full permissions.

    I'm not crazy... WooHoo...

    Hi,
    I made tests with SU 2013 (free version). Seems to work, so I Will need more info to find the error cause.

    • any other info within message box other than error loading file ?
    • the loader is not scrambled and only few lines (less than 10), if someone else got similar issue when migrating to SU2013 ? Here is the code (I only removed the dots at the end of lines between =begin and =end.

    =begin
    Copyright 2012-2013 3DArcStudio
    All Rights Reserved
    THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
    MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    =end

    require 'sketchup.rb'
    require 'extensions.rb'

    extension = SketchupExtension.new '3DArcStudio Tree Maker', '3darcstudio/3darcstudiotree.rbs'
    extension.creator = 'Pascal Poublan'
    extension.version = '093'
    extension.copyright = '2013, 3D Arc Studio. All rights reserved.'
    extension.description = 'Sketchup Generic Trees Maker'
    Sketchup.register_extension extension, true

    1 Reply Last reply Reply Quote 0
    • P Offline
      ppoublan
      last edited by 28 May 2013, 21:28

      Dear all,
      Here is a new tree template I like.
      Extract the zip file to the plugins/3darcstudio directory and choose Vine Tree template when creating a tree.
      Yours

      tree08.jpg

      tree maker template to copy to plugin 3darcstudio directory

      1 Reply Last reply Reply Quote 0
      • K Offline
        Krisidious
        last edited by 29 May 2013, 00:58

        I get the same error in both SU8 and SU2013.

        no such file to load -- 3darcstudio/3darcstudiotree.rbs
        Error Loading File 3darcstudiotreeloader.rb
        no such file to load -- 3darcstudio/3darcstudiotree.rbs

        Could this be a Pro Problem?

        By: Kristoff Rand
        Home DesignerUnique House Plans

        1 Reply Last reply Reply Quote 0
        • A Offline
          Alan Fraser
          last edited by 29 May 2013, 07:14

          Kris, are you running SU in Administrator mode? You can set the program exe file to do this every time in Properties. I had to do this some time ago when a few of Fredo's scripts were acting up (before he updated the library file)
          I'm not saying it'll solve the problem, but it's worth a try. I've had that error in the past with other Rubies...infuriating when the 'missing' file is staring you in the face.

          3D Figures
          Were you required to walk 500 miles? Were you advised to walk 500 more?
          You could be entitled to compensation. Call the Pro Claimers now!

          1 Reply Last reply Reply Quote 0
          • T Offline
            TIG Moderator
            last edited by 29 May 2013, 08:24

            Check that everyone has FULL permissions to your Plugins folder [and that it trickles down to all subfolders/files etc...]
            If you have a 'CREATOR OWNER' listed under Security try to remove it...
            Use the 'Advanced...' options to Edit that...
            Add yourself [or your 'group'] as the Owner.
            The only three entries you need are SYSTEM, users-group and admins-group - and perhaps yourself - BUT you should be in the other two groups anyway!
            You don't really need CREATOR OWNER or Trusted Installer...
            Have the inherit properties check-box unchecked!

            That combined with running it as administrator might alleviate these issues... πŸ˜•

            TIG

            1 Reply Last reply Reply Quote 0
            • K Offline
              Krisidious
              last edited by 29 May 2013, 08:41

              Ok, I deleted Creator Owner and hit all of the permissions again.

              ran as administrator... same thing.

              Capturetreemaker2.JPG

              By: Kristoff Rand
              Home DesignerUnique House Plans

              1 Reply Last reply Reply Quote 0
              • M Offline
                massimo Moderator
                last edited by 29 May 2013, 08:43

                Do you have the same settings also for "Users"? If not, do the same for that.

                1 Reply Last reply Reply Quote 0
                • K Offline
                  Krisidious
                  last edited by 29 May 2013, 08:51

                  @unknownuser said:

                  path='C:/Program Files (x86)/Sketchup/Sketchup 2013/Plugins/3darcstudio/3darcstudiotree.rbs'
                  C:/Program Files (x86)/Sketchup/Sketchup 2013/Plugins/3darcstudio/3darcstudiotree.rbs
                  File.exist?(path)
                  true
                  Load Path
                  Error: #<NameError: (eval):155: uninitialized constant Path>
                  (eval):155
                  path='C:/Program Files (x86)/Sketchup/Sketchup 2013/Plugins/3darcstudio/3darcstudiotree.rbs'
                  C:/Program Files (x86)/Sketchup/Sketchup 2013/Plugins/3darcstudio/3darcstudiotree.rbs
                  load path
                  Error: #<SyntaxError: (eval):155:in load': C:/Program Files (x86)/Sketchup/Sketchup 2013/Plugins/3darcstudio/3darcstudiotree.rbs:1: no .<digit> floating literal anymore; put 0 before dot RBS1.0... ^ C:/Program Files (x86)/Sketchup/Sketchup 2013/Plugins/3darcstudio/3darcstudiotree.rbs:1: syntax error, unexpected tINTEGER RBS1.0... ^ C:/Program Files (x86)/Sketchup/Sketchup 2013/Plugins/3darcstudio/3darcstudiotree.rbs:1: Invalid char \010' in expression>
                  (eval):155
                  (eval):155

                  By: Kristoff Rand
                  Home DesignerUnique House Plans

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    Krisidious
                    last edited by 29 May 2013, 08:53

                    yes... have it at the same.

                    Capturetreemaker3.JPG

                    By: Kristoff Rand
                    Home DesignerUnique House Plans

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      Alan Fraser
                      last edited by 29 May 2013, 09:00

                      That looks similar to my Plugins properties...except I have "CREATOR OWNER" on top of SYSTEM; and "Administrators(Alan-PC/Administrators)" underneath it.

                      3D Figures
                      Were you required to walk 500 miles? Were you advised to walk 500 more?
                      You could be entitled to compensation. Call the Pro Claimers now!

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        TIG Moderator
                        last edited by 29 May 2013, 10:51

                        Remove 'Trusted Installer'.
                        The 'CREATOR OWNER' is optional - but if it inherits permissions from its container, then it might screw up things...
                        Use the minimum number of 'users/groups' that you can get away with...
                        Ensure that they ALL have FULL permissions.
                        Do no 'inherit' any permissions...

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • K Offline
                          Krisidious
                          last edited by 29 May 2013, 11:03

                          Done... Still problem persists...

                          Capturetreemaker4.JPG

                          By: Kristoff Rand
                          Home DesignerUnique House Plans

                          1 Reply Last reply Reply Quote 0
                          • T Offline
                            TIG Moderator
                            last edited by 29 May 2013, 11:07

                            What's under the 'Owner' tab ?

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • K Offline
                              Krisidious
                              last edited by 29 May 2013, 11:19

                              Capturetreemaker5.JPG

                              By: Kristoff Rand
                              Home DesignerUnique House Plans

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                TIG Moderator
                                last edited by 29 May 2013, 11:29

                                Then you are screwed 😲
                                I'm out of ideas... πŸ˜’

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • K Offline
                                  Krisidious
                                  last edited by 29 May 2013, 11:41

                                  🀣

                                  By: Kristoff Rand
                                  Home DesignerUnique House Plans

                                  1 Reply Last reply Reply Quote 0
                                  • K Offline
                                    Krisidious
                                    last edited by 29 May 2013, 11:41

                                    😒 😒 😒

                                    By: Kristoff Rand
                                    Home DesignerUnique House Plans

                                    1 Reply Last reply Reply Quote 0
                                    • K Offline
                                      Krisidious
                                      last edited by 29 May 2013, 11:43

                                      πŸ’­

                                      By: Kristoff Rand
                                      Home DesignerUnique House Plans

                                      1 Reply Last reply Reply Quote 0
                                      • K Offline
                                        Krisidious
                                        last edited by 29 May 2013, 11:44

                                        Yes!

                                        It's a conflict.

                                        Removing all plugins from the plugins folder and it works.

                                        Now how can I figure out which one it is...

                                        By: Kristoff Rand
                                        Home DesignerUnique House Plans

                                        1 Reply Last reply Reply Quote 0
                                        • B Offline
                                          Box
                                          last edited by 29 May 2013, 11:48

                                          Do the old half half trick, add half of them back, if they work try the other half, when you get a half that doesn't work halve it and repeat until you have the one precious.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • 7
                                          • 16
                                          • 17
                                          • 5 / 17
                                          5 / 17
                                          • First post
                                            93/322
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement