From: Owein Herrmann Date: 2008-10-05T05:10:44+09:00 Subject: Re: RubyGems 1.3.0 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] 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 --debug list --remote Exception `NameError' at C:/ruby/lib/ruby/site_ruby/1.8/rubygems/command_manager .rb:134 - uninitialized constant Gem::Commands::ListCommand *** 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. --- 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. -- Posted via http://www.ruby-forum.com/.