LadybirdBrowser / ancient-history

The Ladybird web browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot create a WebGL context

Lubrsi opened this issue · comments

Trying to create a WebGL context crashes when trying to load LibSoftGPU:

ladybird: /home/lukew/Desktop/serenity-project/serenity/Userland/Libraries/LibGL/GLContext.cpp:1230: AK::NonnullOwnPtr<GL::GLContext> GL::create_context(Gfx::Bitmap&): Assertion `!_temporary_result.is_error()' failed.

https://github.com/SerenityOS/serenity/blob/5bbd5e7322f107aae5e62983b5c50c0d01163d57/Userland/Libraries/LibGL/GLContext.cpp#L1230