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

X11 in combination with GLES (EGL) does not work (DllNotFoundException libGL.so.1) #183

Closed
maaikel opened this issue Sep 25, 2014 · 4 comments

Comments

@maaikel
Copy link

maaikel commented Sep 25, 2014

When running on Linux Enlightenment with only GLES (EGL) I cannot create a GameWindow with the Embedded flag.
Glx is used which is dependent on libGL.so.1. libGL.so.1 is not supported in an environment with only GLES.

EglX11PlatformFactory base class is X11Factory
The CreateNativeWindow function create's a X11GLNative instance.
X11GLNative uses the X11GraphicsMode which uses the Glx class.

@thefiddler
Copy link
Contributor

Thanks for the bug report, I'm looking into this.

@thefiddler thefiddler added this to the 1.1.6 milestone Sep 30, 2014
@thefiddler
Copy link
Contributor

This needs an internal change to the IPlatformFactory.CreateNativeWindow API, so it's slightly more complicated than it looks. The good news is that this change has already been implemented in #142 so this can move forward as soon as that is merged.

@maaikel
Copy link
Author

maaikel commented Oct 23, 2015

Has this issue ever been fixed? Is there a new release available?

@maaikel maaikel closed this as completed Oct 23, 2015
@maaikel maaikel reopened this Oct 23, 2015
@daerogami
Copy link
Contributor

Closed due to age.

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

No branches or pull requests

3 participants