Re: [wtr-general] watir on Windows XP Pro Sp3 doesn't work

2012-09-17 Thread hillary
I also got this issue. 

It worked with the following gem configuration on my windows7 and xp.sp3 
machines:
watir-classic 3.1.0 
ffi 1.1.5 
win32-process 0.6.6

so in the end win32-process was the only gem that had to be downgraded.



On Friday, September 7, 2012 2:49:04 PM UTC-7, Željko Filipin wrote:
>
> On Fri, Sep 7, 2012 at 5:15 PM, Emanuele Mandaglio 
> > 
> wrote:
> > ffi (1.1.5)
> > 
> C:/Ruby193/lib/ruby/gems/1.9.1/gems/watir-classic-3.1.0/lib/watir-classic/browser.rb:89:in
>  
> `eval': Function '_get_errno' not found in [msvcrt.dll] (FFI::NotFoundError)
>
> This looks like a problem with ffi gem. We had problems with that gem 
> before. Try upgrading or downgrading the gem. Let us know if you do not 
> know how to do that.
>
> Željko
> --
> filipin.eu 
>  

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Watir 4.0.0.rc1 Released!

2012-09-17 Thread Jarmo
Hello everyone!

I'm happy to announce that Watir 4.0.rc1 has been released.

Please install it with:
gem install watir --pre

Refer to the usage at the readme:
https://github.com/watir/watir/blob/master/README.md

All questions, comments or suggestions are welcome.

PS! This gem detects automatically which driver to use (webdriver or
classic), but still has a limitation of using one driver per Ruby process.
I'm not even sure if using webdriver and classic in the same Ruby process
will be possible in the future due to namespace collisions.

With Best Regards,
Jarmo Pertman

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] watir on Windows XP Pro Sp3 doesn't work

2012-09-17 Thread hexogen
"gem uninstall win32-process -v 0.7.0
gem install win32-process -v 0.6.6" <-- it works, really thanks~~~
在 2012年9月14日星期五UTC+8上午3时01分24秒,smile-on写道:
>
> I have got exactly same error after upgrade watir (watir-classic) from 
> 3.0.0 to latest and grates 3.1.0 :)
> After downgrade this problem has gone.
>
> downgrade steps:
>
> gem uninstall watir-classic -v 3.1.0
> gem install watir-classic -v 3.0.0
> gem uninstall win32-process -v 0.7.0
> gem install win32-process -v 0.6.6
>
>
> On Friday, 7 September 2012 17:49:04 UTC-4, Željko Filipin wrote:
>>
>> On Fri, Sep 7, 2012 at 5:15 PM, Emanuele Mandaglio  
>> wrote:
>> > ffi (1.1.5)
>> > C:/Ruby193/lib/ruby/gems/1.9.1/gems/*watir-classic-3.1.0/*lib/watir-classic/browser.rb:89:in
>> >  
>> `eval': Function '_get_errno' not found in [msvcrt.dll] (FFI::NotFoundError)
>>
>> This looks like a problem with ffi gem. We had problems with that gem 
>> before. Try upgrading or downgrading the gem. Let us know if you do not 
>> know how to do that.
>>
>> Željko
>> --
>> filipin.eu 
>>  
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com