Entropia distributed computing client won't install

g.patel at wanadoo.fr g.patel at wanadoo.fr
Thu Mar 15 17:06:44 CST 2001


On 15 Mar 2001 20:42:35 GMT, krach42 at aol.com (Daniel Foesch) wrote:

>>err:win32:fixup_imports No implementation for KERNEL32.dll.11 imported
>>from C:\windows\system\advapi32.dll, setting to 0xdeadbeef
<snip>
>The other stuff is mostly junk to help people make wine better... as you learn
>how to use wine more, you'll learn to ignore most of them.  The "err" on the
>KERNEL32.DLL is because KERNEL32.DLL is of course, the windows kernel, and to
>reimplement what programs need out of it in wine is a hefty task... 

It means more than that; advapi32 links to an api not implemented by
Wine. It means :
- advapi32 is a 'native' dll (builtin Wine libraries do not call
unknown Win32 apis, of course)
- if advapi32 tries to actually call this api, Wine will crash.

Gerard






More information about the wine-users mailing list