cef-rs icon indicating copy to clipboard operation
cef-rs copied to clipboard

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

Open YeautyYE opened this issue 3 months ago • 0 comments

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,
    },
)

YeautyYE avatar Mar 23 '24 03:03 YeautyYE