WineHQ

AutoCAD

No Screenshot

Submit Screenshot
Release 24, Version 18.0

Application Details:

Version: 2010
License: Retail
URL: http://www.autodesk.com
Votes: 3
Latest Rating: Garbage
Latest Wine Version Tested: 1.2

Maintainers: About Maintainership

Test Results

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

What works

Installation First time run

What does not

After the first run AutoCAD does not run again. Activation window

Workarounds

What was not tested

Everything

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

by wine 1.2 AutoCAD 2008 seems to not work after a second run; That's why I rate this software as Garbage.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu)Aug 28 20101.2Yes No NoGarbageJose Luis Triana 
ShowUbuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu)Jul 26 20101.2No Not installable NoGarbagean anonymous user 
ShowGentoo Linux x86_64Aug 26 20091.1.28No Not installable NoGarbageXavier Vachon 
ShowUbuntu 9.10 "Karmic" amd64 (+ variants like Kubuntu)Jul 21 20091.1.26No Not installable NoGarbagean anonymous user 
ShowUbuntu 9.04 "Jaunty" i386 (+ variants like Kubuntu)May 04 20091.1.20No Not installable NoGarbagean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected
9158 Multiple Microsoft development tools online/web installers fail to skip "$shtdwn$.req" with FILE_ATTRIBUTE_HIDDEN (Visual Studio Express Editions, .NET Framework 3.0) CLOSED FIXED View
12532 Multiple applications fail to install due to msi.dll MsiDatabaseGenerateTransformW stub (Autodesk DWG TrueView 2009-2021, 3D Studio Max 201X, AutoCAD 201X, Torch tool from WiX, Orca) NEW View
12570 AutoCAD 2008 Register Today window contents not displayed CLOSED FIXED View
18640 .NET Framework 3.x/4.x WPF Media Integration Layer requires IDirect3D9ExImpl_GetAdapterDisplayModeEx implementation CLOSED FIXED View
18766 .Net Framework 3.5 sp1 installer crashes CLOSED DUPLICATE View
20211 AutoCAD 2009: MsiDatabaseGenerateTransformW prevents AutoCAD 2009 installation CLOSED DUPLICATE View
20220 Missing windowscodecs.dll.WICCreateImagingFactory_Proxy causes failure for many .NET 3.x/4.x (WPF) based installers/apps CLOSED FIXED View
25258 AutoCAD 2010: Fails to run CLOSED ABANDONED View
31056 .NET Framework 3.x/4.x WPF Media Integration Layer deadlocks between ui and render thread when calling SetPixelFormat CLOSED FIXED View

Show open bugs

HowTo / Notes

HOWTO

by NSLW on (February 3th 2011)

1. Get latest Wine sources from here

2. Search for MsiDatabaseGenerateTransform in /dlls/msi/msiquery.c

3. Change ERROR_CALL_NOT_IMPLEMENTED to ERROR_NO_DATA

4. Compile your Wine

5. Download winetricks by following command

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

6. Install required components by following command

 sh winetricks dotnet30 windowscodecs

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

7. Install AutoCAD

After completing above steps your AutoCAD won't be working as you would like.

Comments

Back