sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Organizer.rb error on sketchupConnector.dll

    Scheduled Pinned Locked Moved Developers' Forum
    7 Posts 2 Posters 1.2k Views 2 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.
    • KrisidiousK Offline
      Krisidious
      last edited by

      Error Loading File organizer.rb
      126: The specified module could not be found. - C:/Program Files/Google/Google SketchUp 6/Plugins/sketchupConnector.dll

      any help?

      the file is located in the correct folder.

      By: Kristoff Rand
      Home DesignerUnique House Plans

      1 Reply Last reply Reply Quote 0
      • R Offline
        RickW
        last edited by

        What file is requiring the .dll? Is it in a subfolder?

        RickW
        [www.smustard.com](http://www.smustard.com)

        1 Reply Last reply Reply Quote 0
        • KrisidiousK Offline
          Krisidious
          last edited by

          no it's right there in the folder it's looking for it in.

          By: Kristoff Rand
          Home DesignerUnique House Plans

          1 Reply Last reply Reply Quote 0
          • R Offline
            RickW
            last edited by

            That was two separate questions 😉

            Generally, required files must be in the Plugins folder, even if the file doing the requiring is "organized". This can be changed in one of two ways:

            1. hardcode a relative path in the "require" line. Ex:
              require "./mysubfolder/filename.rb"

            2. softcode a relative path in the "require" line. Ex:
              path = File.dirname(FILE).split("/").last
              require "./#{path}/filename.rb"

            I thought about including this in the rewriting portion of the plugin, but decided against it because of the abundance of 'require "sketchup.rb"' and similar lines that shouldn't be changed at all. True, those can be filtered out, but I decided against it for now. I may change my mind later 😄

            I'm almost done reworking the separate Organizer files into a class contained in one file. It also adds a "test" method to verify where required files should be located.

            RickW
            [www.smustard.com](http://www.smustard.com)

            1 Reply Last reply Reply Quote 0
            • KrisidiousK Offline
              Krisidious
              last edited by

              I would assume it's the organizer looking for it. but maybe not... I'm not familiar with connector.

              By: Kristoff Rand
              Home DesignerUnique House Plans

              1 Reply Last reply Reply Quote 0
              • R Offline
                RickW
                last edited by

                I'll send you the troubleshooting file. It will read the scripts, find the dependencies, and provide a list of files that should be relocated.

                RickW
                [www.smustard.com](http://www.smustard.com)

                1 Reply Last reply Reply Quote 0
                • KrisidiousK Offline
                  Krisidious
                  last edited by

                  you're awesome... that trouble script is the foshizzle

                  By: Kristoff Rand
                  Home DesignerUnique House Plans

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

                  Advertisement