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: 9.2

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 21.2Feb 21 20249.2Yes Yes YesGoldjpl 
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 NoGarbagean anonymous user 
ShowUbuntu 9.04 "Jaunty" amd64 (+ variants like Kubuntu)May 05 20091.1.20Yes Yes NoBronzean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
421 Implement a DIB engine CLOSED FIXED View
4627 Microsoft Visual Foxpro 7 SP 1 - Docked components in top of main window -> Incorect coordinates for edited form. CLOSED ABANDONED View
9140 Can not install AutoCad 2006 CLOSED FIXED View
12570 AutoCAD 2008 Register Today window contents not displayed CLOSED FIXED View
13599 Can't install Autocad 2005 CLOSED FIXED View
13801 Very slow text rendering in AutoCAD CLOSED FIXED View
13835 Autocad 2005 bug : floating toolbars irresponsive and badly painted CLOSED DUPLICATE View
13838 AutoCAD 2005 setup : Missing backslash in registry entry and profile path CLOSED FIXED View
14422 AutoCAD 2005, Adobe Photoshop CS3 crash on unimplemented function gdiplus.dll.GdipGetFamily CLOSED FIXED View
14475 Autocad 2005 - Dockable toolbars don't dock anymore (regression) CLOSED INVALID View
14556 Broken dotnet2.0 setup CLOSED DUPLICATE View
14570 Regression on autocad 2005 CLOSED DUPLICATE View
14827 Autocad 2005 : Multiline text edit crashes application CLOSED FIXED View
14830 Autocad 2005 : many OLE/Activex problems CLOSED INVALID View
14833 Autocad 2005 vl-vbaload bug CLOSED ABANDONED View
14834 Autocad 2005 VBA bug CLOSED ABANDONED View
14835 Autocad OLE automation HUGE cpu usage CLOSED ABANDONED View
14836 Autocad 2005 : visual lisp ide problems/crashes CLOSED ABANDONED View
15942 Printers can't print format largers than A4 CLOSED FIXED View
17170 Text display error in Autocad - size mismatch CLOSED FIXED View
17365 AutoCAD: Buttons on the bottom don't change their graphical state if pressed/released CLOSED FIXED View
17743 AutoCAD 2008 and AutoCAD Mechanical 2008: Undocked toolbars are displayed incorrectly NEW View
20120 Autocad 2005 Graphic issue with mltext CLOSED ABANDONED View
25081 Automation broken in AutoCAD CLOSED FIXED 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
25347 AutoCAD 2005 crashes selecting files after OPEN command CLOSED FIXED View
27306 AutoCAD 2008: adlmdll.dll failed to initialize CLOSED FIXED View
31714 AutoCAD 2005 pan became unacceptably slow in 1.5.13 CLOSED ABANDONED 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) CLOSED FIXED View

Show open 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