Re: AGAIN: Wine wrongly seeing gdi32 & user32 as native

2002-06-29 Thread Steven Edwards

> Last time I had this there where two different sets
> of wine
> librarys on my system since a install path was
> changed.
> Manually removing all librarys and a make install
> did fix this.
> Maybe it helps.

No its totaly clean...just installed slack and cvs co
wine. I double checked and there are no other copys of
gdi32 and user32 other then the ones wineinstall
installed.

Steven

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com




Re: AGAIN: Wine wrongly seeing gdi32 & user32 as native

2002-06-29 Thread Jürgen Schmied

Last time I had this there where two different sets of wine
librarys on my system since a install path was changed.
Manually removing all librarys and a make install did fix this.
Maybe it helps.

juergen


> Just setup a clean wine on slack 8.1 and any time I
> try to run a GUI app I'm seeing this:
> 
> Warning: loading builtin user32.dll, but native
> version already present. Expect trouble.
> wine: Unhandled exception, starting debugger...
> 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...
> Warning: loading builtin gdi32.dll, but native version
> already present. Expect trouble.
> 
> Console apps work fine and I read the thread relating
> to this with the tests at
> http://www.winehq.com/hypermail/wine-devel/2002/03/0454.html
> but havent been able to fix it for these apps. What
> else should I be doing?
> 
> Thanks
> Steven
> 
> __
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> 
> 


---
[EMAIL PROTECTED]






AGAIN: Wine wrongly seeing gdi32 & user32 as native

2002-06-29 Thread Steven Edwards

Just setup a clean wine on slack 8.1 and any time I
try to run a GUI app I'm seeing this:

Warning: loading builtin user32.dll, but native
version already present. Expect trouble.
wine: Unhandled exception, starting debugger...
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...
Warning: loading builtin gdi32.dll, but native version
already present. Expect trouble.

Console apps work fine and I read the thread relating
to this with the tests at
http://www.winehq.com/hypermail/wine-devel/2002/03/0454.html
but havent been able to fix it for these apps. What
else should I be doing?

Thanks
Steven

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com




Re: Wine wrongly seeing gdi32 & user32 as native

2002-03-28 Thread Sylvain Petreolle


> 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




Re: Wine wrongly seeing gdi32 & user32 as native

2002-03-28 Thread Alexandre Julliard

Marcus Meissner <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]




Re: Wine wrongly seeing gdi32 & user32 as native

2002-03-28 Thread Michael Stefaniuc

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...
> > 
> > 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 GmbHEmail: [EMAIL PROTECTED]
Hauptstaetterstr. 58http://www.redhat.de/
D-70178 Stuttgart



msg08685/pgp0.pgp
Description: PGP signature


Re: Wine wrongly seeing gdi32 & user32 as native

2002-03-28 Thread Marcus Meissner

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...
> 
> 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




Wine wrongly seeing gdi32 & user32 as native

2002-03-27 Thread Sylvain Petreolle

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...

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