https://bugs.winehq.org/show_bug.cgi?id=43900 Sergio <Sergio.g.delreal(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Sergio.g.delreal(a)gmail.com --- Comment #2 from Sergio <Sergio.g.delreal(a)gmail.com> --- Confirming this bug. It seems to be due to the function SHGetImageList not supporting extra large (SHIL_EXTRALARGE) image lists: Call shell32.SHGetImageList(00000002,007f9100,0033f808) ret=00794b11 fixme:shell:SHGetImageList Unsupported image list 2 requested Ret shell32.SHGetImageList() retval=80004005 ret=00794b11 Call KERNEL32.GetLastError() ret=005eb1e9 Ret KERNEL32.GetLastError() retval=00000578 ret=005eb1e9 Call KERNEL32.FormatMessageW(00003300,00000000,00000578,00000000,0033f500,00000000,00000000) ret=005e840b Ret KERNEL32.FormatMessageW() retval=00000018 ret=005e840b Call KERNEL32.LocalFree(00174eb0) ret=005e845a Ret KERNEL32.LocalFree() retval=00000000 ret=005e845a Call user32.LoadStringW(00400000,0000ff44,0033d4bc,00001000) ret=0060b59e Ret user32.LoadStringW() retval=0000001e ret=0060b59e Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0033f4f0) ret=005eb273 If it works on Staging, surely someone implemented support there. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.