• NikkiNikkiNikki@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    9 months ago

    Try doing what e0qdk suggests in this comment as it seems to be an issue with how GLFW creates windows in wayland. You’re technically creating an eGL window through it and the profile version is different (egl2 is opengl4.x compatible while egl1 is opengl 3.x compatible I think?), so just remove the window calls to glfwWindowHint and see what version it tries to use by default

    • prettydarknwild@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      i commented all the calls to glfwWindowHint, and now it just exits inmediately with code 0, so i think it is working, although it doesnt create any window either, there is a way to see which version is using by default?