Die Inventor FAQ wird unterstützt von:

Inventor FAQ Logo

03.06.2013

AutoCAD Mechanical 2013 Service Pack 2 verfügbar

imageHier kann der SP2 für ACADM2013 heruntergeladen werden.

Auszug aus der Readme:

The following operating systems are officially supported for 32-bit and 64-bit AutoCAD Mechanical 2013 with Service Pack 2.

  • Windows 8 Standard edition
  • Windows 8 Enterprise edition
  • Windows 8 Professional edition

Problems Reported with the Customer Error Reporting Utility

As a result of detailed information from customers who used the Customer Error Reporting Utility, a number of problems were identified and fixed. This service pack also includes problems fixed by AutoCAD 2013 Service Pack 2. For information on the issues addressed by AutoCAD 2013 Service Pack 2, please refer to the Readme on the AutoCAD 2013 Service Pack 2 page of the AutoCAD Services and Support website. Updates have been made in the following commands and features:

Note Symbol

Service Pack 1

  • Fatal error occurs when trying to create a AMNOTE symbol after a AMDWGVIEW operation.

Hide Situations

Service Pack 1

  • In some drawings, fatal error occurs when trying to create hide situation using AM2DHIDE.

Hole Chart

Service Pack 2

  • Fatal error on clicking the Fits/Tolerances button.

Symbol

Service Pack 2

  • In Windows 8 OS, attaching surface texture symbol to objects will cause fatal error.

Content

Service Pack 2

  • Fatal error after trying to insert item from Content Library with the command line window closed.

Layouts

Service Pack 1

  • Fatal error occurs when Layouts are moved around if the commandline window is closed.

Centerline

Service Pack 2

  • AMEXPLODE cannot work with centerline cross and will cause fatal error.

General

Service Pack 1

  • In some situations, fatal error occurs during drawing opening.
  • Fatal error occurs in AMEXPLODE when object is selected first (PICKFIRST=1).
  • Fatal error occurs in autosave after copying objects from one drawing to another.

Service Pack 2

  • Fatal error in PUBLISH when switching between two drawing sessions.

Return to Top

General Service Pack Updates

This service pack also includes AutoCAD 2013 Service Pack 2. For information on the issues addressed by AutoCAD 2013 Service Pack 2, please refer to the Readme on the AutoCAD 2013 Service Pack 2 page of the AutoCAD Services and Support website. The following defects have been addressed:

Screw Connection

Service Pack 1

  • Enter Variable dialog appears for some standard parts when using the AMSCREWCON2D command.

Detail View

Service Pack 1

  • In some drawings, application stops responding when a detail view is edited.

Bill of Materials (BOM)

Service Pack 1

  • Cursor focus jumps to top left of BOM dialog box if Delete key is used to edit the BOM cells.

Parts List

Service Pack 2

  • Parts list remains highlighted after the command is cancelled.

Title Block

Service Pack 1

  • Calculate Scale in Title Block does not work if there are many objects selected.

Symbol

Service Pack 2

  • GOST standard field weld symbol has the wrong orientation.
  • In some drawings, the text in AMNOTE changes in value and position after a poweredit.

Hole Chart

Service Pack 2

  • Export of hole chart fails when AutoCAD Mechanical 2012 that is installed side by side with AutoCAD Mechanical 2013 is uninstalled.

Dimension

Service Pack 1

  • Window selection of multiple dimensions is not working.

Service Pack 2

  • Dimensions alignment is not correct after dimension break up.
  • Dimensions moved away from geometry on opening AutoCAD Mechanical 2011 drawings.
  • Predefined text in AMDIMMEDIT cannot work on multiple dimensions selection.

Centerline

Service Pack 2

  • Overshoot calculation for AMCENTLINE is not correct inside a scale area.
  • AMCENCROSS centerlines copied with AMPOWERCOPY have different length.

General

Service Pack 1

  • In some drawings, unhandled exception error occurs when trying to edit Quick Properties in CUI.
  • In some drawings, construction line creation causes slow performance issue.
  • In some situations, fatal error occurs during drawing opening.
  • Application launches with an unhandled exception error when AutoCAD 2002 is installed in the same machine.

Service Pack 2

  • Errors encountered when saving drawings created from earlier releases.
  • Errors encountered when saving drawings with xrefs to earlier release format.
  • Drawing error when plotting to PDF format.
  • Associative array cannot be created on blocks.
  • Text Style saved in template is not recognized when used with QNEW.
  • WBLOCK drawings with certain objects will show AUDIT errors.
  • IGES and STEP cannot work in AutoCAD profile.

Return to Top

New /nolisp Startup Switch and Related System Variables

This Service Pack introduces options to control the operation of AutoLISP and VBA applications in AutoCAD. The new controls provide the following security measures:

  • Minimize the possibility of loading and running unauthorized or malicious AutoLISP and VBA applications by controlling the folder location from which AutoLISP and VBA applications are automatically loaded (AUTOLOADPATH system variable).
  • Limit the impact of malicious AutoLISP and VBA applications by disabling autoloading of default AutoLISP and VBA applications (AUTOLOAD system variable).
  • Facilitate the cleanup process by completely disabling AutoLISP at startup (/nolisp startup switch).

