http://bugs.winehq.org/show_bug.cgi?id=24698
Summary: Explorer++ doesn't show file icons Product: Wine Version: 1.3.4 Platform: x86-64 URL: http://www.explorerplusplus.com/download OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com
Created an attachment (id=31209) --> (http://bugs.winehq.org/attachment.cgi?id=31209) Terminal output
In the main explorer view of Explorer++, none of the file and folder icons are displayed. Only blank space is shown in their place.
http://bugs.winehq.org/show_bug.cgi?id=24698
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
http://bugs.winehq.org/show_bug.cgi?id=24698
--- Comment #1 from A Wine user RandomAccountName@mail.com 2011-08-22 04:41:56 CDT --- Created an attachment (id=36073) --> (http://bugs.winehq.org/attachment.cgi?id=36073) Screenshot showing the problem
Still present in wine-1.3.26 and Explorer++ 1.3.
http://bugs.winehq.org/show_bug.cgi?id=24698
A Wine user RandomAccountName@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shell32
--- Comment #2 from A Wine user RandomAccountName@mail.com 2011-09-21 01:07:18 CDT --- This bug doesn't occur if native shell32, shlwapi, and comctl32 are used. Native shell32 can't be tested here without the other two, but using only native shlwapi and comctl32 brings back the bug, so it seems to be a shell32 problem.
http://bugs.winehq.org/show_bug.cgi?id=24698
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |00cpxxx@gmail.com Ever Confirmed|0 |1
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com 2012-06-25 18:59:04 CDT --- Still present in wine 1.5.7. The problem still seems to be: fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled
http://bugs.winehq.org/show_bug.cgi?id=24698
Teo cruonit@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cruonit@gmail.com
--- Comment #4 from Teo cruonit@gmail.com 2013-01-11 10:14:30 CST --- I think this is the problem:
static INT LISTVIEW_SetView(LISTVIEW_INFO *infoPtr, DWORD nView) 09041 { 09042 SIZE oldIconSize = infoPtr->iconSize; 09043 HIMAGELIST himl; 09044 09045 if (infoP ((INT)nView tr->uView == nView) return 1; 09046 09047 if < 0 || nView > LV_VIEW_MAX) return -1; 09048 if (nView == LV_VIEW_TILE) 09049 { 09050 FIXME("View LV_VIEW_TILE unimplemented\n"); 09051 return -1; 09052 }
the same thing in my application: http://pokit.org/get/img/172f868505c38c1f41ab79f3add90133.png
same .exe: http://pokit.org/get/img/f044f531fef484bb5c069a4a4c1f2519.png
http://bugs.winehq.org/show_bug.cgi?id=24698
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2013-01-11 10:19:50 CST --- I don't see how this is related. Tile mode is not supported, but we simply don't switch from original mode - you see that with report mode in your application. Icons should work if we stay in list mode.
https://bugs.winehq.org/show_bug.cgi?id=24698
--- Comment #6 from A Wine user RandomAccountName@mail.com --- Still in wine-1.7.32-63-g85ca920.
https://bugs.winehq.org/show_bug.cgi?id=24698
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #7 from Teras teras@luukku.com --- Same issue with
wine-1.7.37-120-gafa965a
https://bugs.winehq.org/show_bug.cgi?id=24698
nallekarhu_80@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nallekarhu_80@luukku.com
--- Comment #8 from nallekarhu_80@luukku.com --- The same 1.7.47
https://bugs.winehq.org/show_bug.cgi?id=24698
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #9 from winetest@luukku.com --- Created attachment 58169 --> https://bugs.winehq.org/attachment.cgi?id=58169 works 2.8
I didnt expect this bug to be fixed.
Can someone confirm that it works?
wine 2.8
https://bugs.winehq.org/show_bug.cgi?id=24698
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com --- I can confirm this is fixed, it is recent fix since the problem is still present in Wine 2.5.
https://bugs.winehq.org/show_bug.cgi?id=24698
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.9.