Jump to content
  • 0

"LoadLibrary failed with error126: The specified module could not be found


Donna Geddins
 Share

You are about to reply to a thread that has been inactive for 4757 days.

Please take a moment to consider if this thread is worth bumping.

Question

1 answer to this question

Recommended Posts

  • 0

From what I can tell from a quick Internet search, your system is having trouble finding the OpenGL drivers for your graphics card.  It seems to be a problem with Windows 7 on some systems with ATI graphics cards. The newest drivers are apparently faulty.  Here's a suggested fix posed on ONE TECH FORUM:

in order to use openGL, copy :

%WINDIR%\system32\opengl32.dll

- to :

%WINDIR%\system32\.dll

yes... ".dll" without name. Will work with the following command:
start -> execute (or shortcut WindowsKey + R) : cmd [ok]
cd %WINDIR%\system32
copy opengl32.dll .dll

If UAC's still active you may have to run command prompt as administrator.

This is relevant *only* if you're using an ATI videocard *and* you're under Vista or 7.

I have absolutely no idea whether this works or not.  I simply copied it from the site I referenced above.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4757 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...