Note that there are some explanatory texts on larger screens.

plurals
  1. POcustom_require.rb:36:in `require': 193: %1 is not a valid Win32 application
    text
    copied!<p>I just installed rails using Rails installer.</p> <p>and when I ran the following code:</p> <pre><code>rails new blog </code></pre> <p>I got the following errors:</p> <pre><code>F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubygems/custom_re quire.rb:36:in `require': 193: %1 is not a valid Win32 application. - F:/dev/r uby/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/i386-mingw32/digest/md5.so (LoadErro r) from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.1/lib/rails/generators/app_base.rb:1:in `&lt;top (required)&gt;' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.1/lib/rails/generators/rails/app/app_generator.rb:1:in `&lt;top (required)&gt; ' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.1/lib/rails/commands/application.rb:24:in `&lt;top (required)&gt;' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.1/lib/rails/cli.rb:15:in `&lt;top (required)&gt;' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/site_ruby/1.9.1/rubyg ems/custom_require.rb:36:in `require' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/railt ies-3.2.1/bin/rails:7:in `&lt;top (required)&gt;' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/bin/rails:19:in `load' from F:/dev/ruby/RailsInstaller/Ruby1.9.3/bin/rails:19:in `&lt;main&gt;' </code></pre> <p>I'm running on ruby193 and rails 3.2.1</p> <p>Any thoughts on how to solve this ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload