sketchucation logo sketchucation
    • Login
    1. Home
    2. manoamo
    3. Posts
    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!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 12
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: SCFLicense: Extension Licensing on Sketchucation

      Hi.

      I posted a reply asking how to release seats.

      And I did read license manual.

      But, I can release Curviloft and JointPushPul

      but. I can't release Fredo Corner.

      Is it possible that I get a new license file?

      posted in Plugins
      M
      manoamo
    • RE: SCFLicense: Extension Licensing on Sketchucation

      Hi, I'm trying to "reset" license.

      because it says "License seats exceeded"

      but, I don't know how

      please help

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      Thank you so much for your kind help 😢

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      Good to hear!

      These are what I got back

      First,

      File.directory? ENV["LOCALAPPDATA"].dup.encode("UTF-8").gsub(/\/, "/")

      true

      Second,

      File.directory? ENV["LOCALAPPDATA"].dup.encode("UTF-8").gsub("\", "/")
      true

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      This is my ruby console

      ENV["LOCALAPPDATA"].encoding.inspect
      #Encoding:CP949
      a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8")

      C:\Users\￈ᆱ﾿↓ᄎ￳\AppData\Local
      a.encoding.inspect

      #Encoding:UTF-8
      ENV["LOCALAPPDATA"].dup.encode("UTF-8").gsub(/\/, "/")
      C:/Users/■ルヘ↓レᄚ→ᄍネ/AppData/Local
      LibFredo6.get_dir_from_ENV "LOCALAPPDATA"
      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in gsub' c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in get_dir_from_ENV'
      <main>:in <main>' SketchUp:1:in eval'


      This is what I get after restart

      Error Loading File Fredo6_!LibFredo6.rb
      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in gsub' c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in get_dir_from_ENV'
      c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:425:in su_appdata' c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:443:in dir_appdata'
      c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:206:in startup' C:/Users/홍우빈/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:62:in process'
      C:/Users/홍우빈/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:69:in <module:LibFredo6_Loader>' C:/Users/홍우빈/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:30:in <top (required)>'

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      I tried the last typing but I failed again
      I typed the codes in this sequence

      1. ENV["LOCALAPPDATA"].encoding.inspect
      2. a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8")
      3. a.encoding.inspect
      1. a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8").gsub(/\/, "/")
      2. a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8").gsub("\", "/")
      3. ENV["LOCALAPPDATA"].dup.encode("UTF-8").gsub(/\/, "/")
      1. LibFredo6.get_dir_from_ENV "LOCALAPPDATA"

      Thanks

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      ENV["LOCALAPPDATA"].encoding.inspect
      #Encoding:CP949
      a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8")
      C:\Users\￈ᆱ﾿↓ᄎ￳\AppData\Local
      a.encoding.inspect
      #Encoding:UTF-8
      a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8").gsub(/\/, "/")

      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      <main>:in gsub' <main>:in <main>'
      SketchUp:1:in `eval'

      a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8").gsub("\", "/")
      C:/Users/￈ᆱ﾿↓ᄎ￳/AppData/Local
      LibFredo6.get_dir_from_ENV "LOCALAPPDATA"
      Error: #<NameError: uninitialized constant LibFredo6>
      <main>:in <main>' SketchUp:1:in eval'

      I followed every step that you told me!
      but still same errors occur 😢

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      Thank you so much for your kind help!

      ENV["LOCALAPPDATA"].encoding.inspect

      #Encoding:CP949
      a = ENV["LOCALAPPDATA"].dup.force_encoding("UTF-8")
      C:\Users\￈ᆱ﾿↓ᄎ￳\AppData\Local
      a.encoding.inspect
      #Encoding:UTF-8

      This is what I got

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      Thank you so much for your kind help! Much appreciated!!

      ENV["LOCALAPPDATA"].encoding.inspect
      #Encoding:CP949

      This is what I got !

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      I'm having a " invalid byte sequence in UTF-8 error "
      I watched your installation video 4 times, Searched about this error for days.
      I found out that this might be a encoding problem, but I have no idea how to solve this problem.
      please help .. Below is error log(?) when I restart SU after Libfredo6 installation.

      Error Loading File Fredo6_!LibFredo6.rb
      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in gsub' c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in get_dir_from_ENV'
      c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:425:in su_appdata' c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:443:in dir_appdata'
      c:/users/홍우빈/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:206:in startup' C:/Users/홍우빈/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:62:in process'
      C:/Users/홍우빈/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:69:in <module:LibFredo6_Loader>' C:/Users/홍우빈/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:30:in <top (required)>'

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      Error Loading File Fredo6_!LibFredo6.rb
      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      c:/users/user/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in gsub' c:/users/user/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in get_dir_from_ENV'
      c:/users/user/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:425:in su_appdata' c:/users/user/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:443:in dir_appdata'
      c:/users/user/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:206:in startup' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:62:in process'
      C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:69:in <module:LibFredo6_Loader>' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:30:in <top (required)>'

      I'm having an issue installing and loading LibFred6... please help

      posted in Plugins
      M
      manoamo
    • RE: [Plugin Library] LibFredo6 - v15.5a - 08 Oct 25

      I really want to use your tools but I can't install Liebefredo6 .. 🤣

      Whenever I install Liebefredo6, this message pops up

      Error Loading File Fredo6_!LibFredo6.rb
      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      c:/users/xxx/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in gsub' c:/users/xxx/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:45:in get_dir_from_ENV'
      c:/users/xxx/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:425:in su_appdata' c:/users/xxx/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:443:in dir_appdata'
      c:/users/xxx/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/fredo6_!libfredo6/top_libfredo6.rbe:206:in startup' C:/Users/xxx/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:62:in process'
      C:/Users/xxx/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:69:in <module:LibFredo6_Loader>' C:/Users/xxx/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/Fredo6_!LibFredo6.rb:30:in <top (required)>'

      Please help...
      Thank you so much

      posted in Plugins
      M
      manoamo
    • 1 / 1