Skip to content

Calling wef::init() with default settings crashes the whole system #9

@darman96

Description

@darman96

Somehow this:

pub fn initialize_cef() -> Result<(), String> {
    let settings = wef::Settings::new();

    wef::init(settings)
        .map_err(|e| format!("Failed to initialize CEF: {:?}", e))
}

manages to auto restart my main function and, if not manually aborted, will result in crashing my PC.

What the hell did you do here?

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