I don't have access to a Vista system and haven't tried running
scripts on it. What scripts are you trying to run and where is the
error? Does this happen if you simply open irb and do something like
this:
irb> require 'watir'
irb> include Watir
irb> ie = IE.start('http://www.google.com')Or is there something further going on? I'd guess this doesn't really have much to do with Vista, but I've been mistaken before. More information might help track this down. -Charley On 11/27/06, Wyatt Preul <[EMAIL PROTECTED]> wrote: > Whenever I try to run a WATIR script on Vista I encounter the following > error, only after a new IE window appears. I believe that it is failing > when trying to navigate to a page. Also, I am running the development gem > 1.5.1.1100 as you can see in the error message. > > > > Started > c:/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1100/./watir.rb:1550: > [BUG] Segmentation fault > ruby 1.8.5 (2006-08-25) [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. > _______________________________________________ > Wtr-general mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/wtr-general > > _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
