WineHQ
AutoCAD 2008



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


NameAutoCAD
Version2008
License  
URLhttp://www.autodesk.com
Votes 41
RatingBronze
Wine Version1.1.28
Maintainers of this version:
Description
Release 22, Version 17.1
Selected Test Results (selected in 'Test Results' table below)

What works

- most 2d/3d drawing/drafting functions

- printing

- import/export and save/load functions


What does not

- layer manager sometimes works properly and sometimes doesn't

- registration is possible only with Portable License Utility, but it cause license error, when using AutoCAD

- some font do not render properly - ex. menu properties

- 3d visual styles

- application freeze when using copy function to often


What was not tested
- advanced 3d drafting function
- many other things


Additional Comments

Instalation with PlayOnLinux script.
AutoCAD 2008 is now usefull with wine for basic drafting. Some fonts cause problem with start application (problem with dotnet.exe), must uninstall it or use 'fontfix' option in winetricks: ukai.ttf, Samyak-Oriya.ttf
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentLinux Mint 7 "Gloria"Sep 05 20091.1.28 Yes Yes Bronze Kamil Pedros 
ShowSlamd64 12.xJul 03 20091.1.24 Yes Yes Bronze Matthew Kolar 
ShowUbuntu 9.04 "Jaunty" x86_64 (+ variants like Kubuntu)Mar 21 20091.1.17 Yes No Garbage register88 
ShowUbuntu 8.10 "Intrepid" (+ variants like Kubuntu)Mar 02 20091.1.16 Yes Yes Silver Pablo Marchant 
ShowFedora 10Jan 17 20091.1.13 Yes Yes Silver NSLW 


Known bugs
Bug # Description Status Resolution Other apps affected
421 Implement a DIB engine NEW View
9140 Can not install AutoCad 2006 NEW View
12563 Autocad 2008 installer crashes when trying to configure install NEW View
12570 AutoCAD 2008 Register Today window contents not displayed NEW View
13801 Very slow text rendering in AutoCAD NEW View
13891 start.exe http://someurl/ does not work (affects any app that invokes external browser, e.g. Google Sketchup) NEW View
16972 AutoCAD 2008: installation of Service Pack 1 fails REOPENED View
17021 CHM help menu only shows "Printer icons" NEW View
17611 Increasing DPI makes displayed text smaller UNCONFIRMED View
17709 AutoCAD 2008: Quick Help Toolbar incorrectly displayed UNCONFIRMED View
17743 Undocked toolbars are displayed incorrectly NEW View
17765 AutoCAD 2008: Crash after closing "Selection Preview Cycling" window NEW View
18175 AutoCAD 2008: Pop menu in Text Formating doesn't work correctly ASSIGNED View
18197 AutoCAD 2008: .chm files aren't rendered correctly NEW View
18263 AutoCAD 2008: Insert Ole Object window doesn't show up UNCONFIRMED View
18265 Argentinian Soft UNCONFIRMED View
19173 Autocad 2008 crashes on Saves/Loads UNCONFIRMED View
20299 AutoCAD 2008: No images on buttons from Quick Help Toolbar UNCONFIRMED View
20391 Word 2003 background of tab stops is wrong color UNCONFIRMED View

 
HOWTO

by Scainet  on (December 14th 2008)

100% Functional!

The problem was always with AutoCAD using the. NET Framework 2.0 to operate, and how language is fairly new, providing such support is not easy, but with the effort of the group have managed to make Wine. NET is installed and running on Linux.


To install, the program must be downloaded and then using winetricks select dotnet2.0 and MSXML3.

Finally, install any other AutoCAD 2008 software.

wget www.kegel.com / wine / winetricks

sh winetricks

Select dotnet2.0 and MSXML3.

Install Autocad 2008 ...

Done!

(ed: translated from spanish and edited by myself(Nat) 2008/12/30)


by NSLW on (February 7th 2009)

Preparing for install

1. Use recent version of Wine(tested with wine-1.1.14, wine-1.1.17, wine-1.1.20)
2. Download winetricks by following command

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

