PistonDevelopers/glutin_window

panicked at 'glx::MakeCurrent failed'

janhaa opened this issue · 0 comments

I got this when trying to run the getting-started in https://github.com/PistonDevelopers/Piston-Tutorials. More details are here: PistonDevelopers/Piston-Tutorials#144

I was able to fix this by using the newest version of glutin from https://github.com/tomaka/glutin as the dependency in which they fixed the issue a couple days ago.

So I guess one would have to wait for the glutin guys to release a new version to crates and then update the dependency accordingly (or just always use the latest version?).