John R Larsen
2005-Sep-29 20:10 UTC
[Wine] WINEDEBUG variable doesn't seem to work in 20050830
Is there a problem with the WINEDEBUG environment variable in 20050830? I've only been using Wine for a little over a week. I recognize that the online documentation is somewhat out of date with the introduction of the winecfg tool and use of the registry. I know that the WINEDLLOVERRIDES variable still works as I've been able to use that to use native libraries to get Pegasus working. I wanted to see what DLLs Pegasus uses so I did this in my shell: export WINEDEBUG=+loaddll I then used wine to start Pegasus in the same shell. I expected to see a list of the DLLs that got loaded, but nothing came out. I used winedebug to start the program and then used the "info share" command to see what was loaded. In that way I was able to figure out what native libraries to try. So, am I doing something wrong? It seems very straight forward in the docs. Thanks, John _______________________________________________________ John R Larsen <theClaw56@larsen-family.us> http://larsen-family.us
John R Larsen
2005-Sep-30 09:39 UTC
[Wine] Re: WINEDEBUG variable doesn't seem to work in 20050830
That was indeed the problem. I'm somewhat new to the gentoo portage system also. I needed to add "debug" to the USE variable in /etc/make.conf and rebuild Wine. Once I did that then the expected debug information came out. Thanks for the help, John On 30 Sep 2005 at 12:58, Rein Klazes wrote: From: Rein Klazes <wijn@wanadoo.nl> To: theClaw56@larsen-family.us Subject: Re: WINEDEBUG variable doesn't seem to work in 20050830 Date sent: Fri, 30 Sep 2005 12:58:50 +0200 Organization: -- On Thu, 29 Sep 2005 21:09:02 -0400, in gmane.comp.emulators.wine.user you wrote:>I wanted to see what DLLs Pegasus uses so I did this in my shell: > >export WINEDEBUG=+loaddll > >I then used wine to start Pegasus in the same shell. I expected to see a list of the DLLs that gotloaded, You should have. Install a wine package that was not compiled excluding debug messages or compile wine yourself. Rein. _______________________________________________________ John R Larsen <theClaw56@larsen-family.us> http://larsen-family.us