-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
-
What version of the product are you using?
- What version are you using? Nuget 57.0.0.0
-
What architecture x86 or x64?
x86 (all projects) -
On what operating system?
- Win7
-
Are you using
WinForms
,WPF
orOffScreen
?
WinForms
- What steps will reproduce the problem?
Create a project, in code run this:
CefSettings setting = new CefSettings();
Cef.Initialize(setting, null);
- What is the expected output? What do you see instead?
Expected: initialization like in minimal sample.
Observed: program compiles, runs, then stops abruptly without a chance for the debugger to show where. Log says: "Invalid file descriptor to ICU data received."
-
Please provide any additional information below.
-
A stack trace if available, any Exception information.
No relevant stack trace.
- Does the cef log provide any relevant information? (By default there should be a debug.log file in your bin directory)
Log says: "Invalid file descriptor to ICU data received."
- Any other background information that's relevant? Are you doing something out of the ordinary? 3rd party controls?
Cef is instanciated in a DLL that's not the main program. Thats has implication about what's copied in output directory.
- Does this problem also occur in the
CEF
Sample Application from http://opensource.spotify.com/cefbuilds/index.html?
Not tested, as I found the cause.
Metadata
Metadata
Assignees
Labels
No labels