We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have simple ruby script, just show puts "hello"
when running ocran script.rb
C:/Ruby33-x64/lib/ruby/gems/3.3.0/gems/ocran-1.3.16/lib/ocran/library_detector.rb:54:in block in loaded_dlls': GetModuleFileNameW failed with error code 0 (RuntimeError)`
C:/Ruby33-x64/lib/ruby/gems/3.3.0/gems/ocran-1.3.16/lib/ocran/library_detector.rb:54:in
Any insights or suggestions on how to fix this issue
The text was updated successfully, but these errors were encountered:
Could you please let me know which operating system you are running on?
Sorry, something went wrong.
The error occurs in the part where the DLL is detected. Please try invoking ocran with the --no-autodll option.
No branches or pull requests
i have simple ruby script, just show puts "hello"
when running ocran script.rb
C:/Ruby33-x64/lib/ruby/gems/3.3.0/gems/ocran-1.3.16/lib/ocran/library_detector.rb:54:in
block in loaded_dlls': GetModuleFileNameW failed with error code 0 (RuntimeError)`Any insights or suggestions on how to fix this issue
The text was updated successfully, but these errors were encountered: