You could also see an excessive amount of Chromium process being executed while starting EmbeddedCAD or InCAD.
To fix this, follow these instructions. You may follow either method 1 or method 2:
Method 1:
Edit the acad.exe.config file:
- Open the following file in Notepad:
For InCAD > C:\Program Files\Autodesk\AutoCAD 20xx\acad.exe.config
For EmbeddedCAD > C:\Program Files\MicroSurvey\embeddedCAD 20xx\MSEmbed.exe.config Tip: Right-click the file and choose "Open with" and then pick Notepad as the application, or launch Notepad directly and then click its File menu, choose Open, and then select "All Types" in the file type menu to select the file. -
Copy-paste the following line of code between the <runtime></runtime> tags (Note: This is one line--no line break, as it may seem to have depending on the width of this web page article):
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true"/>
For example:<!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->
<runtime>
<generatePublisherEvidence enabled="false"/>
<AppContextSwitchOverrides value="Switch.System.Windows.Input.Stylus.DisableStylusAndTouchSupport=true"/>
</runtime> - Save and close the file.
Note: If the operating system forces you to save to another location, be sure the file does not end up with a .txt extension and then manually copy it into the AutoCAD / EmbeddedCAD program folder, overwriting the existing one. Tip: If when you copy in the file and do not get a prompt to overwrite the existing one, then the extension was changed. You may see and edit the extension by right-clicking the file and choosing Properties.
Method 2
Copy the appropriate attached .config file into the following location, and say YES to overwrite existing:
For InCAD > acad.exe.config > C:\Program Files\Autodesk\AutoCAD 20xx
For EmbeddedCAD > MSEmbed.exe.config > C:\Program Files\MicroSurvey\embeddedCAD 20xx
This solution was posted by AutoDesk Support, and was shown to work with our AutoDesk powered programs, EmbeddedCAD and InCAD. A link to the AutoDesk Support solution can be found here: https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/AutoCAD-2013-and-2014-crashing-on-Windows-10-systems.html
Chris Clemente
Comments