question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Requested OpenGL version 4.3, got version 4.1

See original GitHub issue

Hi! I’m new to graphics programming and I am learning OpenGL. Thank you for this repo. I am learning a lot.

For most of the examples I get this error on my MacBook because Apple dropped support for OpenGL 4.3. I’m hoping there is a way around this or do I have to buy a non mac computer?

[LWJGL] GLFW_VERSION_UNAVAILABLE error Description : Requested OpenGL version 4.3, got version 4.1

I’m slowly going through each example. Tried running examples in raytracing.tutorial package and I get that error.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SWinxycommented, Sep 29, 2021

Double check to see if you actually need 4.3 and that you’re importing the wrong classes for no reason.

1reaction
httpdigestcommented, Sep 27, 2021

The OpenGL 4.1 limitation is not imposed by the hardware, but merely by Apple not having developed an OpenGL > 4.1 driver. If you switch to Windows via Bootcamp (on the same hardware) then you should be fine using whatever OpenGL version your actual hardware supports. See also: https://www.reddit.com/r/opengl/comments/bfogyt/apple_and_opengl_45/

Read more comments on GitHub >

github_iconTop Results From Across the Web

VersionUnavailable: Requested OpenGL version 4.3, got ...
opengl is hard... I tried changing the import paths to use 4.1 everywhere. It compiles, but then at runtime i get the same...
Read more >
How to Fix OpenGL Error (for Old PC or No Graphic Card)
This means that if you run your favorite games smoothly in previous versions of Windows, you might experience some graphic card issues in ......
Read more >
How to Fix "This application requires OpenGL 4.1 or later ...
Password : arisuhendi This application requires OpenGL 4.1 or later and current OpenGL version of this device is 2.1.0 - Build 8.15.10.2900 ...
Read more >
Fix OpenGL Not Supported Error in Windows 10 [2022]
Some of such pesky errors include OpenGL issues. ... pc opengl 2.0 renderer not supported windows 10 opengl version not supported opengl 2.0 ......
Read more >
How To: Check the graphics card type and OpenGL version
How To: Check the graphics card type and OpenGL version. Summary ... OpenGL 4.1 or later is required to run CityEngine 2022.0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found