Skip to content

PreBuilt Angle binaries no longer work "Error loading EGL entry points." #85

@jmschrack

Description

@jmschrack

As of 2022, node-gles no longer works on due to the outdated ANGLE binary the installer uses.

It is still possible to make it work:

  • build Angle from source (do a Release build and set is_component_build = false)
  • copy the Release folder from the Angle build directory to node-gles/deps/angle/out/Release
  • rename "libEGL.dll.lib" -> "libEGL.lib" and "libGLESv2.dll.lib" -> "libGLESv2.lib"
  • node-gyp rebuild
  • If you're on windows and get a "Module Not Found" error, copy "libEGL.dll" and "libGLESv2.dll" into the build/Release folder

@nkreeger is it possible to get an updated ANGLE binary somewhere?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions