WineHQ
Autosketch 9



Category: Main > Scientific/Technical/Math > CAD/CAE > Autosketch > 9


NameAutosketch
Version9
License  
URLhttp://www.autosketch.com
Votes  
RatingSilver
Wine Version1.1.32
Maintainers of this version:
Description
version 9
Selected Test Results (selected in 'Test Results' table below)

What works
almost all


What does not
language selection during the installation;don't open .dwg's saved with autocad 2009/10


What was not tested
print.


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentUbuntu 9.10 "Karmic" (+ variants like Kubuntu)Nov 04 20091.1.32 Yes Yes Silver beatrice 
ShowGentoo LinuxSep 14 20060.9.20. Yes Yes Silver winebug 


Known bugs
Bug # Description Status Resolution Other apps affected
7583 AutoSketch can't find shared DLLs REOPENED View

 
installation notes running on Wine circa 0.9.20 (earlier 0.9.x probalaby OK)
The following assumes a virgin wine configuration as created with winecfg 0.9.20 . This means no library over-rides and default win2k behaviour. I have prefered to use ~/.wine/c instead of ~/.wine/drive_c since it saves typing and scans easier when comparing to a true windows system. If you choose the drive_c paradigm simply adjust instructions below appropriately.


Two common issues: "cant find EULA" during installation ; cant find dlls on startup.

1/ mount your CD in the normal way or mount an ISO image using loopback. See you distribution doc if you're confused , that is not a wine isssue and not dealt with in detail here.

eg
mount /dev/cdrom /mnt/cdrom
or
mount -o loop /mnt/cdrom

use winecfg to create a device for that location if not already available or do directly:

cd ~/.wine/dosdevices
ln -s /mnt/cdrom h:


you should now be able to run the installer directly:

wine h:setup

2/ dlls are installed in two directories during installation, but paths are not being set for the application. Solution , copy all to same directory and run the program directly from that location.

assuming wine was configured under ~/.wine/c and using * to prevent huge filenames with spaces and quotes everywhere, the following should copy the files where they will be found

cp ~/.wine/c/Prog*/Common*/Autodesk*/* ~/.wine/c/Prog*/Auto*/Auto*

if in doubt chech with :
ls ~/.wine/c/Prog*/Common*/Autodesk*/* ~/.wine/c/Prog*/Auto*/Auto*

cd ~/.wine/c/Prog*/Auto*/Auto*
wine sketch.exe

On start up the will be a warning about needing Mozilla , cancel and ignore. Then an empty error box with an OK button , click OK. Finally an empty online registration dialog. Cancel and the program should start up fine.


 
Technical note: setting PATH for Autosketch using regedit
Technical note: setting PATH for Autosketch using regedit
====================================

Currently wine does not implement the installer's WriteEnvironmentStrings routine. That is the cause of the "missing dll" problem.

This can be corrected using regedit instead of copying the files across as suggested above.

This will give you a setup closer to the standard windows installation although you may find copying all to one place a bit tidier anyway.

As an alternative to copying the dll and to make "wine sketch.exe" work from outside the install directory you can use wine's regedit program to add the required PATH settings:

in regedit , navigate to :
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment

highlight PATH and change it to the following:

c:\windows\system32;c:\windows;c:\Program Files\Autodesk\Autosketch9;c:\Program Files\Common Files\Autodesk Shared


Be careful if not familiar with regedit. You could mess up your wine configuration if you change things you do not understand.

 

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

Language
by Abdon Gonzalez on Thursday December 3rd 2009, 13:56
As stated under 'what doesn't work', language selection doesn't work during the installation. What it doesn't say is that language defaults to what looks like Russian alphabet. Fortunately it only shows on a few window labels and the program is still usable, but annoying as hell.

I tried installing it on a Windows machine and copying the installation directory over to the Linux box but that didn't work. I tried searching the registry for the bit that would hold the language value but could not find it.

Could somebody pretty please look up where the stupid registry entry for language is and post it?

[post new] [reply to this]

Had to upgrade wine 0.9.21 to 0.9.36-2
by Mike Ward on Wednesday June 20th 2007, 22:25
After looking around for a linux CAD program like AutoSketch to no avail and trying to run AutoSketch v 2.0 in FC5 under wine 0.9.21, I finally bit the bullet and bought version AutoSketch 9.0 and tried to install it under wine 0.9.21. It did not install. Upgrading wine to 0.9.36-2 did the trick using the instructions above.

The electronic registration at each startup is a bit anoying, so I poked around the registry trying to disable it, but could not stop the tenatious piece of code. If anyone finds out how, please post it.

[post new] [reply to this]




   << Back

Page loaded in 0.12099 seconds.