https://bugs.winehq.org/show_bug.cgi?id=35200
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com --- Initial analysis shows that this is a heap corruption that happens when comdlg32 tries to copy the file title to lpstrFileTitle. The application says that the buffer has 260 bytes (nMaxFileTitle) but that does not seem to be true. So when the file name is copied it messes up.