Replies: 1 comment 2 replies
-
I haven't had the need to try either.
There are major upstream changes in this time period. https://github.com/cefsharp/CefSharp/releases/tag/v127.3.50
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have developed a simple program that opens a browser window, displays a URL, and refreshes it every 120 seconds. The program runs on a terminal that is automatically started via a .bat file in Kiosk Mode (using Alternate Shell -->https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.WindowsLogon2::CustomShell) to prevent non-admins from making changes.
The program works flawlessly with CefSharp Version 126.2.180, but starting with Version 127.3.50, I encounter the error "Breakpoint encountered in the source program." Interestingly, the program works perfectly when a user logs in manually to the terminal and starts the program.
For troubleshooting, I tried the following:
Debugging with MessageBoxes: Added MessageBoxes at key steps in the program, but it didn’t help.
cef_log.txt: The log file provided no additional insights.
Windows Event Viewer: It didn’t show any relevant information.
VC++ Version: 2019.
Testing with different .NET Framework versions: Both .NET Framework 4.6.2 and 4.8 showed no improvement.
The terminal's operating system is Windows 10 Enterprise LTSC, Version 21H2.
Development environment: C# in Visual Studio 2022.
Has anyone experienced similar issues related to CefSharp, Alternate Shell, or Kiosk Modes? Are there any known changes introduced in version 127.3.50 that might cause this behavior?
Beta Was this translation helpful? Give feedback.
All reactions