Re: [Wtr-general] abnormal program termination error message while playing back a script

2006-12-06 Thread vijay
I am still unable to install Watir gem 1.5.1.1127 over Ruby 1.82. After uninstalling Ruby 1.85 and installing Ruby 1.82, when I give the command, gem install watir 1.5.1.1127.gem or gem install watir in the folder where the watir gem was downloaded, Windows is giving out an error message

Re: [Wtr-general] abnormal program termination error message while playing back a script

2006-12-06 Thread Danny Faught
vijay wrote: I am still unable to install Watir gem 1.5.1.1127 over Ruby 1.82. After uninstalling Ruby 1.85 and installing Ruby 1.82, when I give the command, gem install watir 1.5.1.1127.gem or gem install watir in the folder where the watir gem was downloaded, Windows is giving out an

Re: [Wtr-general] abnormal program termination error message while playing back a script

2006-12-06 Thread vijay
Thanks everyone for your help. I put the watir gem in the 'C:\ruby\bin' folder and installed watir from there. Now the function, which used to throw a series of error messages like Program error - ruby.exe has created problems, segmentation fault and abnormal program termination, seems to run

Re: [Wtr-general] abnormal program termination error message while playing back a script

2006-12-05 Thread vijay
Thanks Charley for your info. Now I have installed Ruby 1.82 (from the RubyForge site) after uninstalling Ruby 1.85. But now I am unable to install a watir gem. With Ruby 1.85, I would go to the directory where the gem (say 1.5.1.1127) was downloaded and type gem install

Re: [Wtr-general] abnormal program termination error message while playing back a script

2006-12-05 Thread Ċ½eljko Filipin
On 12/5/06, vijay [EMAIL PROTECTED] wrote: Can you guide me on how to install 1127 gem over Ruby 1.82? Download watir gem to any folder. Open command prompt and go to that folder. Type gem install watir Make sure that gem name is watir-1.5.1.1127.gem (not watir-1[1].5.1.1127.gem). --

Re: [Wtr-general] abnormal program termination error message while playing back a script

2006-12-05 Thread Danny R. Faught
On 12/5/2006, vijay [EMAIL PROTECTED] wrote: Thanks Charley for your info. Now I have installed Ruby 1.82 (from the RubyForge site) after uninstalling Ruby 1.85. Thanks from me too. I'm now running Watir with Ruby 1.8.2 on XP Embedded, and showing how much slower this supposed thin client

[Wtr-general] abnormal program termination error message while playing back a script

2006-11-29 Thread vijay
Hi people, My name is Vijay. I am new to Watir. Occasionally, while playing back the script, which does a simple operation in our application, the script hangs with an error message, abnormal program termination, in its window (where the command, 'puts', will write its output). As said

Re: [Wtr-general] abnormal program termination error message while playing back a script

2006-11-29 Thread Charley Baker
This is a known issue with Watir and Ruby 185, this will work with Ruby 182, the Jira issue is here: http://jira.openqa.org/browse/WTR-86 -Charley On 11/29/06, vijay [EMAIL PROTECTED] wrote: Hi people, My name is Vijay. I am new to Watir. Occasionally, while playing back the script, which