https://bugs.winehq.org/show_bug.cgi?id=46626
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Vlad Bespalov from comment #0)
OS: Fedora 29 clean install in QEmu environment
wine: winehq-devel 4.1-3.1 @WineHQ
UPlay: downloaded from uplay.com on 11/02/2019; version.txt -> 5979
What happens: When starting UPlay.exe a window pops up with text:
upc.exe
Error at hooking API "LoadStringA" Dumping first 32 bytes: F3 0F 1E FB 8D 4C 24 04 83 E4 F0 FF 71 FC 55 89 E5 57 56 53 E8 77 48 F9 FF 81 C3 97 B5 06 00 51
You can try a simple change to LoadStringA/LoadStringW to see if it helps, see commit linked below as an example.
Earliest available in repo version 4.0-4.1 fails in the same way, but the message is about <Error at hooking API "LdrFindResource_U">, so I cannot figure whether it is a regression actually.
That's what motivated https://source.winehq.org/git/wine.git/commit/9b90cfc2817e171e7a9698605deecc....