[Bug 3966] regression -ODBC apps crash -broken native ODBC handling

Wine Bugs wine-bugs at winehq.org
Mon Dec 19 08:46:27 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3966





------- Additional Comments From saulius.krasuckas at elst.vtu.lt  2005-19-12 08:46 -------
Yes, Peto - Wine project is changing fast!  This is the reason you cannot
exclude patches of some time range very simply.  It ofter requires analytical
skills.

And that's why I told you to do cvs update near these patches.  Or more exactly,
to update at '2005-05-16 14:44:00' and try reversing patches only then.

But now that you have found this patch (which was already mentioned by Tony),
you have workaround for the CVS Wine, I believe.  set odbccp32 to native-DLL or
no-DLL in WINEDLLOVERRIDES:

WINEDLLOVERRIDES='odbccp32=n' wine ...
or 
WINEDLLOVERRIDES='odbccp32=' wine ...

If the stuff works, this should confirm your finding.  If so, try running
without overrides and use 'odbc' debug channel.  Some text/string debug channel
would be helpfull but I don't know which one.  Maybe try '+string', '+text' or
'+nls'.  or all :) combined together:

WINEDEBUG='+odbc,+string,+text,+nls' wine ...

If you notice garbage in the log, the preceeding lines may give info on what
function of builtin ODBCCP32.DLL behaves wrong.

BTW, I prematurely say sorry, because all these are just my wild guesses.  Maybe
all of them are wrong and you will require "+relay" log near the place where
garbage is introduced.  Here I am weak tutorialer. :-/

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list