[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: [ANN] One-click installer for win32utils

Peña, Botp

3/18/2005 3:11:00 AM

Shashank Date [mailto:sdate@everestkc.net] wrt:

//> I'm sure I'm doing somethign wrong, but after having
//installed this I
//> get:
//>
//> C:\projects\ebill\aps\dist\tmp>ruby -e 'require "win32/sound"'
//>
//> c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/win32/sound.so: 126: The
//> specified module could not be found. -
//> c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/win32/sound.so
//(LoadError)
//> from
//c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:
//in `require'
//> from -e:1
//
//Can you tell me the details of your system: OS, Ruby Version
//etc. Better still what does this do:
//
// C:\ruby>ruby -r rbconfig -e "include Config;
//Dir.chdir(CONFIG['sitedir']+'/1.8/i386-msvcrt/win32'){puts
//Dir['*.*']}"
//
//
//FWIW, on my Win XP(Home) I get:
//---------------------------------------
//Microsoft Windows XP [Version 5.1.2600]
//(C) Copyright 1985-2001 Microsoft Corp.
//
//
//C:\>ruby -ve 'require "win32/sound"'
//ruby 1.8.2 (2004-12-25) [i386-mswin32]
//
//C:\>
//---------------------------------------

I'm also getting the same error. fwiw, Before ruby puts the error, a
messagebox will pop saying "This application has failed to start because
MSVCR70.dll was not found." Reinstalling the application may fix this
problem.

kind regards -botp


//
//-- shanko
//


3 Answers

Michael Campbell

3/18/2005 4:51:00 AM

0

On Fri, 18 Mar 2005 12:10:48 +0900, "Peña, Botp" <botp@delmonte-phil.com> wrote:
> Shashank Date [mailto:sdate@everestkc.net] wrt:
>
> //> I'm sure I'm doing somethign wrong, but after having
> //installed this I
> //> get:
> //>
> //> C:\projects\ebill\aps\dist\tmp>ruby -e 'require "win32/sound"'
> //>
> //> c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/win32/sound.so: 126: The
> //> specified module could not be found. -
> //> c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/win32/sound.so
> //(LoadError)
> //> from
> //c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:
> //in `require'
> //> from -e:1
> //
> //Can you tell me the details of your system: OS, Ruby Version
> //etc. Better still what does this do:
> //
> // C:\ruby>ruby -r rbconfig -e "include Config;
> //Dir.chdir(CONFIG['sitedir']+'/1.8/i386-msvcrt/win32'){puts
> //Dir['*.*']}"
> //
> //
> //FWIW, on my Win XP(Home) I get:
> //---------------------------------------
> //Microsoft Windows XP [Version 5.1.2600]
> //(C) Copyright 1985-2001 Microsoft Corp.
> //
> //
> //C:\>ruby -ve 'require "win32/sound"'
> //ruby 1.8.2 (2004-12-25) [i386-mswin32]
> //
> //C:\>
> //---------------------------------------
>
> I'm also getting the same error. fwiw, Before ruby puts the error, a
> messagebox will pop saying "This application has failed to start because
> MSVCR70.dll was not found." Reinstalling the application may fix this
> problem.


I get no such dialog, however.



djberg96

3/18/2005 6:01:00 AM

0

Peña, Botp wrote:
> Shashank Date [mailto:sdate@everestkc.net] wrt:
>
> //> I'm sure I'm doing somethign wrong, but after having
> //installed this I
> //> get:
> //>
> //> C:\projects\ebill\aps\dist\tmp>ruby -e 'require "win32/sound"'
> //>
> //> c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/win32/sound.so: 126:
The
> //> specified module could not be found. -
> //> c:/ruby/lib/ruby/site_ruby/1.8/i386-msvcrt/win32/sound.so
> //(LoadError)
> //> from
> //c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:
> //in `require'
> //> from -e:1
> //
> //Can you tell me the details of your system: OS, Ruby Version
> //etc. Better still what does this do:
> //
> // C:\ruby>ruby -r rbconfig -e "include Config;
> //Dir.chdir(CONFIG['sitedir']+'/1.8/i386-msvcrt/win32'){puts
> //Dir['*.*']}"
> //
> //
> //FWIW, on my Win XP(Home) I get:
> //---------------------------------------
> //Microsoft Windows XP [Version 5.1.2600]
> //(C) Copyright 1985-2001 Microsoft Corp.
> //
> //
> //C:\>ruby -ve 'require "win32/sound"'
> //ruby 1.8.2 (2004-12-25) [i386-mswin32]
> //
> //C:\>
> //---------------------------------------
>
> I'm also getting the same error. fwiw, Before ruby puts the error, a
> messagebox will pop saying "This application has failed to start
because
> MSVCR70.dll was not found." Reinstalling the application may fix this
> problem.

Confirmed. We're working on it. Thanks for the report.

Regards,

Dan

djberg96

3/19/2005 12:15:00 AM

0

Peña, Botp wrote:

<snip>

> I'm also getting the same error. fwiw, Before ruby puts the error, a
> messagebox will pop saying "This application has failed to start
because
> MSVCR70.dll was not found." Reinstalling the application may fix this
> problem.

I think I've narrowed this one down. I appears that the MSVCR70.DLL
file was updated in one of the .NET framework patches, to MSVCR71.DLL,
which is what you probably have under your C:\WINDOWS\SYSTEM32 (or
C:\WINNT\SYSTEM32) directory (aka, the "windows directory").

For now, the fix is to download and copy the MSVCR70.DLL file into you
Windows directory manually. You can find that file (and others) at
http://www.dll....

In the meantime we'll see about getting out an updated release of the
installer.

Sorry for the inconvenience.

The Win32 Utils Team