March 28, 2026
11:39 p.m.
The issue is caused by this function ImageList_Duplicate (HIMAGELIST himlSrc) The ImageList_Create call in the function truncates the size, then further down assumes the image will be same size,. and does a memcpy which causes an access violation. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10469#note_134243