-
Notifications
You must be signed in to change notification settings - Fork 533
Closed
Labels
bugBug reportBug reporthas fixA fix has been proposedA fix has been proposedwindowsWindows platformWindows platform
Milestone
Description
After upgrade from 137 to 138 CEF fails to launch as admin. The call to browser_runner_->Initialize
in CefUIThread::InitializeBrowserRunner
returns the new CEF_RESULT_CODE_NORMAL_EXIT_AUTO_DE_ELEVATED.
In the case of our application where we set a separate BrowserSubprocessPath it tries to re-launch using our main executable instead which fails catastrophically.
In the case of cefclient.exe (from https://cef-builds.spotifycdn.com/cef_binary_138.0.17%2Bgac9b751%2Bchromium-138.0.7204.97_windows64_client.tar.bz2) it seems to simply not launch when attempting to launch it as administrator (no window appears but a cefclient.exe process remains alive).
fwflunky and mazer1310
Metadata
Metadata
Assignees
Labels
bugBug reportBug reporthas fixA fix has been proposedA fix has been proposedwindowsWindows platformWindows platform