[wtr-general] Re: LoadError: 14001: This application has failed to start because....

2009-02-24 Thread AR
While viewing the watir installation again, I do get one error, but it seems to be fairly innocuous: ERROR: While generating documentation for builder-2.1.2 ... MESSAGE: Unhandled special: Special: type=17, text=!-- HI -- ... RDOC args: --ri --op C:/Ruby/lib/ruby/gems/1.8/doc/builder-2.1.2/

[wtr-general] Re: LoadError: 14001: This application has failed to start because....

2009-02-24 Thread Jim Matthews
That error has been around a long time and only concerns the documentation for builder. I has no effect on the way it runs. Jim On Feb 24, 10:20 am, AR reed.a...@gmail.com wrote: While viewing the watir installation again, I do get one error, but it seems to be fairly innocuous: ERROR:  

[wtr-general] Re: LoadError: 14001: This application has failed to start because....

2009-02-24 Thread AR
Thanks Jim - I guess that leaves me with no leads. I attempted the install again on another VM with the same 14001 error. Google is especially dry on this topic - has no one seen this before? Adam On Feb 24, 10:34 am, Jim Matthews jim_m...@swbell.net wrote: That error has been around a long

[wtr-general] Re: LoadError: 14001: This application has failed to start because....

2009-02-24 Thread Charley Baker
Jim's right about Builder not being a problem, the other one is the same issue we've been discussing with msvcr80-ruby.dll problems. Try uninstalling and reinstalling win32-api to get the right version. If that doesn't work, force the platform: gem uninstall win32-api gem install win32-api

[wtr-general] Re: LoadError: 14001: This application has failed to start because....

2009-02-24 Thread Bret Pettichord
Your problem is with the win32-api gem. Lots of others are having problems with this as well, as you'll see if read some of the other active threads. Right now, best solution is to uninstall ruby, reinstall, and pray. We are working to better understand the details. Bret AR wrote: Thanks

[wtr-general] Re: LoadError: 14001: This application has failed to start because....

2009-02-24 Thread AR
Looks like the platform-force is having some trouble: gem install win32-api --platform=x86-win32-60 Building native extensions. This could take a while... ERROR: Error installing win32-api: ERROR: Failed to build gem native extension. C:/Ruby/bin/ruby.exe extconf.rb install win32-api

[wtr-general] Re: LoadError: 14001: This application has failed to start because....

2009-02-24 Thread AR
I'll try that, thanks. I did a search for the error number and did not find any other results here, I guess the other threads were getting different errors or did not list them? I'll dig around. On Feb 24, 10:56 am, Bret Pettichord b...@pettichord.com wrote: Your problem is with the win32-api

[wtr-general] Re: LoadError

2008-12-09 Thread Tony
Hi Parul, try running this at the cmd ... gem update --system gem install watir After everything is installed try running in irb. Also once you start irb from cmd or run dialog .. you dont need to enter irb within it. This is what it will look like in irb. irb(main):001:0 require watir = true

[wtr-general] Re: LoadError

2008-12-09 Thread Parul Upadhyay
2:58 PM To: Watir General Subject: [wtr-general] Re: LoadError Hi Parul, try running this at the cmd ... gem update --system gem install watir After everything is installed try running in irb. Also once you start irb from cmd or run dialog .. you dont need to enter irb within it. This is what