Imgui not compatible with Mac OS 10.11.4 and LibGDX 1.9.9
See original GitHub issueException in thread “main” com.badlogic.gdx.utils.GdxRuntimeException: java.lang.Exception: ERROR: 0:3: ‘’ : version ‘150’ is not supported
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:117)
at com.x.prototype.desktop.DesktopLauncher.main(DesktopLauncher.kt:21)
Caused by: java.lang.Exception: ERROR: 0:3: ‘’ : version ‘150’ is not supported
at gln.objects.GlShader$Companion.createFromSource-RHQEpZs(shader.kt:70)
at imgui.impl.ImplGL3.createDeviceObjects(ImplGL3.kt:57)
at imgui.impl.LwjglGlfw.newFrame(LwjglGlfw.kt:107)
Issue Analytics
- State:
- Created 5 years ago
- Comments:62
Top Results From Across the Web
dear jvm imgui
Imgui not compatible with Mac OS 10.11.4 and LibGDX 1.9.9. Exception in thread “main” com.badlogic.gdx.utils.GdxRuntimeException: java.lang.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No issues with OpenGL2 on Mac so far 👍
Sorry I can not test It right now but I will check It tomorrow. I can also try with latest JDK after testing your change.