cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.76k stars 2.92k forks source link

Alloy bootstrap error shown even if debug logs are disabled #4833

Closed GrabzIt closed 3 weeks ago

GrabzIt commented 1 month ago

Is there an existing issue for this?

CefSharp Version

125.0.210

Operating System

Windows 10

Architecture

x64

.Net Version

.NET 6

Implementation

OffScreen

Reproduction Steps

If the ChromeRuntime property is not set to true then this error message is shown:

[0611/211537.568:WARNING:main_runner.cc(261)] Alloy bootstrap is deprecated and will be removed in ~M127. See https://github.com/chromiumembedded/cef/issues/3685

This happens even when the debug log is disabled.

Expected behavior

This should appear only if the logging is not disabled.

Actual behavior

It is being output all the time.

Regression?

No response

Known Workarounds

No response

Does this problem also occur in the CEF Sample Application

Yes using WPF/OffScreen command line args

Other information

No response

amaitland commented 1 month ago

This is likely https://github.com/chromiumembedded/cef/issues/3713

amaitland commented 3 weeks ago

I believe this should be fixed in M126