Release 25, Version 18.1, 2010 March 25
Features:
Surface modeling, surface analysis and object transparency introduced. October 15, 2010[15] AutoCAD 2011 for Mac was released. Are compatible with and supported under Microsoft Windows 7
Application Details:
Version: | 2011 |
License: | Retail |
URL: | http://www.autodesk.com |
Votes: | 2 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 4.1 |
Maintainers: About Maintainership
What works
Installer starts and can be configured.
All requirements install correctly.
What does not
Autocad itself fails to install and then reverts entire installation.
Wine errors:
fixme:msi:MsiDatabaseApplyTransformW ignoring error conditions
fixme:msi:MsiDatabaseGenerateTransformW 3 4 L"C:\\users\\user\\Temp\\_AI833c.tmp\\acad\\acad-standalone.mst" 0 0
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:msi:execute_command can't find executable 2
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
drive_c/users/user/Temp/AutoCAD 2011 Setup.log
Install AutoCAD 2011 Failed Installation aborted, Result=120
Workarounds
What was not tested
Running program
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | Feb 08 2019 | 4.1 | No | Not installable | No | Garbage | Autofix | |
Show | Fedora 15 x86_64 | Dec 03 2011 | 1.3.33 | No | Not installable | Garbage | an anonymous user | ||
Show | Ubuntu 10.10 "Maverick" amd64 (+ variants like Kubuntu) | Dec 27 2010 | 1.3.10 | No | Not installable | Garbage | i386DX | ||
Show | Ubuntu 9.10 "Karmic" i386 (+ variants like Kubuntu) | Mar 30 2010 | 1.1.41 | No | Not installable | Garbage | Chris |
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 |
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.