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

    [Plugin] TT_Lib²

    已排程 已置頂 已鎖定 已移動 Plugins
    310 貼文 66 Posters 394.3k 瀏覽 66 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • TIGT 離線
      TIG Moderator
      最後由 編輯

      Being an administrator does not guarantee full security permissions to folders within the Program Files tree. By default everyone gets 'read-only'.

      So you need to select the Plugins folder's icon:
      right-click
      context-menu
      Properties
      Security
      Edit...
      and give every entry FULL permissions
      Apply/OK.

      Also in the same folder as the Plugins folder find SketchUp.exe, select it and:
      right-click
      context-menu
      Properties
      Compatibility
      Tick the 'Always run as administrator' box...
      Apply/OK.

      Also make sure that the Plugins folder does not have a custom icon - this is known to have subtle effects on permissions that report FULL but are really slightly reduced 😒

      TIG

      1 條回覆 最後回覆 回覆 引用 0
      • tt_suT 離線
        tt_su
        最後由 編輯

        After you removed the content of the VirtualStore Plugins folder - did you also remove it?

        (I might have to change the detection code to not raise a message if the folder exist but is empty. At the moment it will alter the user by just being there.)

        1 條回覆 最後回覆 回覆 引用 0
        • micioneM 離線
          micione
          最後由 編輯

          Thomas,
          The procedure indicated by TIM has been active for a long time on my computer.
          The folder "virtual store" is empty.
          But the warning reappears always, to the opening of SU8.
          Earlier Library, as well as all installed plugins, do not have
          given problems.
          In SU2013, the question does not arise. The thing does not happen.

          1 條回覆 最後回覆 回覆 引用 0
          • G 離線
            g_wilson
            最後由 編輯

            @tt_su said:

            Thanks for the feedback. I think I have a fix - but I don't have an XP machine to test on.

            I've uploaded a new version on BitBucket: https://bitbucket.org/thomthom/tt-library-2/downloads

            Can you try that and let me know if it works. Then I can upload it to the Plugin Store and Extension Warehouse.

            Hi - 2.9.2 same Load Errors as 2.9.1 Tried change rbz => zip => unpacked => copied to "plugins" and also installed directly thru Preferences as rbz. Same results. Also deleting TT_lib folder and .rb before installing 2.9.2.

            I guess the time is coming to change OS to something that doesn't require the use of hi grade metallurgical anthracite.


            Error Loading File tt_cleanup.rb
            can't convert nil into StringError Loading File tt_shell.rb
            can't convert nil into StringError Loading File C:/Program Files/Google/Google SketchUp 8/Plugins/tt_solid_inspector/core.rb
            can't convert nil into StringError Loading File tt_solid_inspector.rb
            can't convert nil into String


            From Ruby Console:

            ENV.each { |k,v| puts "#{k} = #{v}" }
            ALLUSERSPROFILE = C:\Documents and Settings\All Users
            APPDATA = C:\Documents and Settings\Gary\Application Data
            CLIENTNAME = Console
            CommonProgramFiles = C:\Program Files\Common Files
            COMPUTERNAME = GARY-48BB76102C
            ComSpec = C:\WINDOWS\system32\cmd.exe
            FP_NO_HOST_CHECK = NO
            HOMEDRIVE = 😄
            HOMEPATH = \Documents and Settings\Gary
            LOGONSERVER = \GARY-48BB76102C
            NUMBER_OF_PROCESSORS = 2
            OS = Windows_NT
            Path = C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Autodesk Shared;C:\WINDOWS\system32\WindowsPowerShell\v1.0
            PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
            PROCESSOR_ARCHITECTURE = x86
            PROCESSOR_IDENTIFIER = x86 Family 15 Model 67 Stepping 3, AuthenticAMD
            PROCESSOR_LEVEL = 15
            PROCESSOR_REVISION = 4303
            ProgramFiles = C:\Program Files
            SESSIONNAME = Console
            SystemDrive = 😄
            SystemRoot = C:\WINDOWS
            TEMP = C:\DOCUME~1\Gary\LOCALS~1\Temp
            TMP = C:\DOCUME~1\Gary\LOCALS~1\Temp
            USERDOMAIN = GARY-48BB76102C
            USERNAME = Gary
            USERPROFILE = C:\Documents and Settings\Gary
            windir = C:\WINDOWS
            {"ALLUSERSPROFILE"=>"C:\Documents and Settings\All Users", "APPDATA"=>"C:\Documents and Settings\Gary\Application Data", "CLIENTNAME"=>"Console", "CommonProgramFiles"=>"C:\Program Files\Common Files", "COMPUTERNAME"=>"GARY-48BB76102C", "ComSpec"=>"C:\WINDOWS\system32\cmd.exe", "FP_NO_HOST_CHECK"=>"NO", "HOMEDRIVE"=>"C:", "HOMEPATH"=>"\Documents and Settings\Gary", "LOGONSERVER"=>"\\GARY-48BB76102C", "NUMBER_OF_PROCESSORS"=>"2", "OS"=>"Windows_NT", "Path"=>"C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Autodesk Shared\;C:\WINDOWS\system32\WindowsPowerShell\v1.0", "PATHEXT"=>".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1", "PROCESSOR_ARCHITECTURE"=>"x86", "PROCESSOR_IDENTIFIER"=>"x86 Family 15 Model 67 Stepping 3, AuthenticAMD", "PROCESSOR_LEVEL"=>"15", "PROCESSOR_REVISION"=>"4303", "ProgramFiles"=>"C:\Program Files", "SESSIONNAME"=>"Console", "SystemDrive"=>"C:", "SystemRoot"=>"C:\WINDOWS", "TEMP"=>"C:\DOCUME~1\Gary\LOCALS~1\Temp", "TMP"=>"C:\DOCUME~1\Gary\LOCALS~1\Temp", "USERDOMAIN"=>"GARY-48BB76102C", "USERNAME"=>"Gary", "USERPROFILE"=>"C:\Documents and Settings\Gary", "windir"=>"C:\WINDOWS"}

            1 條回覆 最後回覆 回覆 引用 0
            • thomthomT 離線
              thomthom
              最後由 編輯

              @micione said:

              Thomas,
              The procedure indicated by TIM has been active for a long time on my computer.
              The folder "virtual store" is empty.

              That's because the previous versions would simply check if there was a Plugins folder in the VirtualStore. It didn't check if it was empty.

              I just uploaded a new version that checks if there actually is files there before warning. I think that should fix this.

              Thomas Thomassen — SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

              1 條回覆 最後回覆 回覆 引用 0
              • thomthomT 離線
                thomthom
                最後由 編輯

                @g_wilson said:

                Error Loading File tt_cleanup.rb
                can't convert nil into StringError Loading File tt_shell.rb
                can't convert nil into StringError Loading File C:/Program Files/Google/Google SketchUp 8/Plugins/tt_solid_inspector/core.rb
                can't convert nil into StringError Loading File tt_solid_inspector.rb
                can't convert nil into String

                Wait - these are different errors... don't think that is related to the VirtualStore.

                All these errors refer to other plugins.
                What's the output if you open the Ruby Console and type in: load 'tt_cleanup.rb' ?

                Thomas Thomassen — SketchUp Monkey & Coding addict
                List of my plugins and link to the CookieWare fund

                1 條回覆 最後回覆 回覆 引用 0
                • micioneM 離線
                  micione
                  最後由 編輯

                  Thomas,
                  The new version 2.9.3 seems to have solved the problem.
                  Thank you.

                  1 條回覆 最後回覆 回覆 引用 0
                  • G 離線
                    g_wilson
                    最後由 編輯

                    Hi again - this may be a wild goose chase. I just closed SU8 and after exiting - up pops bugsplat window. I have attached .dmp file - closed bugsplat without being smart enough to send to trimble but searched out .dmp file. I tried 4 times to repeat bugsplat but no joy - exited cleanly. The bugsplat occurred with a new blank my default .skp as per usual.

                    OOPS - won't send .dmp file - renamed .txt

                    Stubborn bloody thing - now attached as .zip


                    SketchUpLUA15091.zip

                    1 條回覆 最後回覆 回覆 引用 0
                    • G 離線
                      g_wilson
                      最後由 編輯

                      @thomthom said:

                      @g_wilson said:

                      Error Loading File tt_cleanup.rb
                      can't convert nil into StringError Loading File tt_shell.rb
                      can't convert nil into StringError Loading File C:/Program Files/Google/Google SketchUp 8/Plugins/tt_solid_inspector/core.rb
                      can't convert nil into StringError Loading File tt_solid_inspector.rb
                      can't convert nil into String

                      Wait - these are different errors... don't think that is related to the VirtualStore.

                      All these errors refer to other plugins.
                      What's the output if you open the Ruby Console and type in: load 'tt_cleanup.rb' ?

                      Per request RESULT:


                      load 'tt_cleanup.rb'
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:27: warning: already initialized constant BB_LEFT_FRONT_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:28: warning: already initialized constant BB_RIGHT_FRONT_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:29: warning: already initialized constant BB_LEFT_BACK_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:30: warning: already initialized constant BB_RIGHT_BACK_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:31: warning: already initialized constant BB_LEFT_FRONT_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:32: warning: already initialized constant BB_RIGHT_FRONT_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:33: warning: already initialized constant BB_LEFT_BACK_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:34: warning: already initialized constant BB_RIGHT_BACK_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:36: warning: already initialized constant BB_CENTER_FRONT_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:37: warning: already initialized constant BB_CENTER_BACK_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:38: warning: already initialized constant BB_CENTER_FRONT_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:39: warning: already initialized constant BB_CENTER_BACK_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:41: warning: already initialized constant BB_LEFT_CENTER_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:42: warning: already initialized constant BB_LEFT_CENTER_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:43: warning: already initialized constant BB_RIGHT_CENTER_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:44: warning: already initialized constant BB_RIGHT_CENTER_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:46: warning: already initialized constant BB_LEFT_FRONT_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:47: warning: already initialized constant BB_RIGHT_FRONT_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:48: warning: already initialized constant BB_LEFT_BACK_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:49: warning: already initialized constant BB_RIGHT_BACK_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:51: warning: already initialized constant BB_LEFT_CENTER_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:52: warning: already initialized constant BB_RIGHT_CENTER_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:53: warning: already initialized constant BB_CENTER_FRONT_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:54: warning: already initialized constant BB_CENTER_BACK_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:55: warning: already initialized constant BB_CENTER_CENTER_TOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:56: warning: already initialized constant BB_CENTER_CENTER_BOTTOM
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:58: warning: already initialized constant BB_CENTER_CENTER_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:59: warning: already initialized constant BB_CENTER
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:64: warning: already initialized constant MB_ICONHAND
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:65: warning: already initialized constant MB_ICONSTOP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:66: warning: already initialized constant MB_ICONERROR
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:67: warning: already initialized constant MB_ICONQUESTION
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:68: warning: already initialized constant MB_ICONEXCLAMATION
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:69: warning: already initialized constant MB_ICONWARNING
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:70: warning: already initialized constant MB_ICONASTERISK
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:71: warning: already initialized constant MB_ICONINFORMATION
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:72: warning: already initialized constant MB_ICON_NONE
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:74: warning: already initialized constant MB_DEFBUTTON1
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:75: warning: already initialized constant MB_DEFBUTTON2
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:76: warning: already initialized constant MB_DEFBUTTON3
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:77: warning: already initialized constant MB_DEFBUTTON4
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:82: warning: already initialized constant MESH_SHARP
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:83: warning: already initialized constant MESH_SOFT
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:84: warning: already initialized constant MESH_SMOOTH
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:85: warning: already initialized constant MESH_SOFT_SMOOTH
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:90: warning: already initialized constant POINT_OPEN_SQUARE
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:91: warning: already initialized constant POINT_FILLED_SQUARE
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:92: warning: already initialized constant POINT_CROSS
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:93: warning: already initialized constant POINT_X
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:94: warning: already initialized constant POINT_STAR
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:95: warning: already initialized constant POINT_OPEN_TRIANGLE
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:96: warning: already initialized constant POINT_FILLED_TRIANGLE
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:114: warning: already initialized constant VERSION
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:118: warning: already initialized constant PREF_KEY
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:121: warning: already initialized constant PATH
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:122: warning: already initialized constant PATH_LIBS
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:125: warning: already initialized constant PATH_LIBS_CEXT
                      Error: #<TypeError: C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:249:in exist?': can't convert nil into String> C:/Program Files/Google/Google SketchUp 8/Plugins/tt_cleanup.rb:90 C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:249:in virtualstore_check'
                      C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:450
                      C:/Program Files/Google/Google SketchUp 8/Plugins/tt_cleanup.rb:89:in require' C:/Program Files/Google/Google SketchUp 8/Plugins/tt_cleanup.rb:89 (eval):232:in load'
                      (eval):232

                      1 條回覆 最後回覆 回覆 引用 0
                      • tt_suT 離線
                        tt_su
                        最後由 編輯

                        @micione said:

                        Thomas,
                        The new version 2.9.3 seems to have solved the problem.
                        Thank you.

                        👍 👍

                        @g_wilson said:

                        Hi again - this may be a wild goose chase. I just closed SU8 and after exiting - up pops bugsplat window. I have attached .dmp file - closed bugsplat without being smart enough to send to trimble but searched out .dmp file. I tried 4 times to repeat bugsplat but no joy - exited cleanly. The bugsplat occurred with a new blank my default .skp as per usual.

                        OOPS - won't send .dmp file - renamed .txt

                        Stubborn bloody thing - now attached as .zip

                        So this crash doesn't repeat itself?

                        Have you also tried the latest 2.9.3 version? Are things working better then?

                        1 條回覆 最後回覆 回覆 引用 0
                        • tt_suT 離線
                          tt_su
                          最後由 編輯

                          @g_wilson said:

                          Error: #<TypeError: C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:249:in exist?': can't convert nil into String> C:/Program Files/Google/Google SketchUp 8/Plugins/tt_cleanup.rb:90 C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:249:in virtualstore_check'

                          hm.... this might be yet another bug. Let me just quickly update with a new patch.
                          (I wish I had access to an XP machine right now...) 😞

                          1 條回覆 最後回覆 回覆 引用 0
                          • thomthomT 離線
                            thomthom
                            最後由 編輯

                            Ok - version 2.9.4 up for grabs!
                            https://bitbucket.org/thomthom/tt-library-2/downloads
                            (And at the PluginStore - I think - if I managed to update that correctly...)

                            Update bonanza... 😒

                            Thomas Thomassen — SketchUp Monkey & Coding addict
                            List of my plugins and link to the CookieWare fund

                            1 條回覆 最後回覆 回覆 引用 0
                            • G 離線
                              g_wilson
                              最後由 編輯

                              Yes - I tried 2.9.3 - same result.

                              Error Loading File tt_cleanup.rb
                              can't convert nil into StringError Loading File tt_shell.rb
                              can't convert nil into StringError Loading File C:/Program Files/Google/Google SketchUp 8/Plugins/tt_solid_inspector/core.rb
                              can't convert nil into StringError Loading File tt_solid_inspector.rb
                              can't convert nil into String


                              load 'tt_cleanup.rb'
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:27: warning: already initialized constant BB_LEFT_FRONT_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:28: warning: already initialized constant BB_RIGHT_FRONT_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:29: warning: already initialized constant BB_LEFT_BACK_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:30: warning: already initialized constant BB_RIGHT_BACK_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:31: warning: already initialized constant BB_LEFT_FRONT_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:32: warning: already initialized constant BB_RIGHT_FRONT_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:33: warning: already initialized constant BB_LEFT_BACK_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:34: warning: already initialized constant BB_RIGHT_BACK_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:36: warning: already initialized constant BB_CENTER_FRONT_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:37: warning: already initialized constant BB_CENTER_BACK_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:38: warning: already initialized constant BB_CENTER_FRONT_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:39: warning: already initialized constant BB_CENTER_BACK_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:41: warning: already initialized constant BB_LEFT_CENTER_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:42: warning: already initialized constant BB_LEFT_CENTER_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:43: warning: already initialized constant BB_RIGHT_CENTER_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:44: warning: already initialized constant BB_RIGHT_CENTER_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:46: warning: already initialized constant BB_LEFT_FRONT_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:47: warning: already initialized constant BB_RIGHT_FRONT_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:48: warning: already initialized constant BB_LEFT_BACK_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:49: warning: already initialized constant BB_RIGHT_BACK_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:51: warning: already initialized constant BB_LEFT_CENTER_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:52: warning: already initialized constant BB_RIGHT_CENTER_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:53: warning: already initialized constant BB_CENTER_FRONT_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:54: warning: already initialized constant BB_CENTER_BACK_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:55: warning: already initialized constant BB_CENTER_CENTER_TOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:56: warning: already initialized constant BB_CENTER_CENTER_BOTTOM
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:58: warning: already initialized constant BB_CENTER_CENTER_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:59: warning: already initialized constant BB_CENTER
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:64: warning: already initialized constant MB_ICONHAND
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:65: warning: already initialized constant MB_ICONSTOP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:66: warning: already initialized constant MB_ICONERROR
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:67: warning: already initialized constant MB_ICONQUESTION
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:68: warning: already initialized constant MB_ICONEXCLAMATION
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:69: warning: already initialized constant MB_ICONWARNING
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:70: warning: already initialized constant MB_ICONASTERISK
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:71: warning: already initialized constant MB_ICONINFORMATION
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:72: warning: already initialized constant MB_ICON_NONE
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:74: warning: already initialized constant MB_DEFBUTTON1
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:75: warning: already initialized constant MB_DEFBUTTON2
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:76: warning: already initialized constant MB_DEFBUTTON3
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:77: warning: already initialized constant MB_DEFBUTTON4
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:82: warning: already initialized constant MESH_SHARP
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:83: warning: already initialized constant MESH_SOFT
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:84: warning: already initialized constant MESH_SMOOTH
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:85: warning: already initialized constant MESH_SOFT_SMOOTH
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:90: warning: already initialized constant POINT_OPEN_SQUARE
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:91: warning: already initialized constant POINT_FILLED_SQUARE
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:92: warning: already initialized constant POINT_CROSS
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:93: warning: already initialized constant POINT_X
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:94: warning: already initialized constant POINT_STAR
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:95: warning: already initialized constant POINT_OPEN_TRIANGLE
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:96: warning: already initialized constant POINT_FILLED_TRIANGLE
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:114: warning: already initialized constant VERSION
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:118: warning: already initialized constant PREF_KEY
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:121: warning: already initialized constant PATH
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:122: warning: already initialized constant PATH_LIBS
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:125: warning: already initialized constant PATH_LIBS_CEXT
                              Error: #<TypeError: C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:250:in exist?': can't convert nil into String> C:/Program Files/Google/Google SketchUp 8/Plugins/tt_cleanup.rb:90 C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:250:in virtualstore_check'
                              C:/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb:454
                              C:/Program Files/Google/Google SketchUp 8/Plugins/tt_cleanup.rb:89:in require' C:/Program Files/Google/Google SketchUp 8/Plugins/tt_cleanup.rb:89 (eval):232:in load'
                              (eval):232

                              1 條回覆 最後回覆 回覆 引用 0
                              • G 離線
                                g_wilson
                                最後由 編輯

                                SUCCESS !!! Thank you Thomas. Have nominated you for the "TIG" award for fast service.

                                1 條回覆 最後回覆 回覆 引用 0
                                • tt_suT 離線
                                  tt_su
                                  最後由 編輯

                                  @g_wilson said:

                                  SUCCESS !!! Thank you Thomas. Have nominated you for the "TIG" award for fast service.

                                  😍

                                  Whohoo! Sorry for the inconvenience - had I had a copy of XP it would have been fixed earlier.

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • irwanwrI 離線
                                    irwanwr
                                    最後由 編輯

                                    Thank you very much, Thomas.
                                    Love you 😄

                                    I don't know how to do this though;

                                    @tt_su said:

                                    Hmm... must be some differences in the environment variable between Win8/7/Vista and XP.

                                    Can you open the Ruby Console and give me the result of ENV.each { |k,v| puts "#{k} = #{v}" } ? Then I can make a patch for this.

                                    Thanks to Gary Wilson for the help 😄

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • tt_suT 離線
                                      tt_su
                                      最後由 編輯

                                      irwanwr: did 2.9.4 fix the error message you where getting?

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • guanjinG 離線
                                        guanjin
                                        最後由 編輯

                                        @tt_su said:

                                        irwanwr: did 2.9.4 fix the error message you where getting?

                                        2.9.4+Selection_Toys,In Sketchup8 windows XP, open the dialog, automatic sketchup8 quit after tens of seconds, without any prompting。

                                        Edge Tools,Can not be used, loading errors。

                                        I come from China, is to learn

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • tt_suT 離線
                                          tt_su
                                          最後由 編輯

                                          @guanjin said:

                                          2.9.4+Selection_Toys,In Sketchup8 windows XP, open the dialog, automatic sketchup8 quit after tens of seconds, without any prompting。

                                          That is strange. I cannot reproduce that. By the way, Selection Toys has never used TT_Lib2. I used TT_Lib1 for a while - but I made it stand-alone earlier this year. What version of Selection Toys do you have? And if you have only Selection Toys loading, does it still crash?

                                          @guanjin said:

                                          Edge Tools,Can not be used, loading errors。

                                          What are these loading errors? (I can't do much without them.) Also, what version of Edge Tools.

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • guanjinG 離線
                                            guanjin
                                            最後由 編輯

                                            @tt_su said:

                                            @guanjin said:

                                            2.9.4+Selection_Toys,In Sketchup8 windows XP, open the dialog, automatic sketchup8 quit after tens of seconds, without any prompting。

                                            That is strange. I cannot reproduce that. By the way, Selection Toys has never used TT_Lib2. I used TT_Lib1 for a while - but I made it stand-alone earlier this year. What version of Selection Toys do you have? And if you have only Selection Toys loading, does it still crash?

                                            @guanjin said:

                                            Edge Tools,Can not be used, loading errors。

                                            What are these loading errors? (I can't do much without them.) Also, what version of Edge Tools.

                                            Selection Toys loading2.36 Edition。

                                            QQ图片20131211190130.jpg

                                            UV Toolkit v2.31

                                            Are not available。Earlier versions without problems。

                                            I come from China, is to learn

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 11 / 16
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement