WineHQ

AutoCAD

Release 19, Version 16.2

Application Details:

Version: 2005
License: Retail
URL: http://www.autodesk.com
Votes: Marked as obsolete
Latest Rating: Gold
Latest Wine Version Tested: 6.6

Maintainers: About Maintainership

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Activation working

2D drawing working

3D drawing working


What does not

Dont know where exactly yet

Workarounds

Dont know

What was not tested

plotting, visp, vba

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: proprietary

Additional Comments

need to install on win32 prefix

need dotnet20 or dotnet30, install via winetricks

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowLinux Mint 20.1Apr 16 20216.6Yes Yes YesGoldjpl 
CurrentManjaro Linux 17.0.2Dec 06 20172.22Yes Yes YesGoldkuSwaNtoRo 
ShowUbuntu 11.10 "Oneiric" i386 (+ variants like Kubuntu)Feb 17 20121.4-rc2No Not installable Garbagean anonymous user 
ShowUbuntu 9.04 "Jaunty" amd64 (+ variants like Kubuntu)May 05 20091.1.20Yes Yes Bronzean anonymous user 
ShowUbuntu 8.10 "Intrepid" amd64 (+ variants like Kubuntu)Jan 02 20091.1.11Yes No GarbageMassimo 

Known Bugs

Bug # Description Status Resolution Other apps affected
17743 AutoCAD 2008 and AutoCAD Mechanical 2008: Undocked toolbars are displayed incorrectly NEW View
25120 Microsoft .NET Framework 1.x installer fails with 'CLR error: 80004001' (1.0) or 'Failed to delay load library mscorlib.dll' (1.1) (fusion.CreateApplicationContext is a stub) NEW View
50296 Multiple 32-bit applications fail due to incorrect handling of 'HKLM\\Software\\Classes' key in 64-bit WINEPREFIX (shared key under Windows 7+ WOW64)(Autocad 2005) NEW View

Show all bugs

HowTo / Notes

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.

Comments

Back