Kez Cleal
Kez Cleal
Hi @villena-francis, Is this using a local install, or are you perhaps running on a remote machine (using X11 forwarding)? I will fix the link now, thanks.
Ah ok. In that case, your system is probably lacking some openGL functions as the message indicates. It's not always clear what is missing, but you will need EGL and...
Ok great. Not sure why the conda version didn't work for you. Perhaps your conda base installation is quite old? I'll close this for now.
Thanks, I will see if I can't repeat the issue
Thanks for reporting @AndreaGuarracino. There must be some missing libs, maybe something in the core dependency tree. I'll take a look next week. Could I ask, what OS are you...
Hopefully v1.0.2 has fixed this issue. If someone could confirm this, I will close the issue. Thanks
Ok, thanks for testing so quickly. This is proving quite difficult to solve. I did manage to repeat the issue, but v1.0.2 fixes the issue for me, so I would...
This looks slightly different to the list of libs I have, the ones that actually get loaded for me are: ``` strace gw 2>&1 | grep -E '^open(at)?\(.*\.so' | grep...
Ok thanks, I will have to add some more source code to try and help understand what is going on.
`v1.0.3` has been released with some changes to how opengl is loaded that may solve some issues. If the issue still persists, there are also helpful debug/config environment variables that...