Ioannis Tsakpinis

Results 210 comments of Ioannis Tsakpinis

Do you have Mesa installed in your system? If yes, does 2.9.2+ work if you uninstall Mesa?

I went through the change log from 2.9.1 to 2.9.2 and couldn't find anything that might be responsible. Most Linux-related changes had to do with Xrandr. Would you be able...

That's good to hear. Would you mind sharing what tweaks were necessary? Maybe we can make the process simpler for other users.

I cannot reproduce this and it sounds a lot like a driver bug. Does the example code crash with either GPU? Does adding -Dorg.lwjgl.util.Debug=true produce any output?

This looks like a concurrency issue. Both the check and the error message are correct, the only way that this can happen is if buf.remaining() returned a different value in...

The idea behind the current ContextAttribs API is: a) It makes clear that once you create a context using it, there's no way to modify its settings. The only way...

I've been able to reproduce this on Windows 10, HD 2000 on a Sandy Bridge i5, driver version 9.17.10.4229. OpenGL (version 3.1) works on all JVMs up to 8u51. Starting...

Tried different JVMs: - Azul [Zulu 8u51](https://gist.github.com/Spasi/a189149d7b1eca2b5d3b), works. - Azul [Zulu 8u60](https://gist.github.com/Spasi/222b403eaee2845bbe0c), fails. Zulu is based on OpenJDK and there's no Java_java_lang_ProcessEnvironment_environmentBlock, so it must be something else. - IBM...

> I wonder if calling System.getEnv() with < java 8u60 before opening display triggers same behaviour. Tried with 8u51, it doesn't.

I'm afraid LWJGL 2 is not actively maintained anymore. Other than critical bug fixes, there won't be any features added, unless someone submits a pull request. For this particular case,...