https://bugs.winehq.org/show_bug.cgi?id=56725
--- Comment #1 from testator@protonmail.ch --- Created attachment 76581 --> https://bugs.winehq.org/attachment.cgi?id=76581 chromium-127
There's alot of peices to the puzzle of getting latest chromium working on WoW64. You're going to need PR's from gitlab: 3747, 5044, 5440, 5496?, 5512?, 5752?, and the userfaultfd patch from the writecopy bug? Most of those pr's need rebases. PR 5666 recently got merged which was neccessary for this as well. Suffice it to say that chrome's sandbox does not work so that causes bugs without 3747? And multi process webview shared rendering doesn't work without 5666? 5044 is needed for threadraces in ntdll. The userfaultfd patch is presuambly needed for chrome's usage of writecopy in sandbox although if I remember right wine devs keep getting some strange hack upstreamed into chrome to make it work anyways in wine.
The picture was taken using the above PR's and wine-staging's patchset, without the writecopy hack, on new WoW64 without dxvk and no special command line options which works for me. Played a game of slither.io with it just fine and opened up a few webpages. CEF still doesn't work though which is what i've been trying to get working. All these points are seperate bugs some of which have reports and some of which don't. Maybe make a report on the threadraces and sandboxing/DeriveCapabilitySidsFromName so those get merged/fixed?