AutoCAD Civil 3D :: Data Short Cutting In Grid Surfaces Causes Fatal Error - ASC File

Mar 20, 2013

Having a problem with data shorcutiing in a surface created from an ascii file.

I am creating the surface as a grid surface. Itcreates the data shortcut. However when data shortcutting into a new file. Boom! (see above)

Using Civil 3D 2013 - SP1

Civil 3D 2014 (SP1)
Win 7 Pro x64
DELL Precision Workstation T3500
Intel Xeon 3.3GHz (w3680)
24Gb Ram
NVIDIA Quadro 2000 (1GB)

View 2 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Fatal Error When Defining Surface With ADF File

Aug 21, 2013

I have downloaded ArcGrid (ADF) files from the USGS and am trying to define a TIN surface in Civil 3D with those files.  I have done this in the past without difficulty but now I get a fatal error and the system crashes in the middle of the process.  The ADF files are large, approximately 465 meg, and cover an entire USGS quad area.  Is there any tricks or sollutions that would allow me to use this data source to create surfaces without my system crashing?

The system I am using is a Dell Intel Xeon CPU, W365@3.20GHz with 24 GB RAM, 64 Bit OS.

View 3 Replies View Related

AutoCAD Civil 3D :: FATAL ERROR - Cannot Write To Undo File (probably Disk Full)

Jul 19, 2012

I am using Civil 3D 2011, and the last 2 days I have been running into this issue. I tried google, and the most recent item google brought up was from May 2011, so I am coming here.

I am trying to import a tab from another drawing, and it does not matter which tab or what drawing, I am getting this issue.

View 9 Replies View Related

AutoCAD LT :: Error 1325 Not A Valid Short File Name (Resolution Not Working)

Sep 26, 2013

I have a customer that is hvaing some issues with an error upon starting Autocad LT 2013.

The error code is attached.

The error is 1325 "%username%" is not a valid short file name

I have followed the resolution steps found here: [URL]

They did not resolve the issues.

I found the workaround listed here: [URL]

This works, but I will need to create a batch script that will write these registry entries automatically, which my customer does NOT want to do... They just want it to work.

The only way I have found to resolve the issues is to create a script that copies the Local Admin registry entries to the currently logged in user.

This is a domain user without local administrator access to the machine. 

They have 3 other users that are working with no issues.

View 4 Replies View Related

AutoCAD Civil 3D :: Data Referenced Surfaces And Alignments

Oct 29, 2013

We have a HUGE number of data referenced surfaces and alignments that need to be moved to a different group of folders.  Is there a simple way to do this without breaking the references (each surface/alignment) is referenced into multiple drawings.

The project was divided up into a bunch of little mini projects so now we have 500150_A, 500150_B etc (around 90 of them).  Each one has a dwg file with a surface and at least one alignment and that drawing is data referenced to all the other sheets within that mini project.  Each project has _Shortcuts, drawings etc.  

The powers-that-be have decided to 1) change the project number (from 500150 to 500152) and 2) to bring all these mini projects together into ONE project.

We've confirmed that each surface/alignment has a unique name which means that there shouldn't be a conflict in that regard.

View 2 Replies View Related

AutoCAD Civil 3D :: Data Shortcuts - Only Reference In Surfaces And Alignments?

Oct 31, 2012

I've just used Data Shortcuts for the first time but I've found that I can only reference in Surfaces and Alignments.  Is this correct? The file I am creating my model in, has Corridors/Feature Lines/Gradings as well but I can't create Data Shortcuts for these? or am I missing something?

View 9 Replies View Related

AutoCAD Civil 3D :: Data Bands - Multiple Surfaces Sampling From One Design Profile?

Jun 26, 2013

I have 2 different surfaces (Existing Ground & Proposed Pipe Invert) that I want to have the elevations shown for in a profile data band, but I want them to show at the design profile's PVIs (Proposed Road).  Is it possible to set up a data band style that samples at one profile's geometry points but displays the elevations from these points from a different profile?  My workaround is to set the data bands to all sample from the design profile first and label over the design profile's data band but I'm hoping for a cleaner solution.  Attached is an image showing the profile view in question.

