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
What works
Install Microsoft Visual C++ 2005 Redistributable Succeeded
Install VBA (2627.01) Succeeded
Install MSXML 6.0 Parser Succeeded
Well this is a huge plus. The installer also gave an install failure screen which is more than in the past so we're getting there.
What does not
Install .NET Framework Runtime 3.0 Failed Failure is ignored, Result=1603
Install DirectX 9.0 Runtime Failed Failure is ignored, Result=-9
Install AutoCAD 2009 Failed Installation aborted, Result=120
Workarounds
What was not tested
anything at all related the the program or using the program, or starting the program. Because it did not install.
Hardware tested
Graphics:
Additional Comments
well it's getting closer, perhaps I'll try installing 2008 see if that is any closer to working, my guess is since direct X 9 fails though it's a no go as well. Still very sad this didn't work with wine 1.0 this is a major piece of commercial software that hundreds of thousands of drafters rely on in the united states alone. I love linux but what's the point if I have to run windows in VM? or XEN.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | openSUSE 11.3 | Oct 20 2010 | 1.3.5 | No | Not installable | No | Garbage | an anonymous user | |
Show | Ubuntu 8.10 "Intrepid" i386 (+ variants like Kubuntu) | Dec 08 2008 | 1.1.10 | No | Not installable | No | Garbage | an anonymous user | |
Show | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | Nov 09 2008 | 1.1.8 | No | Not installable | No | Garbage | AM | |
Show | Ubuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu) | Oct 26 2008 | 1.1.7 | No | Not installable | No | Garbage | AM | |
Current | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | Oct 12 2008 | 1.1.6 | No | Not installable | No | Garbage | AM |
Bug # | Description | Status | Resolution | Other apps affected |
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 | |
25974 | AutoCAD 2009 LT: acadlt.msi doesn't start installer | UNCONFIRMED | View | |
31704 | AutoCAD 2008: Next button doesn't work in activation window | NEW | View |
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.