cancel
Showing results for 
Search instead for 
Did you mean: 

Drivers & Software

rakbabushki
Journeyman III

OpenGL issue with atio6axx.dll in the latest driver

I'm running a development of one project that uses OpenGL with my friend and we're facing one issue:
everything works fine to him, as he uses an outdated 21/09/22 driver alone (without amd adrenaline software)
But I'm facing an issue with LoadLibrary on the latest Amd driver.
I tried to install the driver itself without any software. Issue still persist.

Here's an side/by/side exploration in logs:

=================
Begin Activation Context Generation.
Input Parameter:
Flags = 0
ProcessorArchitecture = AMD64
CultureFallBacks = en-US;en;ru-RU;ru
ManifestPath = C:\Windows\System32\DriverStore\FileRepository\u0396095.inf_amd64_d02ef9ef25a0b66b\B395807\atio6axx.dll
AssemblyDirectory = C:\Windows\System32\DriverStore\FileRepository\u0396095.inf_amd64_d02ef9ef25a0b66b\B395807\
Application Config File = 
-----------------
INFO: Parsing Manifest File C:\Windows\System32\DriverStore\FileRepository\u0396095.inf_amd64_d02ef9ef25a0b66b\B395807\atio6axx.dll.
INFO: Manifest Definition Identity is (null).
ERROR: Activation Context generation failed.
End Activation Context Generation.
 
=================
Begin Activation Context Generation.
Input Parameter:
Flags = 0
ProcessorArchitecture = AMD64
CultureFallBacks = en-US;en;ru-RU;ru
ManifestPath = C:\Windows\System32\DriverStore\FileRepository\u0396095.inf_amd64_d02ef9ef25a0b66b\B395807\atio6axx.dll
AssemblyDirectory = C:\Windows\System32\DriverStore\FileRepository\u0396095.inf_amd64_d02ef9ef25a0b66b\B395807\
Application Config File = 
-----------------
INFO: Parsing Manifest File C:\Windows\System32\DriverStore\FileRepository\u0396095.inf_amd64_d02ef9ef25a0b66b\B395807\atio6axx.dll.
INFO: Manifest Definition Identity is (null).
ERROR: Activation Context generation failed.
End Activation Context Generation.
 
0 Likes
3 Replies

It will be very helpful to know the GPU card or IGPU that you are using.

Can you upload a image of GPU-Z showing your GPU card or IGPU and see if OpenGL is check marked at the bottom with the correct OpenGL Version enabled?

I suggest you use DDU to delete all traces of your current AMD driver and deleting AMD Driver installation folder at C:\AMD.

Once DDU boots back up into Windows, run the full AMD Package and then again check with GPU-Z that OpenGL is enabled with the correct version.

NOTE: You can also open a thread at AMD Forum's Developers - OpenGL/Vulkan starting here first: https://community.amd.com/t5/newcomers-start-here/bd-p/newcomer-forum

0 Likes

Rx6600 & AMD Ryzen 7 7730U.
OpenGL on GPU-Z is marked as functional on both.
also, downgrading my RX 6600 driver to 22.5.2 fixed an issue (yeah, i did it by DDU)

0 Likes
peruka93
Staff

Does it work with the latest driver?

0 Likes