3. Install required components by following command

 sh winetricks corefonts dotnet20 gdiplus gecko msxml3 vcrun2003

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

Installing

1. From CD's
I didn't tested this method.

2. From HDD
          2.1 copy content of both CD's to single directory on your hdd
          2.2 navigate to this directory and run setup.exe
          2.3 make default install

Running AutoCAD

The setup should create shortcut on your desktop if not create a launcher manually (Type: Application ; Command: env WINEPREFIX="/home/EnterYourUserNameHere/.wine" wine "C:\Program Files\AutoCAD 2008\acad.exe")

Recommended

1. turn off compiz fusion
2. in winecfg: under "Graphics" tab uncheck "Allow the window manager to decorate the windows" then Apply
3. in AutoCAD: Tools-> Options -> System ->Performance Settings -> Manual Tune -> change Driver name to OpenGL

Known problems

1. No possibility to configure setup
2. No possibility to activate the product
3. Toolbars don't display correctly if undocked but you can still move and dock them

Installing Service Pack

1. download autocad2008lockedsp1.exe from www.autodesk.com
2. place it in root of your home directory
3. run it
4. manually copy patch files to AutoCAD 2008 root directory by

cp -t ~/.wine/drive_c/Program\ Files/AutoCAD\ 2008 ~/Autodesk/AutoCAD\ 2008/R17.1/enu/* -r

Howto install in other directory

You have to do it all in terminal and on linux file systems. First you have to create wineprefix.

wineprefixcreate --prefix EnterHerePathToCreateWineprefix

For my path I assumed "/media/Disk1/AutoCAD2008" but your can choose other and you must avoid spaces in names. So in my case it should looks like

wineprefixcreate --prefix /media/Disk1/AutoCAD2008

Now you have to do as in default Howto with following exceptions:

1. The step with installing required components

instead of

sh winetricks corefonts dotnet20 gdiplus gecko msxml3 vcrun2003

use

env WINEPREFIX=/media/Disk1/AutoCAD2008 sh winetricks corefonts dotnet20 gdiplus gecko msxml3 vcrun2003

To check if all went correctly you may check the size of "AutoCAD2008" directory. If the size is ca. 295.2 MB then you did it right.

2. The step with installation from hdd

 2.1 go to where you copied your two CD's by

cd "PathToWhereYouCopiedYourTwoCD's"

In my case it was "/media/Disk1/AutoCADSetup". So it should looks like

cd "/media/Disk1/AutoCADSetup"

 2.2 run setup.exe by

env WINEPREFIX=/media/Disk1/AutoCADSetup wine setup

3. To create a shortcut

instead of

env WINEPREFIX="/home/EnterYourUserNameHere/.wine"

use 

env WINEPREFIX="/media/Disk1/AutoCAD2008"

4. To make second step in Recommended

instead of 

winecfg

 use

env WINEPREFIX="/media/Disk1/AutoCAD2008" winecfg

5. To install service pack

1.make link of"/media/Disk1/AutoCAD2008" rename it to "AutoCAD2008" and copy to root of your home directory

2. run it by

cp -t ~/AutoCAD2008/drive_c/Program\ Files/AutoCAD\ 2008 ~/Autodesk/AutoCAD\ 2008/R17.1/enu/* -r

6. To do Helpful advices

instead of backuping and deleting in

"~/wine."

do it in

"/media/Disk1/AutoCAD2008"

Helpful advices

If you would like to save time and don't want to reinstall AutoCAD every 30 days do as described below.

1. after installation and before first run of AutoCAD make yourself a backup of "system.reg" file which is in "~/.wine/"

2. after 30 days delete "Software Licenses" directory which is in "~/.wine/drive_c/windows/profiles/All Users/Application Data/Autodesk/" and recover your backup you've made in first point


 
Warning

Do not use Wine 1.1.12 because in this version there is a regression which prevents successful install of .NET Framework 2.0 resulting in AutoCAD setup failure.

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


 
Font Smoothing

Starting from Wine 1.1.13 you have got ability to enable font smoothing. To do so you have to have got tahoma font installed through  winetricks and add in your registry following values:

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001


 
PlayOnLinux way

You can install your AutoCAD 2008 using PlayOnLinux (some kind of gui for Wine). I think it's the easiest method when you want to install in other directory because script will tell you step by step what to do. It's also good way to test DIB Engine without compiling from source. To do so you'll need:

    1. PlayOnLinux

    2. POL Helper plug-in


 

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

A way to register Autocad 08
by Frank Cas on Wednesday August 12th 2009, 14:30
(First Sorry for my poor english :S)
Hello, I was playing this version of autocad and found a way to register, it does not help to improve wine, but it works XD.
On VirtualBox, I installed autocad 2008 and make the registration of the product in the traditional way, then close autocad window and open the autocad Portable License Utility, then I export autocad license (must be what the name and identification number of autocad installed in wine, this to give it up for the license that we are importing). All this creates a file that is stored by default in My documents/PLUS250/ copy this directory to ubuntu desktop, then open the Portable License Utility of autocad in wine and export the license file on the desktop. And ready! autocad2008 registered in wine: D

I hope they serve, as me and I had finished the 30 days of freetrial: (

Greetings!

[post new] [reply to this]

Una forma de registar autocad
by Frank Cas on Wednesday August 12th 2009, 14:24
Hola, le estuve jugando a esta versión del autocad y encontré una forma para registrarlo, no ayuda mucho a mejorar wine, pero funciona XD.
instale autocad 2008 en virtualbox y realice ahí el registro del producto de la manera tradicional, luego cerré autocad y abrí el Portable licence Utility y exporte la licencia del autocad (hay que fijarse cual es el nombre y numero de identificación del autocad instalado en wine, esto para darlo de alta en la licencia que estamos importando). Todo esto genera un archivo que por defecto se guarda en Mis Documentos/PLUS250/ copiamos este directorio a nuestro escritorio en ubuntu. Abrimos el Portable licence Utility del autocad de wine y exportamos la licencia del archivo del escritorio. Y listo!! autocad2008 en wine registrado :D

Espero les sirva, pues a mi ya se me habian acabado los 30 días del freetrial :(

Saludos!!

[post new] [reply to this]

Pude arrancarlo en Ubuntu Intrepid
by Alberto on Sunday May 3rd 2009, 23:43
Segun las instrucciones pude arrancarlo y usarlo sin grandes problemas, aun lo estoy testeando, no e podido registrarlo.

[post new] [reply to this]

100% Funcional !!!
by Scainet on Sunday December 14th 2008, 11:54
El problema con AutoCAD siempre fué que utiliza el .NET Framework 2.0 para funcionar, y como es un lenguaje bastante nuevo, brindar soporte para tal no es sencillo, sin embargo con el esfuerzo del grupo Wine han logrado hacer que .NET sea instalable y funcione en Linux.
Para instalarlo hay que descargar el programa winetricks y luego seleccionar dotnet2.0 y msxml3.
Finalmente instalar AutoCAD 2008 como cualquier otro software.

wget www.kegel.com/wine/winetricks

sh winetricks

Seleccionar dotnet2.0 y msxml3.

Install Autocad 2008...

Done!

[post new] [reply to this]

ciao..
by ruelle on Friday June 6th 2008, 20:04
I think the better way to help this project is post in this forum:

forum.winehq.org/
and explain to developer what does not work...

you can register here:
forum.winehq.org/profile.php?mode=register

[post new] [reply to this]


by Massimo on Thursday June 5th 2008, 15:47
just something more about my previous post... I've seen in bugzilla quite few interest on autocad. Some (few) bugs with few people there.
I think that if we wish it working we should at leas vote for bugs, post some results and, in conclusion, be more active on the subject.

Max

[post new] [reply to this]

  • RE: by Zarko on Friday June 6th 2008, 1:02



   << Back

Page loaded in 0.03995 seconds.