An error occurs in the rpc module. #4888
Replies: 1 comment
-
Converted to discussion as this is unlikely a bug in Did you test with the https://github.com/cefsharp/CefSharp.MinimalExample
Or it's simply just a
You'll need to load the https://github.com/cefsharp/CefSharp/wiki/Trouble-Shooting#unmanaged-crashes-when-the-process-dies |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
126.2.180
Operating System
Windows 10
Architecture
x64
.Net Version
net 8.0
Implementation
WPF
Reproduction Steps
hello
If you enable native debugging in C# and run it after building, the following error occurs.
Unhandled exception in FINALForensics.exe at 0x00007FFCB8B230C4 (rpcrt4.dll). 0xC0020043: rpc encountered an internal error (parameters: 0x0000000000000001, 0x00000000000006A6).
However, the problem does not occur in CefSharp.Wpf.NETCore version 124.3.80, so what is the difference?
The development environment is net 8.0 and WPF, and the Cefsharp version is 126.2.180.
Cef.Initialize(settings);
It says that an rpc exception occurs after the call.
Expected behavior
124.3.80 worked without problem.
126.2.180 A problem occurred after upgrading.
namespace FD.CefServices
{
public class CefService
{
public CefService() { }
}
Actual behavior
Unhandled exception in FINALForensics.exe at 0x00007FFCB8B230C4 (rpcrt4.dll). 0xC0020043: rpc encountered an internal error (parameters: 0x0000000000000001, 0x00000000000006A6).
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
Beta Was this translation helpful? Give feedback.
All reactions