View 5 Replies View Related

AutoCAD Civil 3D :: Fatal Error When Trying To Plot?

Nov 12, 2013

I am currently using ACAD Civil 3D 2014. When I am in paper space and try to plot I get a Fatal Error before I even get to the plot menu. This is only happening in 2 specific drawings and I've done a purge, audit and drawing recovery. With 8GB of Ram there should be more then enough to at least plot a 5MB drawing.

View 4 Replies View Related

AutoCAD Civil 3D :: 3D Orbit Causes Fatal Error

Nov 15, 2013

Sometimes 3D orbit works perfect, and sometimes it causes a fatal error before you even get started with it. I originally thought it was just large 3D objects causing it, but now I think it's just a 2014 issue...because I've had simple 3d surfaces (3d polyline with a surface) that have caused it to crash, yet have other larger surfaces that orbit without issue. I'm mostly using it to compare 3D polylines to surfaces, usually on as built alignments that we're working on.

View 9 Replies View Related

AutoCAD Civil 3D :: Fatal Error Using DesignCenter

Jun 14, 2012

I'm working in Civil 3D 2013 and am attempting to bring in notes and blocks from a .dwt, using DesignCenter.  As soon as I drag a block into my current drawing I receive a fatal error message and Civil 3D closes.  I do get the option to save a recover file.

View 8 Replies View Related

AutoCAD Civil 3D :: Fatal Error On Opening A Drawing

Dec 30, 2013

I am getting a error when I open a specific drawing

FATAL ERROR: unhandled e06d7363h Exception at fel14940.

I have tried to recover the drawing (message says error were found and then I get the same error)

tried the back up file ...no go

tried a back up file from 2 weeks prior, same result.

Have tried inserting as a block to a new drawing... same error.

View 4 Replies View Related

AutoCAD Civil 3D :: Pipe Network Fatal Error

May 22, 2012

We are having trouble with one of our C3D 2013 seats crashing (giving a fatal error) when trying to edit or do anything with a pipe network. The drawings work fine on other computers. I am trying to keep from having to remove and reinstall the software.

View 5 Replies View Related

AutoCAD Civil 3D :: Alignment GripOverrule Fatal Error

Dec 27, 2012

When you start move after hover on a grip point which created by GripDataCollection.Add(myGripData) in GetGripPoints(Entity entity, GripDataCollection grips, ...) appears Fatal Error: Unhandled e0434353h Exception at fdbebccdh.

I try Overrule GripPoints for Alignment. For FeatureLine it works.

Possible, the reason is that Alignment is AlignmentEntityCollection and different approach is required.

