bug_report.yml
bug_report.yml
Name | About | Labels | Assignees |
---|---|---|---|
Bug Report | Create a report for a reproducible bug |
Please only open an issue if you have a BUG to report. for questions/assistance use Discussions. If you are new to the project then please review the following:
- General Usage guide includes examples and details of many common questions.
- Frequently Asked Questions, lots of useful information there, specially if your having trouble deploying to a different machine.
- GitHub has a fantastic search feature, it'll search through past issues/code. Use the Search box at the top of this page).
- You can see all the
CefSharp
tagged issues on Stackoverflow, lots of questions/answers.
To help determine where the problem needs to be fixed please download and test using the CEF Sample Application(cefclient)
.
- Download for x86 or x64 or arm64.
- Extract tar.bz2 file
- Execute cefclient.exe using the command line args below:
For WPF/OffScreen cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu
For WinForms cefclient.exe --multi-threaded-message-loop --no-sandbox --use-alloy-style