https://bugs.winehq.org/show_bug.cgi?id=56724
Bug ID: 56724 Summary: New chromium versions don't start under wine anymore Product: Wine Version: 9.8 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
This affects both chromium 32bit and 64bit.
The change got introduced between
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.ht... and https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.ht...
Will investigate the following days.
https://bugs.winehq.org/show_bug.cgi?id=56724
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://commondatastorage.g | |oogleapis.com/chromium-brow | |ser-snapshots/index.html?pr | |efix=Win_x64/1255416/
https://bugs.winehq.org/show_bug.cgi?id=56724
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
https://bugs.winehq.org/show_bug.cgi?id=56724
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Bisected chromium, result is
9b542dc0a844f6215c2c3f7f38d025b0623cc713 Enable Network Service Sandbox on Windows
https://bugs.winehq.org/show_bug.cgi?id=56724
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Problem is
content/browser/utility_sandbox_delegate_win.cc:UtilitySandboxedProcessLauncherDelegate::DisableDefaultPolicy
returns true in case sandbox::mojom::Sandbox::kNetwork It's called by
sandbox/policy/win/sandbox_win.cc:GenerateConfigForSandboxedProcess
it now doesn't call AddDefaultConfigForSandboxedProcess, which breaks things under wine Reason is "config->SetIntegrityLevel(INTEGRITY_LEVEL_LOW);" not being called Then
sandbox/win/src/sandbox_policy_base.cc:AddAppContainerProfile
Doesn't "return SBOX_ERROR_BAD_PARAMS;" and the function continues It calls
sandbox/win/src/app_container_base.cc:AppContainerBase::CreateProfile
Which calls CreateAppContainerProfile, which is missing in Wine.
MR: https://gitlab.winehq.org/wine/wine/-/merge_requests/5725
https://bugs.winehq.org/show_bug.cgi?id=56724
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |4537dbdcd503406fb0238e08f2c | |8e8fc8ee0097c Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Fixed by https://gitlab.winehq.org/wine/wine/-/commit/4537dbdcd503406fb0238e08f2c8e8f...
https://bugs.winehq.org/show_bug.cgi?id=56724
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.10.