sketchucation logo sketchucation
    • Login
    ⚠️ Attention | Having issues with Sketchucation Tools 5? Report Here

    Sketchucation Tools 5.0.1

    Scheduled Pinned Locked Moved Extensions & Applications Discussions
    53 Posts 10 Posters 2.3k Views 9 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.
    • alexpacio2013A Offline
      alexpacio2013
      last edited by

      As I mentioned, if I try to reinstall the plugin, I close SketchUp and open it again, but when I go to the SketchUp Extensions panel, it still says it’s deactivated. I try turning it off and restarting it, but it remains deactivated.
      SketchUp_5rDaKikeTV.png

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

        To uninstall SketchUcation - close SketchUp.
        Open your SketchUp's Plugins folder.
        Find the file SketchUcation.rb and its subfolder SketchUcation.
        Select them and delete them.
        Open the PluginStore page and download the latest RBZ - currently it's v5.0.1 [but v5.0.2 will be released very soon].
        Open SketchUp.
        Use SketchUp's Extension Manager to install that RBZ.
        If there's an error message copy it and paste it into a reply.
        Otherwise, can you activate the SketchUcation extension if it's shown disabled ?

        TIG

        alexpacio2013A 1 Reply Last reply Reply Quote 0
        • alexpacio2013A Offline
          alexpacio2013 @TIG
          last edited by Rich O Brien

          @TIG I followed the steps you told me, reinstalled the plugin, and now I am attaching the errors that come up.

          Rapporto errori estensioni
          SketchUp: 25.0.660
          Sistema operativo: Windows 11 
          Ruby: 3.2.2
          
          Estensione: SketchUcation (5.0.1)
          Errore: ArgumentError (invalid byte sequence in UTF-8)
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:805:in `block (4 levels) in getMyPlugins'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:804:in `each'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:804:in `block (3 levels) in getMyPlugins'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:798:in `each'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:798:in `block (2 levels) in getMyPlugins'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:796:in `each'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:796:in `block in getMyPlugins'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:751:in `each'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_dialog.rbe:751:in `getMyPlugins'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_loader.rbe:99:in `<module:SCF>'
          c:/users/roberto.bolletta/appdata/roaming/sketchup/sketchup 2025/sketchup/plugins/sketchucation/scf_loader.rbe:13:in `<main>'
          C:/Program Files/SketchUp/SketchUp 2025/SketchUp/Tools/EXTENSIONs.rb:197:in `eval'
          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/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/SketchUcation.rb:173:in `register_extension'
          C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/SketchUcation.rb:173:in `<module:SCF>'
          C:/Users/roberto.bolletta/AppData/Roaming/SketchUp/SketchUp 2025/SketchUp/Plugins/SketchUcation.rb:17:in `<top (required)>'
          
          1 Reply Last reply Reply Quote 0
          • TIGT Offline
            TIG Moderator
            last edited by

            Thank you for the error message. This is a known problem.
            The UTF-8 text encoding error was reported recently - but only by two people.
            I have now prepared alternative coding to trap for this unexpected issue.
            We still don't know exactly what's causing this UTF-8 encoding error, but it's now sidestepped to avoid these issues.
            Also some very rare internet connectivity issues, which threw up unexplained errors, are now trapped with error messages if there is a download/unzip failure.
            Version 5.0.2 is now ready and being tested in house, it should be published in a few days - watch for announcements.

            TIG

            alexpacio2013A 1 Reply Last reply Reply Quote 0
            • alexpacio2013A Offline
              alexpacio2013 @TIG
              last edited by

              @TIG If it can be useful to you, I use SketchUp in the Italian version because the UTF error seems to be a character issue.

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

                The other report was from a French member, however, worries about oddly encoded Windows user-names in file paths have been without foundation, and we force_encode them to UTF-8 text just in case. User-names that do not follow the Windows recommendations - e.g. with accented characters - might occasionally cause issues, but they are very rare.
                The various extensions' RB files themselves are also get their lines of text force_encoded as UTF-8 text in case they are improperly encoded too [but again that's rare].
                However, in the cases of these rare reported error messages, a line from the RB file that's being read in fails to force_encode because it's not encoded at all in any known format ! This is very weird. To avoid the error our code now uses a line.encoding_valid? test, and if that is false it skips it rather than trying to encode it - because force_encoding only works if the text is already encoded in some other format - so there was an error.

                TIG

                1 Reply Last reply Reply Quote 0
                • gullfoG Offline
                  gullfo
                  last edited by

                  maybe a quick script to scan the files and log them as it attempts to force the UTF-8 and see which plugins are causing it...

                  Glenn

                  http://www.runnel.com

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

                    @gullfo

                    I was think of that...
                    Since very few have reported an issue it must be a rare RB file you have that's causing this issue.
                    BUT can we get v5.0.2 out first.
                    Then I'll PM you something later this week.
                    Thanks for your help.

                    TIG

                    1 Reply Last reply Reply Quote 1
                    • TutorialsUpT Offline
                      TutorialsUp
                      last edited by

                      Encountering the same UTF-8 encoding error. While waiting for v5.0.2, is there any way to download older versions of the plugin so I can continue using?
                      Thanks

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

                        v5.0.2 should be out very soon...

                        TIG

                        1 Reply Last reply Reply Quote 1
                        • I Offline
                          i5963c
                          last edited by

                          Something that I noted after installing version 5.0.1: everytime I launch Sketchup, the toolbar with the 3 icons reappears in the viewport. I don't want this behaviour, when I need the Sketchucation plugin, I will use the menu entries. I never saw this behaviour with earlier versions. I have already switched OFF the selection box for the toolbar settings in the View menu (many times) but at every relaunch / start of the application, the toolbar is shown again (and the selection box in the settings is switched ON again...)

                          I 1 Reply Last reply Reply Quote 0
                          • I Offline
                            i5963c @i5963c
                            last edited by

                            One more finding: The 'Shortcutter' is also empty (see screenshot of the dialog). Wasn't the case in earlier versions.
                            Screenshot 2025-10-07 231410.png

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

                              @i5963c what operating system? What version of SketchUp?

                              This is what I see in the Shortcutter with the current version of Sketchucation Tools.
                              Screenshot - 10_7_2025 , 4_42_02 PM.png

                              Etaoin Shrdlu

                              %

                              (THERE'S NO PLACE LIKE)

                              G28 X0.0 Y0.0 Z0.0

                              M30

                              %

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

                              Advertisement