I have been having problems with Autocad 2012 (running on Windows 7/64bit) where it keeps getting hung up and I get the spinning wheel and the (not responding) message... I notice this happens most often when I am editing attributes of a block, editing text (by double click or through the properties window), or printing to PDF. I am unable to shut down autocad, Windows 7 will not let me end the process in the task manager, and I have to shut off the power on my laptop to force it to shut down. On the few occasions where I got the window to close, Autocad would not re-open, the start up screen would just get stuck at Initializing..
I'm doing a program in Visual Basic 2010. In one of the forms I put a button that when clicked must open AutoCAD 2012 and make a drawing in it. The user will decide where to save it.The steps are these:
1. I added the references Autodesk.AutoCAD.Interop and Autodesk.AutoCAD.Interop.Common to the Visual Basic Project. That's OK.
Dim acadApp As New AcadApplication 'Create an instance of an AutoCAD Application AcadApp.Application.Visible = True 'Show the instance of the AutoCAD Application Dim acadDoc As AcadDocument 'Create an intance of an AutoCAD Document acadDoc = acadApp.Documents.Open("C:Respaldo TesisDibujo2.dwg") 'Open a Document called Dibujo 2 'Draw a line Dim PT1(2) As Double [code].....
I recently loaded several versions of AutoCAD on to a Windows 7 machine. ALL versions will open a drawing if double-clicked from windows explorer, but if I try to open through AutoCAD, the program freezes as soon as I click on the "Open" button. This is true for AutoCAD 2010 through 2012.
Machine Specs:
Dell Optiplex 990 250GB HD 8GB Ram I7-2600 proc AMD Radeon HD 6670 (1Gb) Video Card
I also cannot open multiple instances of ANY version of AutoCAD in Windows 7.
how to disable F1 in autocad 2012. How to do this in 2012 version. The F1 key doesn't appear in the CUI under keyboard shortcuts. My internet connection goes off and on and when it's off hitting the F1 key freezes my computer. so I need to disable it.
I use a user-defined hatch often - just 45 degree lines say 4" apart in model space. In 2009 I could make this annotative and the paper distance between those lines would remain the same as long as I made sure the hatch had the appropriate annotive scales associated with it.
In 2012 when I try to do the same thing, the hatch stays at the same Model space spacing in every viewport even though the viewports have different annotative scale AND the hatch has matching annotative scales.
I´ve started at a school which is using autodesk inventor 2010, but on my computer I have autodesk inventor 2012, and I can´t find the way to open the homework I do at home on the school computers.
It is supossed that my inventor 2012 saves the files in 2010 format as I can read on the settings, but when I open it on the 2010 in shows me an error message about that it´s not possible open this file. Also I´ve tried to save as 2007 format, but it can´t open it.
I'm having a problem with everytime i try to use the copy,move or rotate command on my autocad 2012 i ended up with a delay and if i click the mouse it freezes and then say autocad not responding then it shots down.
I need to be able to import the airfoil geometry of a NACA 2412 airfoil. I know how to get the XY coordinates but I don't know how to import these points (as a .txt file?) into ACAD. What function would I use? Spline? If so how do I get it to draw all the points I have? I need to then extrude the shape to be able to mill airfoil sections...that part I can figure out....just need to import the points to get a nice curve.
At no specific time when using ACAD 2012 MEP the cursor disappears. cross hairs and all. the only way to get them back is to close ACAD and open it back up.
Upgraded to 2012 yesterday. Today I've noticed that WIPEOUTs no longer have grips when they are selected. It also seems as though they cannot be modified via the STRETCH command.
All I can think of off the top of my head is to explode the wipeout, isolate the elements, reassemble them as a polyline, modify as desired and then recreate the wipeout from the polyline. But that's hardly efficient.
No grips wasn't too bad, but not responding to a stretch seems stupid. We use wipeouts in many of our blocks. We may take one block and modify it to create another similar block. Recreating the wipeouts because they wouldn't stretch or couldn't be easily modified to adapt to the new geometry will be a real waste of time.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014 Dell Precision T1650 Windows 7 Professional SP1 64-bit Intel E3-1270 V2 3.5GHz / 32G RAM Nvidia Quadro 2000, Driver 331.82 Space Navigator, Driver Version 6.17.7
We are using AutoCAD 2011 and AutoCAD 2012 on the same drawings. It is slowing the drawings down in AutoCAD 2011. There is at least one person that only has AutoCAD 2012 on their machine.
My AutoCAD 2012 freezes almost evertime when I do hatching. It doesnt matter the size of the drawing nor the type of hatch i use. It freezes while I try to pick boundary points. When it freezes, I cant even move the curser. I need to restart it from the hub.
What could be the issue? Whats spec on my computer do I need maybe?
Also with the Recovery Management, it takes like forever to try and recover a drawing.
We are currently running Inventor 2010 Professional (64-bit) on our computers with Vault 2010 on a remote server, but are ready to upgrade to Inventor 2012 Professional. Will we be able to continue to use Vault 2010, or will our Vault (ADMS?) need to go to 2012 also?
A side question, what are the strategies to update the files in the Vault to 2012? As needed? Setup an automated task?
My view is freezing in Architecture 2012 and when I close out of my drawing and open it again, the problem is fixed. What am I doing to make it freeze? It seems like it does it the most if I am in isometric. Also, I am working in a project manager and there are no Xref's attached.
I have downloaded AutoCAD 2012 and when I try to open it my computer automatically shuts off without even openig AutoCAD. I tried downloading the newest version of AutoCAD 2013 and it does the same thing. Inventor fusion seems to open and work properly but not AutoCAD.
My company just got new computers, I've loaded 2012 SP1 and our lisp comands on every machine. After a plot, when someone goes to save and close the drawing, AutoCAD crashes. It does not matter which plot device is used, the result is the same. This includes the plot devices included in AutoCAD. I have reinstalled autocad on one machine, no lisp commands, same result. I have already tried some of the fixes proposed in other threads, nothing has worked.
I just downloaded the windows 8 preview and I’m trying to download AutoCAD 2012 put I keep getting an error during the instillation so it’s not downloading.
I am currently making a pattern of numbers. These numbers are going to be serial numbers on some parts that are to be cut by a waterjet. There are 1000 parts so I want to automate this process. I have made a pattern of text so that the text is placed correctly. Also i have used TCOUNT to automate the numbers, so that the pattern of numbers is now 1 2 3 4, etc (positioned correctly). The problem is that the serial numbers should have the format 00000 (5 digits), so: 00001, 00002 etc. Is it any way to make numbers appear this way? If i try write it like this in TCOUNT it automatically changes it to standard numbers.
We are running AutoCAD Architecture 2012 on a Windows 7......64bit workstation and AutoCAD will suddenly crash for no apparent reason. When I look in the event log it makes a reference to the AcDB18.dll
I wonder if its possible to Xref in DWG TrueView 2012, right now I can only open either the "Building drawing" or the "Plumber drawing" and I need to see them both.
Can I Xref or is it any other way to solve my problem?
Recently installed the upgrade of AutoCAD 2012 from AutoCAD 2011.
It did not seem to migrate things very well? My PGP did not follow over and in addition to a few other settings.
I use the esc (escape) key to end a string of comands or if I want to go another direction. In AutoCAD 2012 when I hit the esc key on my keyboard it does NOTHING?
It is a key on my keyboard, not a keystroke shortcut?