WineHQ
AutoCAD 2005



Category: Main > Scientific/Technical/Math > CAD/CAE > AutoCAD > 2005


NameAutoCAD
Version2005
License Retail
URLhttp://www.autodesk.com
Votes  
RatingBronze
Wine Version1.1.20
Maintainers of this version:
Description
Release 19, Version 16.2
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 (selected in 'Test Results' table below)

What works

works in unregistered version

Everything that i have tested works. All commands and dialogues work and drawing works even with hardware acceleration. 

 LAYERS WORK PERFECT!!!


What does not
the activation window opens but nothing can be seen on it except the two option buttons


What was not tested
it has a hell of commands, i cant test them all, though as most are in design time i believe most of them should work.


Additional Comments

Packages installed in winetricks:

allfonts
gdiplus
mshflxgd
vb6run
vcrun6
gecko
msxml3

i dont know if all of them are needed cause i had formated my comp just now and installed almost everything i would need from the begining.
Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentUbuntu 9.04 "Jaunty" x86_64 (+ variants like Kubuntu)May 05 20091.1.20 Yes Yes Bronze an anonymous user 
ShowUbuntu 8.10 "Intrepid" x86_64 (+ variants like Kubuntu)Jan 02 20091.1.11 Yes No Garbage Massimo 
ShowFedora 10Dec 30 20081.1.11 Yes Yes Silver NSLW 
ShowUbuntu 8.04 "Hardy" x86_64 (+ variants like Kubuntu)Jul 18 20081.1.1 Yes Yes Silver Massimo 
ShowUbuntu 8.04 "Hardy" x86_64 (+ variants like Kubuntu)Jun 09 20081.0.0 Yes Yes Silver Massimo 


Known bugs
Bug # Description Status Resolution Other apps affected
421 Implement a DIB engine NEW View
4627 Microsoft Visual Foxpro 7 SP 1 - Docked components in top of main window -> Incorect coordinates for edited form. NEW View
9140 Can not install AutoCad 2006 NEW View
12570 AutoCAD 2008 Register Today window contents not displayed NEW View
13801 Very slow text rendering in AutoCAD NEW View
14836 Autocad 2005 : visual lisp ide problems/crashes UNCONFIRMED View
15942 Printers can't print format largers than A4 UNCONFIRMED View
17743 Undocked toolbars are displayed incorrectly NEW View

 
HOWTO

by NSLW on (March 26th 2009)

Installing

    1. Use recent version of Wine(tested with Wine-1.1.17)

    2. Download winetricks by following command

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

    3. Install required components by following command

sh winetricks corefonts gdiplus gecko tahoma

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

    4. navigate to your AutoCAD 2005 CD and run

wine setup.exe

Registering

    1. Uninstall your Wine

    2. Install Wine-1.1.5

    3. Install required components by following command (yes you have to do it again)

 sh winetricks gecko

    4. Copy "shlwapi.dll" (size 462.5 KB) to your AutoCAD 2005 main directory

    5. run winecfg

    6. go to "Libraries" tab

    7. type shlwapi.dll in "New override for library:" and press "Add"

    8. select "shlwapi" and press edit

    9. set "Load Order" to "Native (Windows)"

    10. close "Wine configuration" window

    11. run AutoCAD 2005 and register it

    12. Uninstall Wine-1.1.5

    13. Install newest available Wine

PlayOnLinux way

You can install and register your AutoCAD 2005 using PlayOnLinux (some kind of gui for Wine). I think it's the easiest method because script will tell you step by step what to do. To do so you'll need:

    1. PlayOnLinux

    2. POL Helper plug-in


­

 
Installing in separate WINEPREFIX

To install in separate WINEPREFIX just add

env WINEPREFIX=~/YourOwnPrefixName

before every command you run in terminal.


 
Warning
Do not use Wine 1.1.19 because in this version there is a regression which causes toolbars to be mis-sized.

 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.


by Diego Jacobi on Saturday November 8th 2008, 8:28
Hi.
Too late to post this. I have not yet tryed to install thia autocad because i dont have 2005, but 2007 and doesnt work on it.

I am seeing the structure of the shellpatch and it seems to have some mail headers on it.

Check the patch here:
bugs.winehq.org/attachment.cgi?id=14115

And as i understand, this is what haves to be run by the patch command:

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index fb0c309..0d21a93 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -1643,6 +1643,7 @@ static HRESULT _SHExpandEnvironmentStrings(LPCWSTR szSrc, LPWSTR szDest)
end:
if (key)
RegCloseKey(key);
+strcatW(szDest, L"\\\\");
TRACE("returning 0x%08x (input was %s, output is %s)\n", hr,
debugstr_w(szSrc), debugstr_w(szDest));
return hr;


If i am right, please provide another url for downloding the correct patch

[post new] [reply to this]




   << Back

Page loaded in 0.20545 seconds.