From: Yannick Grams Date: 2007-05-30T05:57:47+09:00 Subject: Re: RubyScript2Exe Thanks for your advice! The answers to yours questions: - Yes, the script works when run directly through Ruby - No, I use no extra libraries or gems, as to try solving the problem, I completely re-installed Ruby, but to no effect - Yes, everything is all in the same directory - I use Microsoft Windows XP Home, SP 2 I may not have mentioned this, but I have used the gem previously, but after I updated my version of Ruby to 1.8.6-25, it has stopped working, regardless of how many re-installs and uninstalls that I do. I have tried it with a simple "Hello World" script, and the same error shows. Here is the exact output from cmd.exe: >Tracing Program.rb >Couldn't execute this command (rc=): >C:\Program Files\Ruby\bin\ruby -r 'rbconfig.rb' -r 'rubygems/rubygems_version.rb' >-r 'thread.so' -r 'thread.rb' -r 'rbconfig/datadir.rb' -r >'rubygems/user_interaction.rb' -r 'socker.so' -r 'timeout.rb' This kind of thing continues and fills the Command Prompt window, and it is all along the same line of "-r 'filename' -r 'filename'" If anybody can give me any suggestions, then I'm all ears! -- Posted via http://www.ruby-forum.com/.