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.