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
What works
- Autorun menu - Partial Installation: Install Microsoft Visual C++ 2005 Redistributable (x86) Succeeded Install Microsoft Visual C++ 2008 Redistributable (x86) Succeeded Install DirectX 9.0 Runtime Succeeded Install MSXML 6.0 Parser Succeeded
What does not
- Installation does not finish: Install Autodesk Design Review 2010 Failed Failure is ignored, Result=120 Install AutoCAD 2010 Failed Installation aborted, Result=120 also during the selection of items to install the option "Material Library" is missing
Workarounds
What was not tested
As install does not finish, the application cannot be tested Also Autodesk Design Review 2010 does not install
Hardware tested
Graphics:
Additional Comments
Installation does not finish, probably related to Bug 20211 Will report in bugzilla
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | Aug 28 2010 | 1.2 | Yes | No | Garbage | Jose Luis Triana | ||
Current | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | Jul 26 2010 | 1.2 | No | Not installable | Garbage | an anonymous user | ||
Show | Gentoo Linux x86_64 | Aug 26 2009 | 1.1.28 | No | Not installable | Garbage | Xavier Vachon | ||
Show | Ubuntu 9.10 "Karmic" amd64 (+ variants like Kubuntu) | Jul 21 2009 | 1.1.26 | No | Not installable | Garbage | an anonymous user | ||
Show | Ubuntu 9.04 "Jaunty" i386 (+ variants like Kubuntu) | May 04 2009 | 1.1.20 | No | Not installable | Garbage | an anonymous user |
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) | STAGED | 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 |
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.