[Wine]Please help me understand error and fix

Stefan Munz stefan.munz at itomig.de
Fri Apr 15 03:27:33 CDT 2005


Hi Bob,

Am Donnerstag, 14. April 2005 18:32 schrieb Bob Alexander:
> Dear friends,
> I am running a small Win32 utility called password safe under wine.
>
> The application works fine but upon exiting I get an annoying popup:
>
> err:module:import_dll No implementation for msvcrt.dll.??_U at YAPAXI@Z
> imported from L"Z:\\0winxp\\Programmi\\pwsafe-2.0pre2-bin\\MSVCIRT.dll",
> setting to 0xdeadbeef
> fixme:dc:LockWindowUpdate (0x10028), partial stub!
> fixme:dc:LockWindowUpdate ((nil)), partial stub!
> fixme:dc:LockWindowUpdate (0x1002c), partial stub!
> fixme:dc:LockWindowUpdate ((nil)), partial stub!

try using msvcrt.dll native. just copy it from your windows installation to 
your (wine) windows/system dir and start your program with:

WINEDLLOVERRIDES="msvcrt=n" wine yourprg.exe

you can find additional information here:
http://www.winehq.com/site/docs/wine-user/config-dll

cu,

Stefan



More information about the wine-users mailing list