For more information see AutoLISP and VBA Security Controls in AutoCAD 2013 SP1 document.

Note: To enable the autoloading changes to acad.dvb, uninstall the AutoCAD 2013 VBA Enabler, and download and install the latest AutoCAD 2013 VBA module that was updated for the changes made in Service Pack 1 for AutoCAD 2013.

New /nolisp Startup Switch

Start AutoCAD with this switch to disable AutoLISP execution in the current AutoCAD session, including all LSP, FAS, and VLX files. This switch is useful for preventing malicious AutoLISP code from automatically loading and executing.

Disabling AutoLISP has the following effects:

  • Attempting to load any LISP file will fail.
  • Attempting to copy and paste AutoLISP code into the Command window will fail silently.

Note: Disabling AutoLISP will prevent the Express Tools and some AutoCAD command tools from functioning and should only be used in emergency situations.

LISPENABLED (System Variable)

Indicates whether AutoLISP is enabled for the current AutoCAD session.

(Read-only)
Type: Integer
Saved in: Not saved
Initial value: 1

0 - AutoLISP is disabled
1 - AutoLISP is enabled

Disabling AutoLISP has the following effects:

  • Attempting to load any LISP file will fail.
  • Attempting to copy and paste AutoLISP code into the Command window will fail silently.
This system variable is controlled by the /nolisp startup switch.

AUTOLOAD (System Variable)

Controls whether AutoCAD autoloads acad.lsp/fas/vlx, acaddoc.lsp/fas/vlx, acad.dvb files.

Type: Integer
Saved in: Named Profile/Registry
Initial value: 1

Values:
0 - None of the following 7 AutoLISP/VBA files will be automatically loaded

  • acad.lsp
  • acad.fas
  • acad.vlx
  • acaddoc.lsp
  • acaddoc.fas
  • acaddoc.vlx
  • acad.dvb
1 - autoloads the 7 files depending on the value of the AUTOLOADPATH system variable.

AUTOLOADPATH (System Variable)

Controls the folder from where AutoCAD loads acad.lsp/fas/vlx, acaddoc.lsp/fas/vlx, acad.dvb files.

Type: String
Saved in: Named Profile/Registry
Initial value: ""

Valid strings include the following:
"<folder path or paths separated by semicolons>" = Automatically loads the acad.lsp/fas/vlx, acaddoc.lsp/fas/vlx, acad.dvb files only in the specified folders and no other locations, including the current drawing folder. To minimize the possibility of loading a malicious application, always set the AUTOLOADPATH system variable to the unique folder where your authorized applications are located.
"" (empty string) or "." (period) - No path restriction. Automatically loads the acad.lsp/fas/vlx, acaddoc.lsp/fas/vlx, acad.dvb files found in the AutoCAD startup folder, the drawing folder, and the AutoCAD search path, in that order. This duplicates AutoCAD 2012 behavior and is not recommended.

Changes to acad2013.lsp and acad2013doc.lsp Autoloading Behavior

The acad2013.lsp and acad2013doc.lsp files will now be loaded only from their default installation folders:
<install folder>\Support
<install folder>\Support\<language>

Changes to the Options Dialog Box

The "Load acad.lsp with every drawing" checkbox on the System tab of the Options dialog box (ACADLSPASDOC system variable) is disabled when AUTOLOAD or LISPENABLED has a value of 0.

Recommended Setup and Repair Workflow

For the best protection from malicious AutoLISP and VBA applications set AUTOLOADPATH to a unique folder location and set AUTOLOAD to 1.

If your installation has already been impacted by a malicious application that runs on startup, following these general steps:

1. Start your AutoCAD-based product with the /nolisp startup switch.
2. Find and remove all malicious code.
3. Repair any affected files.
4. Set AUTOLOADPATH to a unique folder location and set AUTOLOAD to 1.

After taking these steps, you can remove the /nolisp startup switch from the shortcut properties of the program's desktop icon, and resume the normal operation of your AutoCAD-based application.

2 Kommentare:

  1. I was wondering if anyone had any recommendations for good circuit diagram drawing. I've tried KiCad, ExpressPCB, EasyPCB and Smartdraw, but they either don't have the features I'm looking for, or I just don't find them easy to use.. . I've heard some good things about OrCAD, but I was wondering if there was an accepted, industry standard program for electronic CAD?. . Mostly it will be used for small circuit drawings, but being able to make them presentable is important (for reports etc, something the other software failed at).. . . Any feedback would be appreciated. Thanks!.

    Buy Solidworks

    AntwortenLöschen
  2. Building a small wind turbine for a school project and was wondering how to model the turbine blades on Solidworks. I was intending to make the blades out of pipe to give the curvature already..

    Solid Works

    AntwortenLöschen

War der Beitrag hilfreich oder hast du eine Ergänzung dazu?
Ist noch eine Frage offen?
Ich freue mich auf deine Rückmeldung!

Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.

Related Posts Plugin for WordPress, Blogger...
Inventor FAQ Newsletter. Emailadresse: