Closed BigPino67 closed 6 years ago
It's important to remember that CefSharp
is just a wrapper around the Chromium Embedded Project (CEF)
, the upstream CEF
forum is a valuable resource. Also CEF
has it's own Issue Tracker. Please take the time to research your own problem, including Googling
, searching on ceforum
, etc.
--
Debug.log
file? (Should be located in your apps executing folder by default)chromium
as a keyword).cefclient
? (cefclient
is the reference implementation provided by CEF
)--
cefclient
?CEF
your actually using, easiest way is to check your packages.config
file, look for the cef.redist.x86
package, it's version will be something like 3.2526.1362
, that's the exact version of CEF
you'll need to download for comparison. You can also open chrome://version
in the browser to determine the version.Branch
you require, for the example above the branch is 2526
, all the versions follow a similar patternWindows 32bit
or Windows 64bit
item, if you don't see the exact version, then click more revisions
WPF/Offscreen
or WinForms
? This next part is key
cefclient --multi-threaded-message-loop --off-screen-rendering-enabled
cefclient --multi-threaded-message-loop
See http://magpcss.org/ceforum/viewtopic.php?f=6&t=11570
If you need further clarification best to ask on http://magpcss.org/ceforum/index.php as I've never used the API.
What version of the product are you using? 63.0.3 via NuGet.
What architecture x86 or x64? x86 platform in build configuration.
On what operating system? Windows 10
Are you using WinForms, WPF or OffScreen? WinForms
What steps will reproduce the problem? Go to https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/speechsynthesis/
The dropdown list of voices is empty! Supposed to be full.
Or, open a remote dev console for cefSharp project, and type window.speechSynthesis.getVoices(). The array is empty! Supposed to be an array of 20 SpeechSynthesisVoice objects.
What is the expected output? What do you see instead? Suppose to have at least 20 SpeechSynthesisVoice objects in an array, mine is empty. No crash
The browser is suppose to support Speech Synthesis
Results with CefSharp :
Wanted (as chrome) :