public class GripVectorOverrule : GripOverrule {
    // A static pointer to our overrule instance
    static public GripVectorOverrule theOverrule = new GripVectorOverrule();
    public override void GetGripPoints(Entity entity,
    GripDataCollection grips,
[Code] .....

View 5 Replies View Related

AutoCAD Civil 3D :: Fatal Error On Surface Smoothing?

Apr 25, 2013

I am having an impossible time smoothing a surface created from feature lines in the attached file. I can smooth the service in parts except for the area that I’ve hatched – as soon as I try to smooth that area the drawing freezes or I get a fatal error. Ideally I’d like this surface to smooth to a 3x3 grid.

The things I’ve tried:

-          Exploding the feature lines to 3d polys and recreating them as feature lines before adding them back to the surface.

-          Copying the feature lines to a new drawing and creating a new surface

-          Completely deleting the feature lines and manually re-drawing them from scratch before adding them to a new surface.

-          Adding the feature lines with different supplemental distance and mid-ordinate distances (typically I do 2’ and 0.01’ respectively)

-          Smoothing the surface in sections instead of one global smoothing of the entire surface (it always fails when I get to the hatched area)

-          Smoothing the surface with different grid dimensions.

-          Emailing the drawing to coworkers to see if they can create the surface and smooth it on their computers

-          Combinations of all of the above.

64-bit HP Desktop - HP Z420
Intel Xeon CPU E5-1620 0 @ 3.60 GHz
24GB RAM
AMD Radeon HD 6570
Windows 7 SP1

View 4 Replies View Related

AutoCAD Civil 3D :: FATAL ERROR When Opening Sheet Set?

May 11, 2012

I just changed my startup setting from 0 to 2 because I do not ever need a blank "Drawing 1" to work off of. Now I am wondering if that screwed something up because when I boot up AutoCAD and immediately try to open a Sheet Set, I receive the attached messages and then AutoCAD crashes. Is this a bug that needs to be fixed?

View 4 Replies View Related

AutoCAD Civil 3D :: Getting Fatal Error When Try To Change Anything In A Drawing

Nov 5, 2013

I get a fatal error message: Unhandled Access Violation Reading 0x7ffffffd Exception at 6d9cc265h when i try to do anything in a drawing.

View 4 Replies View Related

AutoCAD Civil 3D :: Fatal Error Upon Startup Of 2013?

May 11, 2012

I have a Win7 X64 PC running C3D 2103. I recelty installed this for the first time and am seeing the following error message when I launch the application.

I've tried to do a repair and still get the message.

View 4 Replies View Related

AutoCAD 2013 :: Fatal Error With DGN File Reference

Aug 27, 2013

AutoCAD 2014 creating "fatal error unhandled access violation reading 0x0010 exception at 65e3f417h" while attempting to reload a MicroStation file that worked previously in dwg.

View 9 Replies View Related

AutoCAD 2013 :: Fatal Error When Opening A File?

Sep 4, 2013

When AutoCAD is closed and I try to open a drawing from the Windows Explorer I get a fatal error and when AutoCAD is opened before opening the file from Windows Explorer everything works fine. We have this problem with several stations at our office.

View 4 Replies View Related

AutoCAD Civil 3D :: Fatal Error 0x0000 Exception At Ca2e67c6h

Aug 22, 2012

Received this error upon opening a drawing in Civil 3D 2013?  I was working on it yesterday, tried to open it today, and it wont open.  Recover wont work, and I also went through all the xref's and data reference files and did a purge, -purge, and audit.  Only one of about 8 files had 7 errors.  I am very good with doing purge and audits throughout the day so my files are usually pretty darn clean.

In addition, the .bak file is also corrupt, and the stupid auto save didnt work.  I have it set to auto save every 10 mins, but for some reason it never wants to work.  I had the drawing open for over an hour without a single auto save. 

View 5 Replies View Related

AutoCAD Civil 3D :: FATAL ERROR When Creating Survey Database

Jun 17, 2013

When I try to create a survey database I get FATAL ERROR: Unhandled e0434352h Exception at fe139e5dh.

I have repairing both AutoCAD and .Net 4, I also did a regedit on the CommunicationCenter.

AutoCAD Civil 3D 2012 SP4
Windows 7 (64)

View 9 Replies View Related

AutoCAD Civil 3D :: Fatal Error When Switching To Paper Space?

May 9, 2013

Every time i switch to Paper Space I get a Fatal Error in Civil 3D 2013. What could be casing the crash? It does it in every drawing so it does not appear to be specific to any one perticular drawing.

Civil 3D 2013

View 1 Replies View Related

AutoCAD Civil 3D :: Fatal Error While Paste Special From Excel?

Sep 6, 2012

When I try to paste in any collection of cells from excel using "paste special" C3D crashes.  I'm using 2010.  It crashes trying to paste into any drawing, and any group of cells. 

My error is:

Unhandled Access Violation Reading 0x209519f8 exception at 478f56h 

View 3 Replies View Related

AutoCAD Civil 3D :: Fatal Error Unhandled C0000417h Exception At 7056795ah

Dec 12, 2013

Windows 7 64bit running Civil 3D 2013 with service pack 2 installed.

The system runs fine while on the network, but once the user takes it off the network and home or basically off the network it comes up with a FATAL ERROR when the program is started up.

Error is:

Could not load file or assembly MapPublishlmp.dll or one of its dependencies. The network path was not found.

I can ignore the error screen and "work" in C3D fine; just as long as i don't hit the <Continue> button or "X" in upper right hand corner. If either is selected the program bombs out and generates error report.

Have tried to create a shortcut with new profile, but it did NOT work either.

Like i mentioned - systems works find on network but once it is not connected to the network some issue is happening with the dll file for the mappublishlmp.dll

What ever the hell that is...Not doing ANY GIS work with system. NEVER published ANY drawings where this would have come into the mix.

View 1 Replies View Related

AutoCAD Civil 3D :: FATAL ERROR / Unhandled E0434352h Exception At Fcc8940dh

Oct 31, 2013

We have a computer here that won't open drawings. This is the error he gets: FATAL ERROR: Unhandled e0434352h Exception at fcc8940dh. If anybody else tries to open these drawings they open fine. We have tried to open it with Civil 3d 2013 and 2014 but it happens with both programs. We have tried to recover and run audits but it still has problems.

View 1 Replies View Related

AutoCAD Civil 3D :: Fatal Error - Unhandled Access Violation Reading

Aug 1, 2013

I have C3D2009 with service packs 1,2 and 3 installed in my computer with Windows XP operating system.

I am having fatal error when I try to export a dwg file to 2007 DXF file. I receive the following message:

" Fatal Error: Unhandled Access violation reading Oxfcf064fd Exception at fcf064fdh"

Attached, please find the dwg file I am trying to convert to 2007 DXf file.

View 1 Replies View Related

AutoCAD Civil 3D :: Fatal Error - Create COGO Point (2014)

Jul 10, 2013

I have a plugin that creates cogo points, and for some users it seems to crash every time, but for others it works just fine (as for myself, I have zero problems with it).  The subroutine is simple:

Using civLock As DocumentLock = acadDoc.LockDocument
Using trans As Transaction = db.TransactionManager.StartTransaction()
Try
Dim Location As New Point3d(PointX, PointY, PointZ)
Dim CogoPoints As CogoPointCollection = civilDoc.CogoPoints

[Code] .....
The fatal error occurs when the point is added, prior to the attempt to assign a raw description.  What is boggling me is that, like I said, it works flawlessly for me (and others) but not at all for some users.

View 1 Replies View Related

AutoCAD Civil 3D :: Fatal Error - Unhandled C0000417h Exception At 741cccd5h

Oct 25, 2012

CAD crashes and I am getting the above error while trying to edit an existing corridor.  I am trying to add two different regions in an existing corridor.  I accomplished this task yesterday, but due to design contraints have had to add two more regions.  The two assemblies that I am using are already included in the corridor, so I know it shouldn't have anything to do with the assembly.

AutoCAD 2010 C3D

View 1 Replies View Related

AutoCAD Civil 3D :: Fatal Error When Changing Annotation Scale For Viewport?

Nov 26, 2012

I have some files that are difficult to work with. Every time I try to change the annotation scale of an existing viewport or create a new viewport and set the annotation scale equal to something other than the default 1"=40' the file fatal errors on me.

Oh, Im on Windows XP 64 (8gb Ram and a Xeon) running C3D 2011 (all service packs and updates applied).

View 3 Replies View Related

AutoCAD 2010 :: FATAL ERROR - Cannot Write To Undo File While Saving

Jun 13, 2013

I have a brand new workstation and only on certain files it will say FATAL ERROR: Cannot write to undo file (probably disk full) when ever I save. I have tried cleaning out the TEMP file, turning off the Undo function, auditing the file and its xrefs, and recovering the file. It was a file that was on the server, but I have pulled it to my local machine and I have also increased the amount of virtural memory avaiable.

View 3 Replies View Related

AutoCAD LT :: Fatal Error / Cannot Write To Undo File (probably Disk Full)

Sep 6, 2012

The AutoCAD LT 2012 crashes when I try to copy certain features  to different locations. The size of the drawing file is about 3.2 MB. The error message reads as below

FATA ERROR: Cannot write to undo file (probably disk full).

Error: Unhandled Exception

There were some messages posted earlier in regard to this error. Most suggested cleaning temp directory, having more RAM, more graphics memory, etc. I have done everything but I could not overcome this problem. My system specifications are

16GB RAM, Windows 7 (64-bit), More than 100GB free disk space, NVIDIA GEforce GT-120 (512 MB).

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved