lunixbochs / glshim

OpenGL 1.x driver shim for OpenGL ES devices.
https://boards.openpandora.org/topic/11506-glshim/
MIT License
160 stars 32 forks source link

epoxy_glx_version: Assertion `ret == 2' failed. #148

Closed ruleh closed 8 years ago

ruleh commented 8 years ago

I compiled (x86_64) and installed glshim and glu. Aftter a syatem update, I got the following error message when trying to run firefox 43 (42 works just fine) or winetricks (not sure if it worked before or not). "dispatch_glx.c:61: epoxy_glx_version: Assertion `ret == 2' failed." Any idea why or how?

lunixbochs commented 8 years ago

What x86_64 platform do you have that needs glshim? Also, glshim does not yet officially support WINE.

ruleh commented 8 years ago

I use an Asus Zenfone 2 z551ml.l which uses android (and gles) Also I didn't mean running win aplications using wine, just the gui of winetricks doesn't load. Similarly, firefox would also not load any gui (or anything at all)

lunixbochs commented 8 years ago

As far as I know WINE doesn't use libepoxy, so I have no idea what you're doing here.

winetricks uses the WINE UI as far as I know, and glshim does not support WINE. You might want to make sure your WINE has GDI set to not use OpenGL.