LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-05-2005, 11:55 AM   #1
Nightmare JG
LQ Newbie
 
Registered: May 2005
Distribution: Fedora Core 4
Posts: 16

Rep: Reputation: 0
Wine not working.


Whenever I try to run anything with wine I get this:


Code:
err:module:import_dll Library ole32.dll (which is needed by L"c:\\windows\\system\\shlwapi.dll") not found
err:module:import_dll Library shlwapi.dll (which is needed by L"c:\\windows\\system\\shell32.dll") not found
err:module:import_dll Library shell32.dll (which is needed by L"c:\\windows\\system\\avifil32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by L"c:\\windows\\system\\avifil32.dll") not found
err:module:import_dll Library AVIFIL32.dll (which is needed by L"C:\\Program Files\\anim8or\\Anim8or.exe") not found
err:module:import_dll Loading library shell32.dll (which is needed by L"c:\\windows\\system\\comdlg32.dll") failed (error c000007b).
err:module:import_dll Loading library shlwapi.dll (which is needed by L"c:\\windows\\system\\comdlg32.dll") failed (error c000007b).
err:module:import_dll Library comdlg32.dll (which is needed by L"C:\\Program Files\\anim8or\\Anim8or.exe") not found
err:module:import_dll Loading library SHELL32.dll (which is needed by L"C:\\Program Files\\anim8or\\Anim8or.exe") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\anim8or\\Anim8or.exe" failed, status c0000135
Here I was trying to run C:\Program Files\anim8or\Anim8or.exe. I'm running Fedora Core 4, and istalled wine with the FC3 rpm.

Thanks,
Nightmare JG
 
Old 07-05-2005, 02:29 PM   #2
namish
Member
 
Registered: Jan 2005
Posts: 51

Rep: Reputation: 15
At first glance, I would say that you need to download all the .dlls to run that specific program. But then I saw shell32.dll, which you can't really have in linux. Some windows applications don't really want to work in linux; I remember one I tried to get working, and it required a driver for a specific old 56K modem! Besides, if you want something as big as 3d rendering software, wining it isn't the best option, since it might make it too slow. I suggest Blender. You can get it at www.blender3d.org
 
Old 07-05-2005, 03:25 PM   #3
Nightmare JG
LQ Newbie
 
Registered: May 2005
Distribution: Fedora Core 4
Posts: 16

Original Poster
Rep: Reputation: 0
*ahem*

http://appdb.winehq.org/appview.php?appId=1537
http://frankscorner.org/index.php?p=anim8or
 
Old 07-05-2005, 03:29 PM   #4
craigor
LQ Newbie
 
Registered: Jun 2005
Distribution: Gentoo2005.0 / Slack 10.1
Posts: 19

Rep: Reputation: 0
i hate to point out the obvious... (and i'm not a Fedora user... i hate it... so feel free to flame me if i'm wrong) but maybe you should wait for an FC4 rpm of wine.

or you could uninstall the one you've installed, and try compiling wine from source.
 
Old 07-05-2005, 03:57 PM   #5
Nightmare JG
LQ Newbie
 
Registered: May 2005
Distribution: Fedora Core 4
Posts: 16

Original Poster
Rep: Reputation: 0
No...I'm pretty sure the install worked fine, FC3 and FC4 are very similar in most areas.

-Nightmare JG
 
Old 07-05-2005, 04:24 PM   #6
craigor
LQ Newbie
 
Registered: Jun 2005
Distribution: Gentoo2005.0 / Slack 10.1
Posts: 19

Rep: Reputation: 0
ok... good for me to know (as i said, i'm not very familiar with fedora)

so i can't think of much else to try, other than installing it from source. That's usually what I do when binary packages don't work properly.

The rpm may be corrupt, or misconfigured or something. Compiling from source should imply that all the files are installed correctly for your specific system.
 
Old 07-05-2005, 05:45 PM   #7
namish
Member
 
Registered: Jan 2005
Posts: 51

Rep: Reputation: 15
Sorry, I didn't see if Anim8or had been tested for wine.
Have you tested wine on anything else to make sure it was installed correctly?
 
Old 07-06-2005, 07:31 AM   #8
Nightmare JG
LQ Newbie
 
Registered: May 2005
Distribution: Fedora Core 4
Posts: 16

Original Poster
Rep: Reputation: 0
I get similar errors with other programs as well.

EDIT: I dowmloaded ole32.dll, and the game maker installer worked!
YAY!
But when I tried to start Anim8or, I got this:
Code:
fixme:opengl:query_function_pbuffer gl_version is: "1.2 (1.5 Mesa 6.2.1)"
fixme:opengl:query_function_pbuffer glx_exts is: "GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_OML_swap_method GLX_SGI_make_current_read GLX_SGIS_multisample GLX_SGIX_fbconfig "
fixme:opengl:query_function_pbuffer gl_version is: "1.2 (1.5 Mesa 6.2.1)"
fixme:opengl:query_function_pbuffer glx_exts is: "GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_OML_swap_method GLX_SGI_make_current_read GLX_SGIS_multisample GLX_SGIX_fbconfig "
err:opengl:X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)
OpenGL error?

Last edited by Nightmare JG; 07-06-2005 at 07:48 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
webcam isn't working with WINE cb951303 Linux - Software 2 10-03-2005 08:34 AM
Wine is not working :/ k0ljat Linux - Software 1 10-22-2004 10:50 AM
how many got wine working guessme Linux - Software 2 07-15-2004 04:06 AM
Help my get wine working! orange400 Linux - Software 3 05-10-2003 03:51 PM
Working with WINE emmanuelmathew Linux - Newbie 3 02-17-2003 10:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration