LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-27-2004, 06:14 PM   #1
illiniguy3043
Member
 
Registered: May 2004
Location: Illinois
Distribution: Ubuntu 8.04
Posts: 56

Rep: Reputation: 15
Question WINE dll Problem


I have Mandrake 10 installed and I want to run my Windows version of AutoCAD 2004 in Linux with WINE. However when I go to run it with WINE I get the following:

wine /home/windows/Program\ Files/AutoCAD\ 2004/acad.exe

err:module:import_dll Library gdiplus.dll (which is needed by L"Z:\\home\\windows\\Program Files\\AutoCAD 2004\\acad.exe") not found
err:module:import_dll Library ac1st16.dll (which is needed by L"Z:\\home\\windows\\Program Files\\AutoCAD 2004\\acad.exe") not found
err:module:import_dll Library acdb16.dll (which is needed by L"Z:\\home\\windows\\Program Files\\AutoCAD 2004\\acad.exe") not found
err:module:import_dll Library acdb16.dll (which is needed by L"Z:\\home\\windows\\Program Files\\AutoCAD 2004\\acui16.dll") not found
err:module:import_dll Library acui16.dll (which is needed by L"Z:\\home\\windows\\Program Files\\AutoCAD 2004\\acad.exe") not found
err:module:import_dll Library AcGe16.dll (which is needed by L"Z:\\home\\windows\\Program Files\\AutoCAD 2004\\acad.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\windows\\Program Files\\AutoCAD 2004\\acad.exe" failed, status c0000135

What do I need to modify?
 
Old 06-27-2004, 07:17 PM   #2
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
well, it looks like you'll need to find those dll's

did you just copy over the install from a windows partition? those dll's are, afaik, not native dll's, but specific to the program
 
Old 06-27-2004, 07:19 PM   #3
illiniguy3043
Member
 
Registered: May 2004
Location: Illinois
Distribution: Ubuntu 8.04
Posts: 56

Original Poster
Rep: Reputation: 15
No I bought a new hard drive and just installed Mandrake onto it.
 
Old 06-27-2004, 08:34 PM   #4
illiniguy3043
Member
 
Registered: May 2004
Location: Illinois
Distribution: Ubuntu 8.04
Posts: 56

Original Poster
Rep: Reputation: 15
Ok so after I find the dll's on my windows disk or wherever, what do I do then? Is there some PATH variable in WINE that I can modify so it searches in the correct directory?
 
Old 06-28-2004, 08:48 AM   #5
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
try this

first cd into acad dir, and then run wine

cd "/home/windows/Program Files/Auto CAD 2004/"
wine acad

btw what wine ver do you use?
 
Old 06-28-2004, 09:22 AM   #6
illiniguy3043
Member
 
Registered: May 2004
Location: Illinois
Distribution: Ubuntu 8.04
Posts: 56

Original Poster
Rep: Reputation: 15
Angry

Ok I'll try that, but now after I rebooted into Windows on my other hard disk and then rebooted back into Linux I can't access my Windows HDD that has AutoCAD on it. My umask is set on 755 for my Windows HDD in Linux. My /etc/fstab reads as follows:

/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/hdb2 /home/windows ntfs umask=755,user,suid,dev,exec 0 0
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
/dev/hdd /mnt/cdrom2 auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0


By the way my WINE version is 20040615.
 
Old 06-29-2004, 06:38 AM   #7
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
what error does the kernel print?

Can it load the module ntfs.o?
 
Old 06-29-2004, 09:37 AM   #8
illiniguy3043
Member
 
Registered: May 2004
Location: Illinois
Distribution: Ubuntu 8.04
Posts: 56

Original Poster
Rep: Reputation: 15
I'm not sure but I know I have read access on the NTFS hard disk because I tried it out to make sure before I attempted using WINE. I also attempted cd'ing into the AutoCAD directory and then running WINE in hopes it would find the dll's there but no such luck.
 
Old 06-29-2004, 01:53 PM   #9
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
Then you'd search for these dll's in autocad dir and in .../home/windows/system32. If you don't find anything, try to reinstall acad.
BTW I am not sure that the program will run from a read-only partition. If it doesn't work after installing dll's try to copy acad to a writable partition.
 
Old 07-02-2004, 10:13 AM   #10
SentinelT
LQ Newbie
 
Registered: Oct 2003
Location: Northam, Western Australia
Distribution: Mandrake 10, Suse 9.1, Dynebolic, Demudi, Gentoo
Posts: 24

Rep: Reputation: 15
I had to place some Dll's I needed for a prog into the "fake_windows/windows/system32" folder putting them anywhere else and they are ignored <shrug>
 
Old 07-02-2004, 02:25 PM   #11
Jimbo99
Member
 
Registered: Nov 2003
Distribution: Ubuntu 7.04
Posts: 241

Rep: Reputation: 31
Do you know if ACAD 2004 actually works with wine on linux? If so, is there a web site that gives you instructions on how to make it work? If not, how did you find out you could use it? Did you just give it a try? Did you install ACAD 2004 using Wine? Have you heard of cedega? http://www.transgaming.com.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
WINE and DLL question. akilles Linux - Newbie 7 01-17-2005 08:25 AM
add dll to wine alaios Linux - General 1 03-22-2004 03:46 PM
kernel32.dll - WINE problem hamish Linux - Software 2 11-18-2003 12:21 PM
Wine .dll request Obscure Linux - Software 2 09-01-2003 01:22 PM
Wine help: libntdll.dll Mega Man X Linux - Software 2 04-18-2003 04:29 AM

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

All times are GMT -5. The time now is 09:25 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