larsch / ocra

One-Click Ruby Application Builder
http://ocra.rubyforge.org/
833 stars 84 forks source link

cannot load such file -- rubygems.rb #155

Closed sevenc-nanashi closed 4 years ago

sevenc-nanashi commented 4 years ago

I made executable app with this. But, it returned error. This is an error code:

:4:in `require': cannot load such file -- rubygems.rb (LoadError) from :4:in `'

I tried to add source "require "rubygems"".

I want to use gems. So, I don't want to use "--disable-gems".

Please help me! (I'm Japanese, so maybe this text isn't good.I'm sorry.)

larsch commented 4 years ago

Need more details in order to be able to reproduce. Run ocra with --verbose and provide logs. Please also provide any environment variables (output of set command). It could be another localization issue.

sevenc-nanashi commented 4 years ago

https://pastebin.com/0m7NKa2K I used --verbose command, and copied log.

sevenc-nanashi commented 4 years ago

Set command I won't show all of set's result. So I want to know what you need. My environment variables haven’t any japanese.

sevenc-nanashi commented 4 years ago

I ran the program at Japanese username PC. So Maybe this is reason of this program. I will try at English username PC! Thank you!