From: Luis Lavena Date: 2008-10-06T00:23:23+09:00 Subject: Re: RubyGems 1.3.0 Owein Herrmann wrote: > Hello, > > Can anyone tell me what I can do about this? > > --- > > $ gem search html --remote > > *** REMOTE GEMS *** > > C:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:400: [BUG] Segmentation fault > ruby 1.8.6 (2007-03-13) [i386-mswin32] > > Are you trying to run RubyGems in the old and broken 1.8.6 without patchlevel? Please try with Ruby 1.8.6-p114 at least (186-26 was the release on RubyForge). > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. > > $ gem --debug search html --remote > Exception `NameError' at > C:/ruby/lib/ruby/site_ruby/1.8/rubygems/command_manager > .rb:134 - uninitialized constant Gem::Commands::SearchCommand > > *** REMOTE GEMS *** > > Exception `Gem::LoadError' at > C:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:628 - C > ould not find RubyGem sources (> 0.0.1) > > C:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:400: [BUG] Segmentation fault > ruby 1.8.6 (2007-03-13) [i386-mswin32] > > > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. > "gem env" output is more helpful. > --- > > I'm guessing that things are not where they are supposed to be, but I am > not sure. ruby is in C:\ruby\bin and the rubygem stuff is in > c:\ruby\rubygems. > > ruby is 1.8.6 -0 and gem is 1.3.0 > > I have a Windows Vista box sp3. What you mean with rubygems stuff is in a different folder? When RubyGems is installed it goes into the same folder structure used by Ruby. Please try a newer version of Ruby and stay with RubyGems 1.2 since 1.3.0 release contains a bug on Windows. HTH, -- Luis Lavena -- Posted via http://www.ruby-forum.com/.