AutoCAD LT :: 2014 - Reading Earlier (2010) Files
Jul 2, 2013Can Autocad LT 2014 read Autocad LT 2010 files?
View 3 RepliesCan Autocad LT 2014 read Autocad LT 2010 files?
View 3 RepliesI have drawings that are saved as ACad 2010 and need to work on them in ACad 2014. I am receiving error messages saying the drawing is damaged and requires recovery. Errors are being detected and some files I can eventually open but edits are missing. Others I am unable to open and I get a message "audit could not correct errors in database".
View 3 Replies View RelatedOur company just upgraded to AutoCad 2011. We get files from our clients that exports their files from revit. It seems that Autocad 2011 slows down when reading this files (cursor will have a second or two delay).
View 2 Replies View RelatedOur structural firm is using 2011, and our office has received drawings that came out of 2014 twice in the past week (from separate arch clients). In both instances, we back-converted using DWG TrueView 2014, but upon opening in ACAD, none of the walls were showing up (although they do appear in the preview). One of my other drafters dealt with it the first time, and got it resolved, although I didn't get specifics on how. Naturally, the second time it happened, she was out, so I am seeing if the architect can back-save to 2010 on their end and send the file.
While waiting on that, I tried QSelect in the offending file, and in the list of items that comes up, there was, amid the usual Text, Line, Pline, Block, etc., something called ACAD_PROXY_ENTITY. I selected all (nothing was visible, however--usually you see grips at least when you QSelect things), then exploded, and the walls showed up.
I have had somewhat similar odd behavior from drawings coming from I think ADT (do they still make ADT?), where things like walls, doors and windows come in as something block-like (I think AEC OBJECTS?), and we have to explode them in order to control color and visibility of their constituent parts. Perhaps this is something similar?
At any rate, this seems like something that either shouldn't be happening, or that has a more obvious fix than having to qselect and explode invisible things to get them to show up.
I have some issue in Trim command,.
(Please see the attached picture before read the below steps,.)
generally, I use trim command like this,.
Command: tr (enter) (enter)
select object: (I will select object which I need to trim)
it gave the results shown in the picture named "Earlier result"
But now I am getting differently like "current result"
But Earlier result is comfortable for me,.
Is this because of setting problem?
Having trouble with AutoCAD 2012 when saving to earlier versions? I can't save it down to any other version except for 2012, without the system crashing completely.
Also, from time to time we get the crash when editing MText.
I have just upgraded to AutoCAD 2013. Now I have one AutoCAD 2013 and five copies of AutoCAD LT 2009. A strange problem started ovccuring after starting using of AutoCAD 2013. Quite a lot of files done with LT 2009 are not opening in AutoCAD 2013. When you tru to open this file, nothing happens and a blank new drawing is opened by AutoCAD 2013.
I have DWG TrueView from release 2010 to 2012. These files opened perfectly well in 2010 & 2012. So I downloded DWG TrueView 2013 and installed it to check whter my AutoCAD 2013 installation was faulty. These files do not open in DWG TrueView 2013 also.
I tried exporting the file to DXF in LT 2009 and then tried to open the DXF file in 2013. It gave a message that it could not read the file. The odd fact is that it is not happening with every file done in LT 2009. Some open and some do not.
In my opinion, this seems to be a serious bug in 2013. Any body else experinecing this? I am unable to attach any file as all the files are larger than 2 MB even after zipped and I cannot upload such a big file here.
using AutoCAD '10. I have a free trial of 2013 to preview before buying and I'm doing some freelance work with an opportunity to be hired full time. The comany I am working for has a pen set that they sent to me in an e-mail. In order to send PDF's of my work back I must use this pen set. The pen files are from an earlier version of AutoCAD- 2007 and are attachments in an e-mail.
View 3 Replies View RelatedI received files in 2010 format which I converted to 2007 using true view.Now when I open in 2013 I get a message "file needs recovery" I recover and save. when I open again I get the same message in 2013.
View 3 Replies View RelatedI installed Photoshop CS6 - 64 bit, but Bridge keeps opening up photos in my CS5 that is still on my computer. How do I change this so that it will open the photos in Photoshop CS6?
View 9 Replies View RelatedPSCS6 with 12.0.4 update. Mac OSX 10.8.2 16GB 1333 Mhz DDR3 543 GB Available
I've recently become aware that other people are getting an error message when opening many of my my psd files if they are on earlier versions of PS and also on PSE, (including the latest version). The message is:
This document contains unknown data which will be discarded to keep layers editable. To preserve the original appearance instead, choose flatten to load composite data as a flattened image.
Three options follow: Flatten Cancel Keep Layers
When 'keep layers' is selected the file opens as normal. However, people with much earlier version (CS version 8) don't get the option to keep layers, and the layers are flattened when the document is opened.
I still have CS5 on my mac, and I find that if I take my finished file into CS5 and save it there, the customer does not get the message above, and the file behaves as it should. Those on very early version of PS can also open the files without any issues.
I've been using CS6 since it was released and have had to delve through all my files and save them in CS5. Not every file is affected and I've been unable to find a common thread.
Some users are getting the following error when running Script Pro:
Error while reading log file for <drawing path>
i have a file with some xref files inserted.
if i work on my computer, nothing happens, but when i try to open in other computers, i have this erros:
FATAl ERROR: Ubhandled Access Violation Reading 0x0029 Exception at 3f35335fh
Why it happens?
I Recently installed AutoCAD 2010. When i Tried to draw a line or circle,etc. It just gets stops responding for some time and displays the following error "FATAL ERROR: Unhandled Access Violation Reading 0xf02e682ah Exception at f02e682ah".
View 1 Replies View Relatedis there any way to compare ctb files? I know there is a tool called tableprint9.exe that will export the ctb as text but it is not working with Autocad 2010.
Is there any way to access ctb files in .Net?
provide me with the code in ASP.net C# to read the .dwg files?
View 2 Replies View Relatedi am developing some code to read in mass dxf OR dwg files, seperate the two, then convert each to a database to be read later. however, whenever i run it, i get this error: System.AccessViolationException:
Attempted to read or write protected memory. this is often an indication that other memory is corrupt.
at AcDbDatabase.dxfIn(AcDbDatabase*, Char*, Char*)
at Autodesk.AutoCAD.DatabaseServices.Database.DxfIn(String fileName, String logFilename)
at ZahnerCommands.Commands.GetFiles()....line 72
here is the code that i have so far. i have been tinkering around with it for a few days and cannot seem to get it to work. the dxf file i have chosen works perfectly well, and i am using autocad 2011.
using
Autodesk.AutoCAD.ApplicationServices;
using
Autodesk.AutoCAD.DatabaseServices;
using
Autodesk.AutoCAD.EditorInput;
using
Autodesk.AutoCAD.Runtime;
[code]...
I just installed Autocad 2012 on my computer 32 bit, but when I try to open it, a message come out:
"ERRORE IRREVERSIBILE: unhandled access violation reading 0x000a Exception at b9e8f50h", and I can't open it.
I tried to delete and install it again, but it doesn't work.
PS: the numbers and words underlined change every time I open autocad (fo example: 5ecf8f50h, bad8f50h) , but the previous message is always the same
I have just recently installed AutoCAD LT 2014 on Windows 7 (Running on an intel iMac through Bootcamp). Ever since then i am receiving notifications when performing a save.
AutoCAD is telling me it cannot perform the save and is creating a .tmp file in the same location on the server as the file should be.
this is causing major performance issues and happens almost every second time I attempt to perform a save. The issue is that we are getting multiple versions of the same file duplicating on the file server which is very quickly going to cause capacity issues considering most files are 2-4mb in size.
When opening the navigation bar, the error message: unhandled exception error C0000005 (Access Violation Reading 0x0144) at address 5E03F5BFh or 5DFAF5BFh. What does this mean? The program (AutoCAD 2012 student version German 64 Bit) crashes as well when creating a new file and open the existing files in the registry file Karter. I have a Toshiba Satellite C660-29V with "IntelCore i3" processor and Windows 7- 64 Bit. Graphics Controller: Intel (R) HD Graphics Core (i3). Driver: Driver Version: 8.15.10.2189 Driver Date: 28.07.2010
How can I fix it so that AutoCAD 2012 running properly?
We are using Inventor 2012 and would like to read Solidworks 2012 files directly into the system. This can be done with Solidworks 2011 files but our vendor upgraded his software between the time he sent us test files to try the import and now. Can you tell me if the is a plug in or something that will allow us to read SW 2012 files or should we upgrade to Inventor 2013?
View 6 Replies View RelatedThere are specific files in which will cause this fatal error to come up:
"FATAL ERROR: Unhandled Access Violation Reading 0x0000 Exception at 5c88cd29h"
I am using AutoCAD 2010. I am able to open the file in other computers in the office, even in another AutoCAD 2010, but it consistently gives me this error on my machine. I've tried purging the file and recovering it, but nothing seems to work.
Is it possible to write an AutoLISP script to read an .xlsx file and use the data in the various cells to modify a block within a .dwg?
Ex.: We use Flow Control Modules (FCMs) and use AutoCAD Electrical to show electrical contractors where/how to wire up the devices. In AutoCAD, we have blocks for various types of FCMs, and each block has terminals which are tagged DESCA1, DESCA2, DESCA3, etc. Each of these tags will change based on what the particular FCM is used for.
We also have .xls(x) files we call FCM Maps, which come from our engineers and tell the drafters how to lay out the .dwg files.
Is it possible to write a LISP script to take, say, cell A1 from the .xlsx file, and put that data into DESCA2 in the block, cell A2 into DESCA3, and so on?
I am a new Lr user, but have spend several hours experimenting with the product, so I have some familiarity with it. When I plug my card reader in my computer, Lr only sees the NEF files. I know I have both JPG and NEF files on the card, but Lightroom is not seeing the JPG files.
View 4 Replies View Relatedi was downloading my raw files from canon mark II and importing into Lightroom 4, i got half of them loaded but the rest didn't load bc it said it couldn't read the files. and they say zero bytes and i can't open them or see them in my external hard drive also.
View 5 Replies View RelatedI recently transferred my RAW images into LR4 and it is not listing them in the "Folders" on the left of the "Libray" screen. Files are in tact on my hard drives, however after import LR4 is not finding them. They are being read and listed on my backup drive however they will not come up on the main hard drive.
View 9 Replies View RelatedThe AutoCAD video tutorials on the site such as "AutoCAD 2010_ 01 Getting Ready for 3D" show a 3D UCS icon which has some nice arrows at the end of each axis, this looks similar to the icon in Solidworks.
Has there been some change in design to this icon from 2010 to 2014? The UCS 3D icon in the version 2014 that i'm running does not have these arrows and if I can find a setting to have it display in this way, it certainly doesn't show up in any of the visual styles e.g. xray, conceptual or realistic. I've not found any info anywhere documenting the change, if any.
Here is a pic from the above mentioned video tutorial with arrows on UCS:
Here is a pic from 2013-2014 UCS with no arrows.
How do I read Canon 5D mk III images in PS CS4? I know the new ACR 7.6 upgrade doesn't apply to 4 so what's the work around?
View 4 Replies View RelatedI just purchased and installed PS Elements 11 and it seems to be unable to read the .CR2 raw files from my Canon 6D although according to the website this camera is supported.
View 1 Replies View RelatedI have Adobe Lightroom version 3.5. When importing my RAW/NEF files, lightroom says my "the following files could not be imported because they cannot be read." I use the option "convert files to DNG" upon import.I have a Nikon D5100.
View 6 Replies View RelatedI just installed LR5 and to my dismay it gives me an error message that it can't read the files from my CF card reader (CR2) Never had a problem with this in the past on LR3, LR4. LR5 support says I have all the latest updates.
View 1 Replies View Related