"Duane" == Duane Clark dclark@akamail.com writes:
Duane> Tony Lambregts wrote: >> It seems that one of the patches to shlexec.c has broken WinZip. >> The following is a trace from WinZip from this morning. >> >> >> fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG not >> implemented fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG >> not implemented fixme:listview:LISTVIEW_UnsupportedStyles >> !LVS_SHAREIMAGELISTS err:shell:SHGetFileInfoA pidl is null! >> fixme:listview:LISTVIEW_SetColumnOrderArray iCount 9 lpiArray >> 0x405b689c err:shell:SHGetFileInfoA pidl is null! >> >> I have been trying to debug this for a while and it did not have this >> problem yesterday. If you want to download WinZip here is the url >> http://www.winzip.com/
Duane> Well, I do see the same thing, but the patch that breaks it for Duane> me is this one:
Duane> http://www.winehq.com/hypermail/wine-cvs/2002/07/0189.html
This patch has to do with environment string handling when using builtin msvcrt. Please verify that the problem is still there when you use native msvcrt. An perhaps debug a little how environment strings handling influences your problem.
Bye