WineHQ

AutoCAD

Release 23, Version 17.2

Application Details:

Version: 2009
License: Demo
URL: http://www.autodesk.com
Votes: 6
Latest Rating: Garbage
Latest Wine Version Tested: 1.3.5

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

Nothing.

What does not

Installer-- you can launch the installer but it won't finish. At least you can start it though, right? 

Workarounds

What was not tested

N/A

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

No progress.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowopenSUSE 11.3Oct 20 20101.3.5No Not installable NoGarbagean anonymous user 
ShowUbuntu 8.10 "Intrepid" i386 (+ variants like Kubuntu)Dec 08 20081.1.10No Not installable NoGarbagean anonymous user 
ShowUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Nov 09 20081.1.8No Not installable NoGarbageAM 
ShowUbuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu)Oct 26 20081.1.7No Not installable NoGarbageAM 
ShowUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Oct 12 20081.1.6No Not installable NoGarbageAM 

Known Bugs

Bug # Description Status Resolution Other apps affected
421 Implement a DIB engine CLOSED FIXED View
2009 Franklin Planner Software fails with "fixme:ole:CoRegisterMessageFilter stub" CLOSED ABANDONED View
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
17021 CHM help menu only shows "Printer icons" CLOSED FIXED View
17611 Increasing DPI makes displayed text smaller CLOSED FIXED View
18640 .NET Framework 3.x/4.x WPF Media Integration Layer requires IDirect3D9ExImpl_GetAdapterDisplayModeEx implementation CLOSED FIXED View
20153 AutoCAD 2008: Icons in popup menus too big CLOSED FIXED View
20211 AutoCAD 2009: MsiDatabaseGenerateTransformW prevents AutoCAD 2009 installation CLOSED DUPLICATE View
20212 AutoCAD 2009: unimplemented function dwmapi.dll.DwmGetTransportAttributes CLOSED FIXED View
20213 AutoCAD 2009: Cross-hair leaves trace on drawing sheet CLOSED FIXED View
20214 AutoCAD 2009: Selecting triangle causes Unhandled exception CLOSED ABANDONED View
20220 Missing windowscodecs.dll.WICCreateImagingFactory_Proxy causes failure for many .NET 3.x/4.x (WPF) based installers/apps CLOSED FIXED View
20299 AutoCAD 2008: No images on buttons from Quick Help Toolbar CLOSED FIXED View
23503 AutoCAD 2008: Crash when reusing coordinates CLOSED FIXED View
25259 AutoCAD 2009 LT: Fails to run CLOSED INVALID View
25261 AutoCAD 2009 LT: Running AcDelTree.exe crashes CLOSED FIXED View
25966 Many games and applications crash on unimplemented function msvcp{80,90}.dll.??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QAE@XZ (AutoCAD 2009, QQBrowser 5.1, Total Annihilation, Need for Speed World, ICQ 7.4, Firefox 10, Flash Player 11) CLOSED FIXED View
25974 AutoCAD 2009 LT: acadlt.msi doesn't start installer UNCONFIRMED View
29958 UIRibbon Framework not implemented: 926749fa-2615-4987-8845-c33e65f2b957 CLOSED FIXED View
30721 .NET 3.x/4.x WPF based installers/apps require windowscodecs.dll BmpFrameDecode_GetColorContexts 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
31704 AutoCAD 2008: Next button doesn't work in activation window NEW View
31825 AutoCAD 2009: Fonts aren't visible at installation CLOSED FIXED View
31949 AutoCAD 2009: Crash after clicking on "A" letter CLOSED ABANDONED View
31950 AutoCAD 2009: Ribbon not visible CLOSED DUPLICATE 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