WineHQ

AutoCAD

Release 15, Version 15.0

Application Details:

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

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

No problems with drawing 2D primitives, simple text use and a few drawing modifiers, eg, stretch.

What does not

Have not yet tried extensively.

Workarounds

What was not tested

All capabilities beyond the primitive draw functions and drawing modifiers.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

ACAD 2000 under Wine 1.3 (1.3.15) System: 32bit Celeron, Ubuntu 10.10, Linksys WRT 54G router, Laserjet4 printer, D-Link DP-301P print server on printer. I am thrilled to have ACAD 2000 working and printing under Wine. Following applicable steps below, I also installed and ran ACAD 2000 on a computer with Wine 1.2. The following is combined from three posts and my own method. Wine Doors is posted as being broken, but the script at the following link looks like a good alternative to my copying files in Step 10: http://alxarch.wordpress.com/2008/04/20/autocad-2000-in-wine-howto/ also see winehq.org 1. Install printer/plotter in Ubuntu if you have not already done so. 2. Download and install the following for latest Wine revision sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.3 3. Apps Menu>Other>Configure Wine, change Screen Resolution from 96 to 108dpi, then Apply>O.K. 4. Apps Menu>Other>Winetricks, install the following 4 files either via Apps>Wine>Winetricks or at the cmd line: sh winetricks corefonts mdac25 tahoma win98 Set Screen Resolution from 96 to 108dpi , then select Apply, then O.K. 5. In terminal at your home directory ~$, make a directory for ACAD mkdir acad 6. In Nautilus, copy files from ACAD 2000 CD to the ~$ acad directory. 7. Download the following service packs and update files from Autodesk (usa.autodesk.com, put file name into search). With Nautilus copy the files to ~$ acad directory. acad2000spul.exe acad2000sp2ul.exe 3dupdate.exe plotupdate.exe (used to update _setup.lib) 8. Copy the above files to the ~$/acad directory made per step 5. 9. In the terminal, change directory to ~/acad and run the following two lines to install ACAD 2000 and updated plot drivers: wine setup.exe (select Typical installation) wine plotupdate.exe 10. Step 9, ACAD 2000 install, makes a directory Autodesk Shared at .wine/drive_c/Program Files/Common Files/Autodesk Shared and places all the .dlls in that directory. Using Nautilus, navigate to Autodesk Shared and copy all of the files in that directory to .wine/drive_c/windows/system32. 11. Boot ACAD 2000 Notes for steps: 1. Respond to pop-up "TrueType core fonts for the Web" EULA and accept if you can, else, close the window. Wine installs at ~/.wine as a hidden directory and appears first as Apps>Other>Configure Wine. Winetricks should show in Apps>Other>Winetricks. Wine can also be installed with Syn Pkg Mgr, Wine 1.2 came with my Ubuntu 10.10. If winetricks does not automatically install it can be installed from cmd line: wget http://www.kegel.com/wine/winetricks or wget http://winetricks.org/winetricks If winetricks does not show in the Apps pull down menu, then use the cmd line as shown in step 4. 4. Wine win98 emulation selected since ACAD installer baulks at winXP selection. 9. You will get two VBA failed pop-ups during the ACAD installation; disregard and accept with the O.K. button. If installing the service packs, make sure they are installed in order. I only installed plotupdate.exe. In my first attempt, I couldn't print until I installed plotupdate.exe; in a second trial, printing worked prior to installing the update. Plotupdate.exe updates the DRV and HELP folders in .wine/drive_c/Program Files/ACAD2000/. The installation also creates a folder at .wine/drive_c/Program Files/Common Files/Autodesk Shared 10. Not sure which dlls are critical to functioning, so copied them all 11. I am not a sophisticated user. I tested using only primitives in 2D and a little text play; all worked just fine as well as printing via wireless network.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 15.04 "Vivid" amd64 (+ variants like Kubuntu)May 22 20151.7.43Yes Yes Goldan anonymous user 
ShowopenSUSE 12.2Dec 29 20121.5.20Yes Yes Goldan anonymous user 
ShowopenSUSE 12.1May 06 20121.4Yes Yes GoldMarcin 
CurrentUbuntu 10.10 "Maverick" i386 (+ variants like Kubuntu)Mar 11 20111.3.15Yes Yes Goldmark bower 
ShowArch Linux x86_64Jan 04 20111.3.10Yes No Garbageezzetabi 

Known Bugs

Bug # Description Status Resolution Other apps affected
1651 fixme:ole:CoRegisterMessageFilter stub CLOSED INVALID View
1763 Setup for Autocad and Notes doesn't work CLOSED FIXED View
3475 err:msi:msi_dialog_maskedit_control... CLOSED FIXED View
4176 acad 2000i : "Fatal Error: Unhandled Access Violation at 0x0" CLOSED ABANDONED View
4180 Inability to enter full serial # in Autocad 2000 CLOSED FIXED View
4584 autocad 2000 does not run CLOSED FIXED View
5105 AutoCAD 2000i crash on the startup CLOSED FIXED View
5106 AutoCAD 2000i crash on the startup with native msvcrt CLOSED INVALID View
6679 AutoCAD2000 crashes CLOSED FIXED View
8466 Autocad 2000 Trial fails to install on first try CLOSED ABANDONED View
8467 Autocad 2000 Trial fails when accessing fonts CLOSED ABANDONED View
12570 AutoCAD 2008 Register Today window contents not displayed CLOSED FIXED View
17743 AutoCAD 2008 and AutoCAD Mechanical 2008: Undocked toolbars are displayed incorrectly NEW View
25397 AutoCAD R14: Impossible to enter serial number at 96dpi CLOSED FIXED View
25589 AutoCAD 2000: "Help->What's new" doesn't work CLOSED ABANDONED View
26786 AutoCAD 2000 does not allow to enter in the properties window CLOSED ABANDONED View

Show open bugs

HowTo / Notes

HOWTO
­

­by NSLW on (March 26th 2009)

Installing

    1. Use recent version of Wine(tested on Wine-1.3.9)

    2. Download winetricks by following command

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

    3. Install required components by following command

sh winetricks corefonts mdac25 tahoma win2k

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

    4. Change Screen Resolution in Wine configuration by typing

winecfg

    Then go to Graphics tab and change Screen Resolution from 96 to 108

     (workaround given by )
    5. navigate to your AutoCAD 2000 CD and run

wine setup.exe

PlayOnLinux way

You can install your AutoCAD 2000 using PlayOnLinux (some kind of gui for Wine). I think it's the easiest and cleanest method because script will install AutoCAD with service packs in separate prefix automatically. To do so you'll need:

    1. PlayOnLinux


­­
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