I have encripted a new extension and it works perfectly on my mac. When I encripted and obtained my rbz file I receive this error message while I load Sketchup
Error: #<LoadError: cannot load such file -- c:/users/rafaelteresachinchil/appdata/roaming/sketchup/sketchup 2022/sketchup/plugins/skp4d/aux code/sketchup4D functions.rb>
C:/Program Files/SketchUp/SketchUp 2022/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:92:in `require'
C:/Program Files/SketchUp/SketchUp 2022/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb:92:in `require'
c:/users/rafaelteresachinchil/appdata/roaming/sketchup/sketchup 2022/sketchup/plugins/skp4d/sketchup4d.rbe:4:in `<main>'
C:/Program Files/SketchUp/SketchUp 2022/Tools/extensions.rb:197:in `eval'
C:/Program Files/SketchUp/SketchUp 2022/Tools/extensions.rb:197:in `require'
C:/Program Files/SketchUp/SketchUp 2022/Tools/extensions.rb:197:in `load'
C:/Users/rafaelteresachinchil/AppData/Roaming/SketchUp/SketchUp 2022/SketchUp/Plugins/skp4D.rb:11:in `register_extension'
C:/Users/rafaelteresachinchil/AppData/Roaming/SketchUp/SketchUp 2022/SketchUp/Plugins/skp4D.rb:11:in `<top (required)>'
I have this lines in sketchup4d.rb
require 'json'
require 'sketchup.rb'
require File.join(File.dirname(__FILE__), '/aux code/sketchup4D functions.rb') #required at start
After the encription both sketchup4d.rb and sketchup4D functions.rb changed to .rbe.
Is ther any problem with spaces in files or folder names?