Skip to content

"Invalid file descriptor to ICU data received." #2166

@fidergo-stephane-gourichon

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 or OffScreen?

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.

Not tested, as I found the cause.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions