dll not found

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

dll not found

Post by ahso »

Hi
I've copied all those into .wine...system32 and also in the same dir as the app but still get:

ed (error c0000020).
err:module:import_dll Library GLU.dll (which is needed by L"I:\\CPP\\samples\\point.exe") not found
err:module:import_dll Library OPENGL.dll (which is needed by L"I:\\CPP\\samples\\point.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"I:\\CPP\\samples\\point.exe" failed, status c0000135
michael@linux-os4n:~/CPP/samples> ^C


Many thanks
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: dll not found

Post by vitamin »

ahso wrote:err:module:import_dll Library OPENGL.dll (which is needed by L"I:\\CPP\\samples\\point.exe") not found
Your Wine is not complete. If you installed it from binary packages make sure you did install everything.
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

No I've compiled 1.41 and i found a opengl32.dll in .wine...system32
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ahso wrote:No I've compiled 1.41 and i found a opengl32.dll in .wine...system32
That's a "fake dll". You probably didn't compile your Wine correctly.
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

removed previous wine with: make uninstall ( from the source dir )
and compiled 1.41 with tools/wineinstall.
Nothing special...
also copy/rename opengl32.dll to OPENGL.dll didn't help. Same for placing copies into the same dir as the exe.
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

the dll found online don't work and if i copy those from vista64 I get:
michael@linux-os4n:~/CPP/samples> wine line.exe
Trying to load PE image for unsupported architecture (AMD-64)
err:module:import_dll Loading library OPENGL.dll (which is needed by L"I:\\CPP\\samples\\glut.dll") failed (error c000007b).
err:module:import_dll Library glut.dll (which is needed by L"I:\\CPP\\samples\\line.exe") not found
Trying to load PE image for unsupported architecture (AMD-64)
err:module:import_dll Loading library GLU.dll (which is needed by L"I:\\CPP\\samples\\line.exe") failed (error c000007b).
Trying to load PE image for unsupported architecture (AMD-64)
err:module:import_dll Loading library OPENGL.dll (which is needed by L"I:\\CPP\\samples\\line.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"I:\\CPP\\samples\\line.exe" failed, status c0000135
michael@linux-os4n:~/CPP/samples>
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

could someone with a 32bit windows send me those 3 dll? opengl, glu and glut
Many thanks
Michael
PS: those from www.dll-files.com
etc don't work
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

no wine is ok. recent opengl apps all runs fine. apparently i need a very old OPENGL.dll from Microsoft around windows 98. Anyone could send me this?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ahso wrote:no wine is ok. recent opengl apps all runs fine. apparently i need a very old OPENGL.dll from Microsoft around windows 98. Anyone could send me this?
You don't need that, it won't work on Wine. What you need is a freely redistributable glut.dll & co.
Locked