Hello,
I am experiencing a persistent issue with SketchUp Pro 2026 (version 26.0.429) on Windows 11 related to loading OpenSSL within Ruby. The following command, executed in the Ruby Console immediately after a clean installation, consistently fails:
require 'openssl'
The error returned is always:
LoadError: 127 – “The specified procedure could not be found”
File involved:
SketchUp/Tools/RubyStdLib/platform_specific/openssl.so
The same issue also occurs in SketchUp 2025, which indicates that the problem is not limited to version 2026 ?
This error prevents the proper functioning of a professional extension I use: FlexTools.
Technical Findings
• The required files (openssl.so, libcrypto-3-x64.dll, libssl-3-x64.dll) are present in the platform_specific directory.
• Copying these DLLs into the main SketchUp folder has no effect.
• A full clean reinstall (removal of Program Files + AppData + Local folders) produces the same result.
• No antivirus or Windows Security component is blocking the files.
• Microsoft Visual C++ 2015–2022 (x64) Runtime is installed and up to date.
• The issue occurs before installing any extensions, ruling out plugin conflicts.
• The FlexTools developer attempted multiple workarounds; some worked on his system, but none resolve the issue on mine.
My Request
Could you please advise:
-
Whether this OpenSSL loading problem (openssl.so) with Ruby 3.2.x is a known issue in SketchUp 2025 / 2026,
-
Whether a fix, an updated openssl.so file, or a Ruby patch is available,
-
Or if there is an official procedure to repair or restore the OpenSSL libraries bundled with SketchUp.
At this stage, I am unable to use the FlexTools extension on my installation of SketchUp, despite several full clean reinstallations.
Thank you in advance for your assistance. I remain available to provide any additional information or files you may need.
Kind regards,
Thomas Devogèle