Failing to initialize EGL #723
Labels
awaiting feedback
bug
Something isn't working
needs investigation
Needs some investigation to find the cause of the issue
Hi all,
I am trying to get Cog to run on an Ubuntu 22.04 VM on arm64 (the goal is to eventually have this run on an actual Ubuntu 20.04 arm64 machine), and after overcoming some various hurdles I am running into an obscure EGL error.
Full logs trying to run
cog github.com
:The standout clue is
wl_registry@2: error 0: invalid version for global wl_seat (16): have 5, wanted 7
but from what I've looked around online, there's not many details to work with. I suspect there's some sort of versioning mismatch but not sure how to debug this effort, as this is my first time wading into webkit browser waters.This is from the
cog
package that can be run fromapt install cog
. Trying to build and run from source comes into other issues that I didn't consider worth the time to solve at the moment.Any advice or pointers would be greatly appreciated.
The text was updated successfully, but these errors were encountered: