https://bugs.winehq.org/show_bug.cgi?id=38189
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |481360f472b91e1a91c0f1d5118 | |3ca3be88ff2ab Status|NEW |RESOLVED
--- Comment #12 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/481360f472b91e1a91c0f1d511...
Thanks Jacek
I couldn't reproduce the problem with the original app, version 8.0. Although it makes use of msthml component there was no call to 'IHTMLDocument2::put_charset' method (I clicked a lot of menus). Maybe they changed something in between 7.5 and 8.0 or due to Wine improvements in 3 years other code paths are taken.
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files (x86)/Yarxi
$ WINEDEBUG=+seh,+relay,+mshtml wine ./yarxi.exe >>log.txt 2>&1 ... --- snip ---
For the second app, 'iPed 7G 2019' I've already validated before.
$ sha1sum yarxi-setup.exe aebb3e1b90d8671ec6a9fbd85b5bbc217d65ed5f yarxi-setup.exe
$ du -sh yarxi-setup.exe 15M yarxi-setup.exe
$ wine --version wine-3.18-105-g63cd3de5e8
Regards