http://bugs.winehq.org/show_bug.cgi?id=10150
Summary: native dll import broke in 0.9.44 and on Product: Wine Version: 0.9.44. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: arno@teigseth.no
wtreader (Watchtower Reader) needs a native comctl32.dll to display a tooltipbox when hovering the mouse over some link.
This used to work, but something broke from 0.9.43 and on.
Please note, I don't know if it would be correct to assign this to wine-comctl32, the application is actually using the native comctl32.dll.
Interestingly, running winecfg and setting library comctl32.dll to NATIVE only in 0.9.43 and earlier will let wtreader run.
But from 0.9.44 and on, if I set comctl32.dll to native only, a lot of error messages comes up trying to run the app, saying something like "error importing dll: comctl32.dll (needed by ...)" and also "error importing dll: commdlg.dll (needed by ...)"
This makes me think maybe something having to do with calling/importing the native dll broke from 0.9.44
my 2cents, Arno
http://bugs.winehq.org/show_bug.cgi?id=10150
Arno Teigseth arno@teigseth.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arno@teigseth.no
--- Comment #1 from Arno Teigseth arno@teigseth.no 2007-10-23 17:26:39 --- (In reply to comment #0)
should be:
This used to work, but something broke from 0.9.44 and on.
http://bugs.winehq.org/show_bug.cgi?id=10150
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2007-10-23 22:24:59 --- If native dll does not work on Wine, then it does not work. Especially if you using xp's v6 comctl32.dll
http://bugs.winehq.org/show_bug.cgi?id=10150
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-10-24 01:46:43 --- just for your info, it works fine if you do:
mkdir ~/.wine/drive_c/windows/winsxs/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.0.0_none_deadbeef
copy native comctl32 into ~/.wine/drive_c/windows/winsxs/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.0.0_none_deadbeef/
instead of into system32
http://bugs.winehq.org/show_bug.cgi?id=10150
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2008-09-17 08:51:26 --- Closing WONTFIX.
http://bugs.winehq.org/show_bug.cgi?id=10150
--- Comment #5 from Arno Teigseth arno@teigseth.no 2008-10-16 14:57:48 --- OK as far as I understand the error is not in wine loading the dll but rather the native dll living in the wrong place...