Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
3.38k
stars
467
forks
source link
chrome: DCHECK failure in BlendForMinContrast in color_utils.cc with chrome runtime #3723
Closed
juhunn closed 4 months ago
Describe the bug
cefclient.exe
using a Debug build.Expected behavior The application should not crash. Instead, it crashes with the below error and stack trace:
When I run
cefclient.exe --disalbe-chrome-runtime
, crash is not occured.Versions (please complete the following information):
Additional context There is a same issue in chromium https://issues.chromium.org/issues/41486474