I did export WINELOADER=`which wine` and it set it to /usr/local/bin/wine I'll check my machine to ensure that I don't have multiple copies of the wine or winedbg binaries.
Note that I am getting debug information from wine dlls now, I do not if I don't set the WINELOADER environment variable. Is there another to be set for winedbg?
Chris
On Wed, 17 Dec 2003 20:36:52 +0100 Eric Pouech pouech-eric@wanadoo.fr wrote:
Chris Morgan wrote:
Should winedbg be able to load symbols up for non-wine libraries? After the export WINELOADER idea I've got wine symbols but I'm still trying to debug a bizzare crash in winejack where I get:
it should it seems more to me that the wine exec that winedbg is looking at is not the one which is actually loaded It still seems that WINELOADER does't actually point to the right wine exec
A+
-- Eric Pouech