I ran into the following error message : ---snipp--- Call kernel32.495: LoadLibraryA(102951c8 "ctmp3Lib.dll") ret=1025f5ad fs=008f Call kernel32.922: __wine_register_dll_16(418ff5ac) ret=418bd4f0 fs=008f Ret kernel32.922: __wine_register_dll_16() retval=418ff5ac ret=418bd4f0 fs=008f err:win32:fixup_imports No implementation for NTDLL.dll.3(IoUnregisterDeviceInterface), setting to 0xdeadbeef trace:relay:PE_InitDLL CallTo32(entryproc=0x4190df20,module=41907000,type=1,res=(nil)) --- snipp ------- I used one of the daily builds from March 5th. All native dlls (including ntdll.dll) were taken from my Windows 98 machine at work. Any ideas/help on how to fix that? Thanks in advance -Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: martinw.vcf Type: text/x-vcard Size: 338 bytes Desc: Card for Martin Wolters Url : http://www.winehq.org/pipermail/wine-users/attachments/20010312/57381e38/martinw.vcf
On Mon, 12 Mar 2001 11:17:37 -0800, Martin Wolters <martinw@atc.creative.com> wrote: <snip>>err:win32:fixup_imports No implementation for >NTDLL.dll.3(IoUnregisterDeviceInterface), setting to 0xdeadbeef >trace:relay:PE_InitDLL >CallTo32(entryproc=0x4190df20,module=41907000,type=1,res=(nil)) >--- snipp ------- > >I used one of the daily builds from March 5th. All native dlls (including >ntdll.dll) were taken from my Windows 98 machine at work. > >Any ideas/help on how to fix that? Thanks in advanceThere is a missing function. The only real fix is to write an implementation for the function. Sometimes you can workaround by using more builtin libraries (when the missing function is invoked by a 'native' (ms) library - something that obviously never happens with builtin (wine) libraries) Also, this is often not a real problem : if the Api is not called, the app can work correctly. If it's called, it's a crash of course. Gerard
Martin Wolters <martinw@atc.creative.com> wrote: : This is a multi-part message in MIME format. : --------------302690758AAFD11C69F079EE : Content-Type: text/plain; charset=us-ascii : Content-Transfer-Encoding: 7bit : I ran into the following error message : : ---snipp--- : Call kernel32.495: LoadLibraryA(102951c8 "ctmp3Lib.dll") ret=1025f5ad fs=008f : Call kernel32.922: __wine_register_dll_16(418ff5ac) ret=418bd4f0 fs=008f : Ret kernel32.922: __wine_register_dll_16() retval=418ff5ac ret=418bd4f0 fs=008f : err:win32:fixup_imports No implementation for : NTDLL.dll.3(IoUnregisterDeviceInterface), setting to 0xdeadbeef : trace:relay:PE_InitDLL : CallTo32(entryproc=0x4190df20,module=41907000,type=1,res=(nil)) : --- snipp ------- : I used one of the daily builds from March 5th. All native dlls (including : ntdll.dll) were taken from my Windows 98 machine at work. : Any ideas/help on how to fix that? Thanks in advance This function is for sure called by some of the native dlls. Drop as much of those dlls as posible until the function is no longer called. B.t.w. you can't run native ntdll. : --------------302690758AAFD11C69F079EE : Content-Type: text/x-vcard; charset=us-ascii; : name="martinw.vcf" Please, no vcards. Bye -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------