https://bugs.winehq.org/show_bug.cgi?id=52673
--- Comment #4 from Jinoh Kang jinoh.kang.kr@gmail.com --- (In reply to Byeongsik Jeon from comment #3)
Thank you for your work.
https://gitlab.winehq.org/wine/wine/-/merge_requests/190
How about trying a simple patch that changes the ShellItem_IShellItemImageFactory_GetImage() return value from E_NOTIMPL to S_OK?
This alone allowed the KakaoTalk crash to be avoided.
Many cases can be found using fake return value in other Wine (full) stub function implementations.
It's probably a good idea to return at least some valid bitmap, even if it does not represent anything that looks related to the item.