https://bugs.winehq.org/show_bug.cgi?id=5129
--- Comment #23 from unxed unxed@mail.ru ---
Workaround for Mint 19/Ubuntu 18.04.
--
0.
If you have any sensitive data stored inside default wineprefix (~/.wine) - back it up as default wineprefix will be recreated.
1.
sudo apt remove wine1.6 wine64
2.
rm -rf ~/.wine
3.
sudo apt install wine32 winetricks
4.
winetricks comctl32
5.
Run FastStone installer. I recommend you to stick with version 5.2 as more recent ones are buggy under Wine.
For example, "wine FSViewerSetup52.exe".
Don't forget to UNCHECK "run FastStone after installation" checkbox.
6.
cp ~/.wine/drive_c/windows/system32/comctl32.dll ~/.wine/drive_c/Program\ Files/FastStone\ Image\ Viewer/comctr32.dll
7.
cp ~/.wine/drive_c/Program\ Files/FastStone\ Image\ Viewer/FSViewer.exe ~/.wine/drive_c/Program\ Files/FastStone\ Image\ Viewer/FSViewer.exe.bak
8.
Use any bin/hex editor to replace all "comctl32.dll" strings in FSViewer.exe with "comctr32.dll".
9.
Run "winecfg" and set comctl32.dll as INTERNAL (Wine).
--
Works for me under Mint 19 x64; should work under Ubuntu 18.04 also. Wine version is 3.0, system default.