Wine wrongly seeing gdi32 & user32 as native
Hi, While running 'make test', I receive these messages :make[2]: Entre dans le répertoire `/home/wine/dlls/oleaut32' ../../programs/winetest/runtest -q -P wine -M oleaut32.dll -T ../.. -p tests/oleaut32_test tests/vartest.c && touch tests/vartest.ok Warning: loading builtin gdi32.dll, but native version already present. Expect trouble. Warning: loading builtin user32.dll, but native version already present. Expect trouble. wine: Unhandled exception, starting debugger... <snip>Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x4064f000) Loaded debug information from ELF '/home/wine/dlls/libgdi32.dll.so' (0x40871000) Wine is loading several dlls twice : from the source directory and from installed binaries... Is this the expected behaviour ?? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Wed, Mar 27, 2002 at 05:56:18PM +0100, Sylvain Petreolle wrote:
Hi,
While running 'make test', I receive these messages :make[2]: Entre dans le répertoire `/home/wine/dlls/oleaut32' ../../programs/winetest/runtest -q -P wine -M oleaut32.dll -T ../.. -p tests/oleaut32_test tests/vartest.c && touch tests/vartest.ok Warning: loading builtin gdi32.dll, but native version already present. Expect trouble. Warning: loading builtin user32.dll, but native version already present. Expect trouble. wine: Unhandled exception, starting debugger...
<snip>Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x4064f000) Loaded debug information from ELF '/home/wine/dlls/libgdi32.dll.so' (0x40871000)
Wine is loading several dlls twice : from the source directory and from installed binaries...
Is this the expected behaviour ??
I am occasionaly getting the same. If you do make -k you will see the same for the 'user' tests. I am utterly puzzled on why it happens, probably due to the LD_PRELOAD magic or something. Ciao, Marcus
On Thu, Mar 28, 2002 at 04:14:16PM +0100, Marcus Meissner wrote:
On Wed, Mar 27, 2002 at 05:56:18PM +0100, Sylvain Petreolle wrote:
Hi,
While running 'make test', I receive these messages :make[2]: Entre dans le répertoire `/home/wine/dlls/oleaut32' ../../programs/winetest/runtest -q -P wine -M oleaut32.dll -T ../.. -p tests/oleaut32_test tests/vartest.c && touch tests/vartest.ok Warning: loading builtin gdi32.dll, but native version already present. Expect trouble. Warning: loading builtin user32.dll, but native version already present. Expect trouble. wine: Unhandled exception, starting debugger...
<snip>Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x4064f000) Loaded debug information from ELF '/home/wine/dlls/libgdi32.dll.so' (0x40871000)
Wine is loading several dlls twice : from the source directory and from installed binaries...
Is this the expected behaviour ??
I am occasionaly getting the same. If you do make -k you will see the same for the 'user' tests.
I am utterly puzzled on why it happens, probably due to the LD_PRELOAD magic or something. I'm always getting this errors. I'm trying to write a test for the imagelist functions but even this get's that error:
#!/usr/bin/perl use wine use comctl32 Didn't had the time to take a deeper look into this problem. bye michael -- Michael Stefaniuc Tel.: +49-711-96437-199 System Administration Fax.: +49-711-96437-111 Red Hat GmbH Email: mstefani(a)redhat.com Hauptstaetterstr. 58 http://www.redhat.de/ D-70178 Stuttgart
Marcus Meissner <marcus(a)jet.franken.de> writes:
I am occasionaly getting the same. If you do make -k you will see the same for the 'user' tests.
I am utterly puzzled on why it happens, probably due to the LD_PRELOAD magic or something.
This happens if different libraries are found when searching through LD_LIBRARY_PATH compared to WINEDLLPATH and the default $prefix lookup. The runtest script should be fixed now, if you see this problem in other cases make sure your LD_LIBRARY_PATH and WINEDLLPATH point to the same Wine installation. -- Alexandre Julliard julliard(a)winehq.com
This happens if different libraries are found when searching through LD_LIBRARY_PATH compared to WINEDLLPATH and the default $prefix lookup. The runtest script should be fixed now, if you see this problem in other cases make sure your LD_LIBRARY_PATH and WINEDLLPATH point to the same Wine installation.
The problem is fixed now. Thank you. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
participants (4)
-
Alexandre Julliard -
Marcus Meissner -
Michael Stefaniuc -
Sylvain Petreolle