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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+5-12Lines changed: 5 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -114,21 +114,14 @@ body:
114
114
attributes:
115
115
value: |
116
116
To help determine where the problem needs to be fixed please download and test using the `CEF Sample Application(cefclient)`.
117
-
1. Download [x86](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windowsarm64_client.tar.bz2).
118
-
- Extract and run cefclient.exe
119
-
- **MAKE SURE TO TEST WITH THE COMMAND LINE ARGS LISTED BELOW**
1. Download for [x86](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows32_client.tar.bz2) or [x64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windows64_client.tar.bz2) or [arm64](https://cef-builds.spotifycdn.com/cef_binary_111.2.7%2Bgebf5d6a%2Bchromium-111.0.5563.148_windowsarm64_client.tar.bz2).
118
+
2. Extract tar.bz2 file
119
+
3a. For WPF/OffScreen `cefclient.exe --multi-threaded-message-loop --no-sandbox --off-screen-rendering-enabled --enable-gpu` Execute cefclient.exe using the command line args:MAKE SURE TO TEST WITH THE COMMAND LINE ARGS LISTED BELOW**
120
+
3b. For WinForms `cefclient.exe --multi-threaded-message-loop --no-sandbox
128
121
- type: dropdown
129
122
id: cefclient-testing
130
123
attributes:
131
-
label: Does this problem also occur in the **CEF** Sample Application
124
+
label: Does this problem also occur in the CEF Sample Application
0 commit comments