Re: Still no luck on command line parse [Bug 417]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 8 Feb 2002, Sylvain Petreolle wrote:

> [syl@snoop c]$ cd Program\ Files/intuit/qbtimer/
> [syl@snoop qbtimer]$ ls
> cmdl.exe
> [syl@snoop qbtimer]$ wine --version
> Wine release 20020122
> [syl@snoop qbtimer]$ wine --dll crtdll=b cmdl.exe
> "Huh? What do you
> >
> >
> [syl@snoop qbtimer]$ wine --dll crtdll=b cmdl.exe
> "Huh? What do you mean ?"
> err:module:PE_fixup_imports Module (file) CRTDLL.DLL
> (which is needed by C:\Program
> Files\intuit\qbtimer\cmdl.exe) not found
> [syl@snoop qbtimer]$ cp
> /mnt/hda/windows/system/crtdll.dll .
> [syl@snoop qbtimer]$ wine cmdl.exe "Huh? What do you
> mean ?"
> /cmdl.exe "Huh? What do you mean ?"/
> arg 0: /cmdl.exe/
> arg 1: /Huh? What do you mean ?/
> [syl@snoop qbtimer]$
>
Ohhh, that:

[whit@giftie whit]$ cd /gp/windose/windows/system
[whit@giftie system]$ mv msvcrt.dll away
[whit@giftie whit]$ cd /gp/windose/windows/system
[whit@giftie system]$ mv msvcrt.dll away
[whit@giftie system]$ wine --dll crtdll=b --dll msvcrt=n cmdl.exe "Oops"
err:module:PE_fixup_imports Module (file) msvcrt.dll (which is needed by crtdll.
dll) not found
err:module:load_library can't load crtdll.dll
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll crtdll.dll still not foun
d
err:module:PE_fixup_imports Module (file) CRTDLL.DLL   (which is needed by C:\Pr
ogram Files\cmdl.exe) not found

[whit@giftie system]$ wine --dll crtdll=b cmdl.exe "Oops!"
wine --dll crtdll=b cmdl.exe "Oops"
fixme:msvcrt:MSVCRT_setvbuf (0x4034954c,(nil),4,8192)stub
fixme:msvcrt:MSVCRT_setvbuf (0x40349574,(nil),4,8192)stub
fixme:msvcrt:MSVCRT_signal (11 0x4013cc):stub
/cmdl.exe Oops/
arg 0: /cmdl.exe/
arg 1: /Oops/

Builtin crtdll forwards everything to msvcrt.dll, so if you force wine
to use the native one of those but you don't have one, it can't load the
builtin crtdll.  Native crtdll doesn't forward to msvcrt, so wine can
load it.  If you use builtin for both, you get some fixmes's but it is
plenty good enough for that simple little program.

Lawson
---oof---


_______________________________________________
wine-users mailing list
wine-users@winehq.com
http://www.winehq.com/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux