Replies: 2 comments
-
I Additional information: There are approximately 200-300 OpenWith.exe processes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In future please don't open issue for old unsupported versions. If you can reproduce the problem using the current supported version then I'd suggest asking on https://www.magpcss.org/ceforum/index.php
These are low level chromium messages you are seeing. It's very unlikely this is anything |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
110.0.250
Operating System
Windows Server 2016
Architecture
x64
.Net Version
.NET5.0
Implementation
OffScreen
Reproduction Steps
Expected behavior
The service is logged in with the local system account and remains stable.
Actual behavior
The following is the log record in the
debug.log
file:[0506/151618.974:ERROR:crashpad_client_win.cc(534)] CreateProcess: 系统找不到指定的文件。 (0x2)
[0506/151618.989:INFO:crash_reporting.cc(216)] Crash reporting enabled for process: browser
[0506/151618.989:ERROR:message_window.cc(63)] Failed to register the window class for a message-only window: 操作成功完成。 (0x0)
[0506/151618.989:ERROR:message_window.cc(118)] Failed to create a message-only window: 参数错误。 (0x57)
[0506/151618.989:ERROR:message_window.cc(118)] Failed to create a message-only window: 参数错误。 (0x57)
[0506/151618.989:FATAL:window_impl.cc(149)] Check failed: . : 操作成功完成。 (0x0)
[0506/151618.989:ERROR:crashpad_client_win.cc(142)] crash server failed to launch, self-terminating
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
I downloaded
libcef.dll.pdb
and placed it in the same path aslibcef.dll
, but I didn't get any more information.Beta Was this translation helpful? Give feedback.
All reactions