Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jmschrack opened this issue Nov 3, 2022 · 0 comments

Comments

@jmschrack
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant