https://bugs.winehq.org/show_bug.cgi?id=54952
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to jakubkwadrans15 from comment #4)
Thanks a lot for the reply, however, I'm kind of inexperienced with Linux, as I'm fairly new to it. What do I do with the hack? Just run it in cmd, or are there specifics steps to it? Thanks in advance.
Kind regards.
Well, you'd have to recompile wine with that patch applied but I guess if you never did that , that will cost you many hours of setting up a build environment.
If you don't mind playing dirty tricks here's very quick way to get it started:
Just replace the string "VirtualAlloc2" in the installer with another string so the installer cannot find the export anymore in wine:
sed 's/VirtualAlloc2/QirtualAlloc2/g' LandOfHeroes_Install.exe
hackedinstaller.exe
Then just do 'wine hackedinstaller.exe' ; Important: use wine-staging otherwise you will run into bug 52396.
Last remark: the error window might come from missing webview2 installation (not 100% sure) but I wasn't able to install this, needs more investigation