wusyong / cef-rs

Apache License 2.0
29 stars 7 forks source link

cef::initialize(&args, &settings, Some(app)) = false #8

Open YeautyYE opened 7 months ago

YeautyYE commented 7 months ago

When I run demo, I get the following error

[examples/demo.rs:45:5] cef::initialize(&args, &settings, Some(app)) = false
[examples/demo.rs:46:5] cef::execute_process(&args, Some(app)) = -1
[examples/demo.rs:53:24] cef::create_browser_view(Some(client), url, browser_settings) = BrowserView(
    RefGuard {
        object: 0x0000000000000000,
    },
)
xsxz01 commented 1 month ago

I encountered the same error, but I have no way to solve it