Author Topic: How to fix OpenGL on Windows 8 for AMD’s  (Read 2452 times)

Offline javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 36026
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
How to fix OpenGL on Windows 8 for AMD’s
« on: March 21, 2012, 06:35:05 AM »
The AMD Catalyst Drivers for Windows 8 Consumer Preview are broken when it comes to 64-bit OpenGL; they’re missing a registry entry critical to its functionality. and today (Long Zheng) from (withinwindows) find a wonderful solution for this problem.and he said:


Whenever an application (like Minecraft using Java 64-bit) requests OpenGL access, AMD’s atig6pxx.dll kicks in. It then peeks inside
HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000 and loads the OpenGL component as specified by OpenGLVendorName (64-bit) or OpenGLVendorNameWow (32-bit).
 
While the bits are there, the 64-bit registry entry is missing completely. But wait, you can add it yourself, though! No reboot needed.
 
« Last Edit: March 21, 2012, 07:45:44 PM by javajolt »


Offline DMHolt57

  • Sr. Member
  • ****
  • Posts: 281
  • Gender: Male
How to fix OpenGL on Windows 8 for AMD’s
« Reply #1 on: March 21, 2012, 05:50:32 PM »
« Last Edit: March 21, 2012, 10:29:40 PM by DMHolt57 »

Offline javajolt

  • Administrator
  • Hero Member
  • *****
  • Posts: 36026
  • Gender: Male
  • I Do Windows
    • windows10newsinfo.com
How to fix the ERROR 126 when you open OpenGL programs
« Reply #2 on: March 21, 2012, 07:53:12 PM »

The solution is quite simple. In my case (Double ATI radeon HD 5700 + Windows 8 CP), I am download two different drivers from AMD Support & Drivers page: 1. - Catalyst Software Suite 12.2 for Win 7 64 2. - Catalyst Driver 8.93.7 RC10 for win 8 CP. I run first package and use it for uninstall previous version of Catalyst Software. Then instal the same package (12.2). After that, I am just overwrite with secund 8.93.7 drivers, and - voila - everything works just fine.
 
Saw this on one of the many forums I look around, and thought it might help some of our members.

I have NOT come across a dl link to get the .reg file yet!