Wine-20010824 problems with wineinstall and loading windows DLL's

gerard patel g.patel at wanadoo.fr.invalid
Wed Sep 26 12:41:42 CDT 2001


On Wed, 26 Sep 2001 12:53:34 GMT, Robin Roevens
<Robin.Roevens at yucom.be> wrote:

>Like you can see here:
>---
>bash-2.05$ locate win.ini
>/windows/Program Files/WinZip/win.ini
>/windows/windows/win.ini

Yes, it seems so.
I had never tried Perl before, I can't say I'm sorry
to have waited so long :-)

Try this one (unwrap as necessary)

--- wineconf    Thu Jun  7 22:25:06 2001
+++ ww  Wed Sep 26 17:33:46 2001
@@ -146,6 +146,7 @@
     my(@FATD)=@::FatDrives;
     my(@wininis) = ();
     my ($winini);
+    my ($ThisDrive);
 
     if (!$::opt_windir && !$::opt_fast && !$::opt_thorough) {
        $::opt_thorough++;
@@ -161,8 +162,7 @@
     }
     elsif ($::opt_thorough) {
        if ($::opt_debug) { print STDERR "DEBUG: Num FATD = ",
$#FATD+1, "\n"; }
-       foreach(@FATD) {
-           my $ThisDrive = shift(@FATD);
+       foreach $ThisDrive (@FATD) {
            my $MntPoint = $ThisDrive->[1];
            push(@wininis, `find $MntPoint -iname win.ini -print`);
        }

<snip strace for dll loading problem>

>Can you make anything of it?

No :-/
You said that most apps have this problem; that's interesting,
that imply that at least one is able to load a dll; which and
what difference could exist with the one failing ?

Also trying the one failing with same Wine version on
a computer with another distro could be interesting.

Gerard



More information about the wine-users mailing list