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!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download

    [Plugin] Smooth Zoom 2.1.0 - 24 October 2021

    Scheduled Pinned Locked Moved Plugins
    76 Posts 31 Posters 84.7k Views 30 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.
    • M Offline
      melindasaur
      last edited by

      Getting an error as well:

      Extension Errors Report
      SketchUp: 24.0.594
      OS: Windows 10
      Ruby: 3.2.2

      Extension: SoothZoom (2.1.1a)
      Error: NoMethodError (undefined method exists?' for File:Class) C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:65:in block in require_all'
      C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:63:in each' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:63:in require_all'
      C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/main.rb:95:in <top (required)>' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in require'
      C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2024/Tools/extensions.rb:197:in require'
      C:/Program Files/SketchUp/SketchUp 2024/Tools/extensions.rb:197:in load' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:42:in register_extension'
      C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:42:in <module:SmoothZoom>' C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:10:in module:AMS'
      C:/Users/clayt/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ams_SmoothZoom.rb:9:in `<top (required)>'

      1 Reply Last reply Reply Quote 0
      • Rich O BrienR Offline
        Rich O Brien Moderator
        last edited by

        Anton is aware of this errors. Expect a fix asap

        Download the free D'oh Book for SketchUp 📖

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

          Until there's a fix available, because the error is in a RB file you can edit it with a plain-text editor like Notepad++.exe
          Find where it says File.exists? and change it to File.exist?
          Both method coexisted for ever and were equivalent to each other, but in >=v2024 someone chose to deprecate the original correct-English sounding version, and cause authors issues.
          After you save that edit restart SketchUp to see if that fixed it...

          TIG

          1 Reply Last reply Reply Quote 0
          • K Offline
            kurdoc69 @Anton_S
            last edited by

            @Anton_S HELLO FRIEND, CAN YOU MAKE IT WORK ON VERSION 2025 ? IT IS MY ESSENTIAL COMPONENT ! THANK Y👏 OU

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

              @kurdoc69
              Read my reply above yours, it outlines how to do a manual fix on the RB file, until the author responds.

              TIG

              K 1 Reply Last reply Reply Quote 0
              • K Offline
                kurdoc69 @TIG
                last edited by

                @TIG i downloaded notepad++ but my file is rbz, when i open it i can't understand the language to edit, sorry i don't understand about this.

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

                  You need to install it into v2025 from the RBZ - with errors.
                  Then close SketchUp and find the RB file in your Plugins folder, open it it with Notepad++.exe and do the edit as outlined above...
                  The installed file is C:/Users/YOURUSERNAME/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb

                  TIG

                  K 1 Reply Last reply Reply Quote 0
                  • K Offline
                    kurdoc69 @TIG
                    last edited by kurdoc69

                    @TIG I changed 3 places where it said File.exists? and then I get this new error

                    Informe de errores de extensión
                    SketchUp: 25.0.571
                    OS: Windows 11
                    Ruby: 3.2.2

                    Extensión: SoothZoom (2.1.1a)
                    Error: IOError (Stage directory, "C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/libraries/stage/win64/3.2", is missing!)
                    C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/extension_manager.rb:76:in require_all' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/main.rb:95:in <top (required)>'
                    C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in require' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom/main_entry.rb:19:in <top (required)>'
                    C:/Program Files/SketchUp/SketchUp 2025/SketchUp/Tools/extensions.rb:197:in require' C:/Program Files/SketchUp/SketchUp 2025/SketchUp/Tools/extensions.rb:197:in load'
                    C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:42:in register_extension' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:42:in module:SmoothZoom'
                    C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:10:in <module:AMS>' C:/Users/Kurdo/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/ams_SmoothZoom.rb:9:in <top (required)>'

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

                      So that error seems to relate to a missing directory or file.
                      You need to wait for the author to resolve this .
                      Sorry.

                      TIG

                      K 1 Reply Last reply Reply Quote 0
                      • K Offline
                        kurdoc69 @TIG
                        last edited by

                        @TIG thank you for your support

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          shepyura
                          last edited by

                          Помогите! 2024 не работает! SOS)!ПОЖАЛУЙСТА!

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

                            The earlier posts in this thread explain how to make a temporary fix by editing the RB file.
                            В предыдущих сообщениях в этой теме объясняется, как сделать временное исправление путем редактирования файла RB.

                            TIG

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

                            Advertisement