sketchucation logo sketchucation
    • Login
    1. Home
    2. ali_yonder
    ⌛ Sale Ending | 30% Off Profile Builder 4 ends 30th September
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Groups 1

    ali_yonder

    @ali_yonder

    10
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ali_yonder Unfollow Follow
    registered-users

    Latest posts made by ali_yonder

    • RE: [Plugin Library] LibFredo6 - v15.4d - 14 Aug 25

      Thanx fredo. I use sketchup 2017. i have to update my profile.

      i've written these

      puts a = ENV["LOCALAPPDATA"]+""
      puts a.encoding
      puts b = a.force_encoding("UTF-8")
      puts b.encoding

      puts a = ENV["LOCALAPPDATA"].encode("UTF-8")

      and ruby said;

      puts a = ENV["LOCALAPPDATA"]+""

      puts a.encoding
      Windows-1254

      puts b = a.force_encoding("UTF-8")

      puts b.encoding
      UTF-8

      puts a = ENV["LOCALAPPDATA"].encode("UTF-8")
      C:\Users\Ali Yönder\AppData\Local

      but still my problem is not solved. maybe i have to format my pc. i do not know.

      posted in Plugins
      A
      ali_yonder
    • RE: [Plugin Library] LibFredo6 - v15.4d - 14 Aug 25

      Thanx for replies again 😄

      i've written ENV["LOCALAPPDATA"].inspect

      ENV["LOCALAPPDATA"].inspect
      "C:\Users\Ali Y\xF6nder\AppData\Local"

      posted in Plugins
      A
      ali_yonder
    • RE: [Plugin Library] LibFredo6 - v15.4d - 14 Aug 25

      Thanx for reply TIG & Fredo

      I am from Turkey nd there are 'ı,ü,ö' letters in my sytstem.

      I've written

      • a = ENV["LOCALAPPDATA"]
      • b = a.force_encoding("UTF-8")
      • b.encoding

      to ruby conlose.

      but it has failed again.

      a = ENV["LOCALAPPDATA"]

      b = a.force_encoding("UTF-8")
      Error: #<RuntimeError: can't modify frozen String>
      <main>:in force_encoding' <main>:in <main>'
      SketchUp:1:in `eval'

      b.encoding
      Error: #<NoMethodError: undefined method encoding' for nil:NilClass> <main>:in <main>'
      SketchUp:1:in `eval'

      then, i ve written

      • c = LibFredo6.get_dir_from_ENV("LOCALAPPDATA")
      • c.encoding

      to ruby console, but it has failed again 😞

      c = LibFredo6.get_dir_from_ENV("LOCALAPPDATA")
      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      c:/users/ali yönder/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:43:in gsub' c:/users/ali yönder/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:43:in get_dir_from_ENV'
      <main>:in <main>' SketchUp:1:in eval'

      c.encoding
      Error: #<NoMethodError: undefined method encoding' for nil:NilClass> <main>:in <main>'
      SketchUp:1:in `eval'

      Do u have any suggestion?

      thanx all 😄

      posted in Plugins
      A
      ali_yonder
    • RE: [Plugin Library] LibFredo6 - v15.4d - 14 Aug 25

      Hello Fredo.

      When i installed fredo6 8.1 for SU2017, it has failed. How can i fix this problem?

      Error Loading File Fredo6_!LibFredo6.rb
      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      c:/users/ali yönder/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:43:in gsub' c:/users/ali yönder/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:43:in get_dir_from_ENV'
      c:/users/ali yönder/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:405:in dir_appdata' c:/users/ali yönder/appdata/roaming/sketchup/sketchup 2017/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:204:in startup'
      C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_!LibFredo6.rb:63:in process' C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_!LibFredo6.rb:70:in module:LibFredo6_Loader'
      C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_!LibFredo6.rb:28:in <top (required)>' Error Loading File Fredo6_FredoTools.rb Error: #<TypeError: can't convert nil into an exact number> C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_!LibFredo6.rb:79:in -'
      C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_!LibFredo6.rb:79:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2017/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:54:in require'
      C:/Program Files/SketchUp/SketchUp 2017/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:54:in require' C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_FredoTools.rb:47:in module:Fredo6'
      C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_FredoTools.rb:26:in <top (required)>' Error Loading File Fredo6_ToolsOnSurface.rb Error: #<TypeError: can't convert nil into an exact number> C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_!LibFredo6.rb:79:in -'
      C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_!LibFredo6.rb:79:in <top (required)>' C:/Program Files/SketchUp/SketchUp 2017/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:54:in require'
      C:/Program Files/SketchUp/SketchUp 2017/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:54:in require' C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_ToolsOnSurface.rb:47:in module:Fredo6'
      C:/Users/Ali Yönder/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/Fredo6_ToolsOnSurface.rb:26:in `<top (required)>'

      Thank you 😄

      posted in Plugins
      A
      ali_yonder