JuliaGL / GLFW.jl

Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
http://www.glfw.org/
MIT License
138 stars 32 forks source link

Version 2.0.0-alpha does not work in IJulia notebook in windows 10 #149

Closed floriangriese closed 6 years ago

floriangriese commented 6 years ago

With Version 2.0.0-alpha using GLFW does not work in IJulia notebooks under windows 10 anymore. The kernel of the notebook crashes and restarts. With Version 1.5.0 it works fine.

SimonDanisch commented 6 years ago

Is this with a more complex script, or literally just using GLFW?

floriangriese commented 6 years ago

Literally just using GLFW. In the normal Julia console it works fine.

jayschwa commented 6 years ago

What version of Julia is the IJulia notebook using? GLFW.jl 2.0.0-alpha starts to use some Julia 0.7 features, though it was still compatible with Julia 0.7 in my testing.

SimonDanisch commented 6 years ago

Hm, I can't reproduce: grafik

Now the question is, are you on different versions with Julia / Conda / IJulia, or is this a driver problem?

SimonDanisch commented 6 years ago

This is using julia 0.6.2 in this case...

floriangriese commented 6 years ago

After a restart today, it now works fine!

SimonDanisch commented 6 years ago

Oh, so this was likely a dub of https://github.com/JuliaGL/GLFW.jl/issues/148