sketchucation logo sketchucation
    • Login
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download

    [Plugin] LordOfTheToolbars - v3.0a - 21 Apr 26

    Scheduled Pinned Locked Moved Plugins
    506 Posts 97 Posters 476.1k Views 95 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.
    • J Offline
      joiner
      last edited by

      Sorry, nach mehreren Starts von Sketchup war plötzlich soweit alles in Ordnung. Schönen Tag noch.
      Sorry, after several starts of Sketchup, suddenly everything was fine. Good day yet.

      1 Reply Last reply Reply Quote 0
      • panixiaP Offline
        panixia @JanSteinman
        last edited by

        @JanSteinman said:

        When you pay money for a product

        Isn't Lord Of The Toolbars free??

        1 Reply Last reply Reply Quote 0
        • fredo6F Offline
          fredo6
          last edited by

          I don't know what you mean by Sketchucation 'jail'. And as Panixia said, LOTT is free.

          Anyway, the trouble might be in the habitat_site_context.rb script, as shown in the Sketchup startup error box..

          Did you get an error with the previous version of LOTT and this script installed?

          1 Reply Last reply Reply Quote 1
          • N Offline
            nicolasberthier
            last edited by

            Bug Report: SU2026 / Fatal crash on startup with D5 Render LiveSync (Errno::EISDIR)

            Hi Fredo,

            The last update doesn't fix the D5 issue. Either way, we can only use one of them (LOTT or D5 Render). So now my entire workflow is blocked, and so is the workflow of other D5 and LOTT users. We really need a QUICK fix for this, please.

            I am reporting a fatal initialization crash occurring on SketchUp 2026.1.2 when using the latest D5 Render LiveSync plugin alongside Lord of the Toolbars (v3.0a) and LibFredo6 (v15.9c).

            The Master Toolbar (yellow wheels) becomes completely unresponsive, and all custom toolbars disappear from the screen.

            The Ruby Console highlights an unhandled directory scanning error in lordofthetoolbarsmanager.rbe inside the ghost_command_register method. It appears the script tries to open a sub-directory as a file, throwing an Errno::EISDIR exception.

            The main folder causing the issue is d5_converter, located at:
            %AppData%\Roaming\SketchUp\SketchUp 2026\SketchUp\Plugins\d5_converter

            Exact stack trace:

            #<Errno::EISDIR: Is a directory @ rb_sysopen - c:/users/[username]/appdata/roaming/sketchup/sketchup 2026/sketchup/plugins/d5_converter>
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:2290:in `initialize'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:2290:in `open'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:2290:in `copy_file'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:1088:in `copy_file'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:887:in `block in cp'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:2481:in `block in fu_each_src_dest'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:2497:in `fu_each_src_dest0'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:2479:in `fu_each_src_dest'
            C:/Program Files/SketchUp/SketchUp 2026/SketchUp/Tools/RubyStdLib/FileUtils.rb:886:in `cp'
            c:/users/[username]/appdata/roaming/sketchup/sketchup 2026/sketchup/plugins/!!fredo6_lordofthetoolbars/lordofthetoolbarsmanager.rbe:733:in `ghost_command_register'
            c:/users/[username]/appdata/roaming/sketchup/sketchup 2026/sketchup/plugins/!!fredo6_lordofthetoolbars/lordofthetoolbarsmanager.rbe:1361:in `command_register'
            
            

            Temporary Workaround found:
            Renaming the d5_converter folder to _d5_converter allows LOTT to load correctly, but it completely breaks the D5 LiveSync connection. Downgrading D5 LiveSync to v1.6 also works.

            It seems a simple check to skip directories (like File.directory?) during the ghost_command_register file loop would prevent this crash.

            Thank you for your work!

            1 Reply Last reply Reply Quote 0
            • N Offline
              nicolasberthier
              last edited by

              Hi Fredo. This critical compatibility issue has been documented for several months. It entirely blocks the workflow between LOTT and D5 Render for all users. An urgent patch is required to restore basic functionality. Please prioritize this fix.

              1 Reply Last reply Reply Quote 0
              • fredo6F Offline
                fredo6
                last edited by

                Can you try LordOfTheToolbars v3.0b, just published.

                I don't have D5 installed and I don't really understand why it creates problems with LOTT.

                1 Reply Last reply Reply Quote 0
                • N Offline
                  nicolasberthier
                  last edited by

                  Thank you but this fix still doesn't work. You can have D5 for free at https://www.d5render.com/download

                  To understand and reproduce the issue:

                  1. Install the free D5 LiveSync plugin for SketchUp.
                  2. It generates a folder named d5_converter inside the SketchUp Plugins directory.
                  3. Start SketchUp.
                  4. LOTT scans the Plugins directory, encounters the d5_converter folder, and attempts to open it as a file.
                  5. This triggers the fatal Errno::EISDIR exception in lordofthetoolbarsmanager.rbe (ghost_command_register).

                  The script requires a bypass condition (e.g., next if File.directory?(path)) when reading the plugin directory contents.

                  • D5 Render : https://www.d5render.com/download
                  • D5 LiveSync for SketchUp : https://www.d5render.com/livesync/sketchup
                  1 Reply Last reply Reply Quote 0
                  • fredo6F Offline
                    fredo6
                    last edited by

                    Can you try with LOTT v3.0c.

                    N 1 Reply Last reply Reply Quote 0
                    • N Offline
                      nicolasberthier @fredo6
                      last edited by

                      @fredo6 Thank you, the fix works perfectly.

                      Regarding future development, LOTT requires two long-overdue updates to maintain full compatibility with the current workflow:

                      1. Integration of new native tools: Several recent SketchUp tools are currently missing from the LOTT catalog and must be added.
                      2. Iconography update: The UI icons need to be refreshed to align with the current SketchUp environment.

                      Again, thank you!

                      1 Reply Last reply Reply Quote 0
                      • J Offline
                        jfish101
                        last edited by

                        Hello @fredo6
                        I am using SU 2026 26.2.243 64-bit on Windows 10 Pro with LOTT 3.0c
                        I am trying to create a Personal Command for a Menu item, but when I start this process, no choices display in the Menu section of the window. Even when I try to search for a menu item, no choices display. The Menu portion of the window is blank.
                        Is this a known bug?

                        1 Reply Last reply Reply Quote 0
                        • fredo6F Offline
                          fredo6
                          last edited by

                          Menus Commands are no longer available on Windows since SU2023. This is due to a change of UI framewrok (Qt) in Sketchup.

                          Dave RD 1 Reply Last reply Reply Quote 0
                          • Dave RD Offline
                            Dave R @fredo6
                            last edited by

                            @fredo6 you have had to repeat this numerous times in this thread but since new responders don't seem to read it, perhaps they would see it if you put it in the first few lines of the original post? 😉

                            Etaoin Shrdlu

                            %

                            (THERE'S NO PLACE LIKE)

                            G28 X0.0 Y0.0 Z0.0

                            M30

                            %

                            1 Reply Last reply Reply Quote 0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            • 1
                            • 2
                            • 22
                            • 23
                            • 24
                            • 25
                            • 26
                            • 26 / 26
                            • First post
                              Last post
                            Buy SketchPlus
                            Buy SUbD
                            Buy WrapR
                            Buy eBook
                            Buy Modelur
                            Buy Vertex Tools
                            Buy SketchCuisine
                            Buy FormFonts

                            Advertisement