WineHQ
AutoCAD 2005



Category: Main > Scientific/Technical/Math > CAD/CAE > AutoCAD > 2005


NameAutoCAD
Version2005
License Retail
URLhttp://www.autodesk.com
Votes  
RatingGarbage
Wine Version1.4-rc2
Maintainers of this version:
Description
Release 19, Version 16.2
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)

What works
Nothing


What does not
everything


What was not tested
everything


Additional Comments

Installation broke while uncompressing files
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentUbuntu 11.10 "Oneiric" (+ variants like Kubuntu)Feb 17 20121.4-rc2 No Not installable Garbage an anonymous user 
ShowUbuntu 9.04 "Jaunty" x86_64 (+ variants like Kubuntu)May 05 20091.1.20 Yes Yes Bronze an anonymous user 
ShowUbuntu 8.10 "Intrepid" x86_64 (+ variants like Kubuntu)Jan 02 20091.1.11 Yes No Garbage Massimo 
ShowFedora 10Dec 30 20081.1.11 Yes Yes Silver NSLW 
ShowUbuntu 8.04 "Hardy" x86_64 (+ variants like Kubuntu)Jul 18 20081.1.1 Yes Yes Silver Massimo 


Known bugs
Bug # Description Status Resolution Other apps affected
17743 Undocked toolbars are displayed incorrectly NEW View
20120 Autocad 2005 Graphic issue with mltext UNCONFIRMED View
31714 AutoCAD 2005 pan became unacceptably slow in 1.5.13 UNCONFIRMED View

 
HOWTO

by NSLW on (March 26th 2009)

Installing

    1. Use recent version of Wine(tested with Wine-1.1.17)

    2. Download winetricks by following command

 wget http://www.kegel.com/wine/winetricks

    3. Install required components by following command

sh winetricks corefonts gdiplus gecko tahoma

    It will take some time because winetricks will download all above components

    4. navigate to your AutoCAD 2005 CD and run

wine setup.exe

Registering

    1. Uninstall your Wine

    2. Install Wine-1.1.5

    3. Install required components by following command (yes you have to do it again)

 sh winetricks gecko

    4. Copy "shlwapi.dll" (size 462.5 KB) to your AutoCAD 2005 main directory

    5. run winecfg

    6. go to "Libraries" tab

    7. type shlwapi.dll in "New override for library:" and press "Add"

    8. select "shlwapi" and press edit

    9. set "Load Order" to "Native (Windows)"

    10. close "Wine configuration" window

    11. run AutoCAD 2005 and register it

    12. Uninstall Wine-1.1.5

    13. Install newest available Wine

PlayOnLinux way

You can install and register your AutoCAD 2005 using PlayOnLinux (some kind of gui for Wine). I think it's the easiest method because script will tell you step by step what to do. To do so you'll need:

    1. PlayOnLinux

    2. POL Helper plug-in


­

 
Installing in separate WINEPREFIX

To install in separate WINEPREFIX just add

env WINEPREFIX=~/YourOwnPrefixName

before every command you run in terminal.


 
WARNING
Do not use Wine 1.1.19 because in this version there is a regression which causes toolbars to be mis-sized.

 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.


by ruelle on Thursday September 2nd 2010, 2:46
4. Copy "shlwapi.dll" (size 462.5 KB) to your AutoCAD 2005 main directory

www.dllbank.com/zip/s/shlwapi.dll.zip

[post new] [reply to this]

Can't register
by Alex Fliker on Sunday April 25th 2010, 7:08
Using Wine 1.1.15 as in instruction. shlwapi.dll is native. All the necessary stuff installed with winetricks. But! Can't register :(.

Screenshot:

ipicture.ru/upload/100425/56CxjfkYMi.jpg

[post new] [reply to this]


by Diego Jacobi on Saturday November 8th 2008, 8:28
Hi.
Too late to post this. I have not yet tryed to install thia autocad because i dont have 2005, but 2007 and doesnt work on it.

I am seeing the structure of the shellpatch and it seems to have some mail headers on it.

Check the patch here:
bugs.winehq.org/attachment.cgi?id=14115

And as i understand, this is what haves to be run by the patch command:

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index fb0c309..0d21a93 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -1643,6 +1643,7 @@ static HRESULT _SHExpandEnvironmentStrings(LPCWSTR szSrc, LPWSTR szDest)
end:
if (key)
RegCloseKey(key);
+strcatW(szDest, L"\\\\");
TRACE("returning 0x%08x (input was %s, output is %s)\n", hr,
debugstr_w(szSrc), debugstr_w(szDest));
return hr;


If i am right, please provide another url for downloding the correct patch

[post new] [reply to this]




   << Back

Page loaded in 0.17022 seconds.