--
You received this message because you are subscribed to the Google Groups "angleproject" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angleproject...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
ANGLE is libEGL.dll and libGLESv2.dll (ES driver), not opengl32.dll (desktop driver). That might be why it's crashing.
We don't release any binaries at the moment, we haven't had a lot of demand for it. It's also not too hard to build ANGLE from source, see the instructions on the wiki: https://chromium.googlesource.com/angle/angle/+/master/doc/DevSetup.md. That's probably your best best, although copying DLLs from Chrome should work in a pinch.