You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, a problem has arisen with the Cefsharp browser (see title).
We start the browser through a C# process that launches a Windows console application in which the Cefsharp browser is implemented.
When I run the calling process as an administrator, it works.
When I directly invoke the console application, it also works.
However, when I start the process as a normal user, an error message appears in a dialog, and the process aborts.
From my perspective, this must be related to changed permissions in Windows. Can someone help me find a solution? Is there any way in Windows to see which permissions are missing for the process as a normal user?
Regards,
Guido
The text was updated successfully, but these errors were encountered:
in the chrome_debug.log, I got one entry:
[25948:17332:1121/133957.205:FATAL:check.cc(361)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Recently, a problem has arisen with the Cefsharp browser (see title).
We start the browser through a C# process that launches a Windows console application in which the Cefsharp browser is implemented.
When I run the calling process as an administrator, it works.
When I directly invoke the console application, it also works.
However, when I start the process as a normal user, an error message appears in a dialog, and the process aborts.
From my perspective, this must be related to changed permissions in Windows. Can someone help me find a solution? Is there any way in Windows to see which permissions are missing for the process as a normal user?
Regards,
Guido
The text was updated successfully, but these errors were encountered: