https://bugs.winehq.org/show_bug.cgi?id=54573
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com Keywords| |download
--- Comment #8 from Austin English austinenglish@gmail.com --- It looks like Fedora ships their own wine-mono package, that has some custom patches applied (including one related to iconv): https://src.fedoraproject.org/rpms/wine-mono/blob/rawhide/f/wine-mono.spec#_...
Does using the WineHQ provided mono package avoid this?
Try (in a clean WINEPREFIX):
$ wineboot $ wine uninstaller # remove wine-mono from inside wine uninstaller $ wget https://dl.winehq.org/wine/wine-mono/7.4.0/wine-mono-7.4.0-x86.msi $ wine msiexec /i wine-mono-7.4.0-x86.msi $ wine paint.net.5.0.2.install.anycpu.web.exe
See https://wiki.winehq.org/Mono for more info on mono, if needed.