I am having an issue running watir test scripts on 64 bit winxp that
were previously working on 32 bit winxp (both envs 32 bit using IE7).
Whenever the test script is run, it returns this error:
Sometimes mixing 32bits applications with 64bits environments don't
work out of the box (and sometimes Windows on Windows - WOW64) don't
catch all these things.
If watir is interfacing DLL/APIs from Windows, then is highly likely
there are some changes of implementation or answers from these API
that make Watir/Ruby crash.
I you contact the Watir project [1] and try to include all the
information possible, also the test script you're trying to run.
On Apr 14, 12:32 pm, Justin Rohrman <jrohr...@prospricing.com> wrote:
I am having an issue running watir test scripts on 64 bit winxp that
were previously working on 32 bit winxp (both envs 32 bit using IE7).
Whenever the test script is run, it returns this error:
"here is my (simple) script that i'm running on xp sp2, ie7:"
That is xp sp2 32bits, or what?
Got messed up since you finish your post with: "this works on xp sp2
machines that are running ie6, oddly enuff..." ...
So: have you tried xp sp2 32bits with IE7, or just with IE6? in any
case, I suggest you try IE7 on 32bits or check what is actually doing
the offending watir file, so we can determine if:
- is a API call to some DLL that behaves differently in 64bits
- is a change in the API of IE6 versus IE7.