Skip to content

Weird CEF bug #2928

Open
Open
@FileEX

Description

@FileEX

Describe the bug

I use a simple code with web browser

local screenX, screenY = guiGetScreenSize();

local browserCef = GuiBrowser(0,0,screenX,screenY, false, true, false);
local browserCefE = browserCef.browser; 

addEventHandler('onClientBrowserCreated', browserCef, function()
    print(loadBrowserURL(source, 'http://www.youtube.com'));
    toggleBrowserDevTools(source, true) -- Toggle the CEF dev console
end);

But for me browser isn't appear, but for other players is ok. I have the same issues with local files and any other URL's. In debug console i got error
image

Steps to reproduce

I don't know how reproduce this problem

Version

1.5.9 (newest)

Additional context

No response

Relevant log output

No response

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfeedbackFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions