Fatal error e0434352h - CLR exception

Fatal error e0434352h - CLR exception

AllenJessup
Mentor Mentor
3,362 Views
9 Replies
Message 1 of 10

Fatal error e0434352h - CLR exception

AllenJessup
Mentor
Mentor

Last week I had out IT Dept. install a large portion of the 2024 AEC Collection on my computer. All programs except those vertical to AutoCAD will run. AutoCAD and anything based on it will not run. While the program
is opening. I get an FE, e0434352h, which turns out to be a CLR exception. That seems to be tied to .NET.
I checked and I have .NET framework 4.8.09037 which is supposed to be sufficient for the programs.

 

I checked the Log and only see one component failing

2023-12-27T10:09:27.892 [Deployment: 14028, single] [jessupa-W10 INFO] Installing: AutoCAD Architecture 2024 Shared
2023-12-27T10:10:10.238 [Deployment: 14028, single] [jessupa-W10 INFO] Deployment succeeded: Autodesk AutoCAD Architecture 2024 - English
2023-12-27T10:10:29.801 [Deployment: 14028, single] [jessupa-W10 ERROR] Initialization failed with error code: 561
2023-12-27T10:10:29.801 [Deployment: 14028, single] [jessupa-W10 ERROR] Deployment failed!
2023-12-27T10:10:29.802 [Deployment: 14028, single] [jessupa-W10 ERROR] Deployment validation failed for Upi2: {9F8A833F-E0BB-3850-9F89-F1A8B3A063B1}
2023-12-27T10:10:45.023 [Deployment: 14028, single] [jessupa-W10 ERROR] Initialization failed with error code: 561
2023-12-27T10:10:45.023 [Deployment: 14028, single] [jessupa-W10 ERROR] Deployment failed!
2023-12-27T10:10:45.023 [Deployment: 14028, single] [jessupa-W10 ERROR] Deployment validation failed for Upi2: {2D760D78-D128-3375-ACD6-9422CE553843}
2023-12-27T10:10:56.262 [Deployment: 14028, single] [jessupa-W10 INFO] Deployment started...
2023-12-27T10:11:02.021 [Deployment: 14028, single] [jessupa-W10 INFO] Installing: AutoCAD Raster Design 2024

I'm attaching the whole log.

 

This is the text from the Crash Report.

Date/Time: 2023-12-27 10:58:46 -05:00
Application: acad.exe
Error: CLR exception - code e0434352 (first/second chance not available)
Crashed Module Name: System.Xaml.dll
Exception Address: 0x00007ff9d9e7cf19
Exception Code: e0434352
Exception Flags: 1
Exception Parameters: ffffffff80131500, 0, 0, 0, 7ff9c1f20000
Managed Exception Type: System.Xaml.XamlParseException
Managed Exception Address: 0x000002265350a6b8

I've seen some suggestions . Mainly a Clean Install, update .NET Framework, Removing KB5018545 Cumulative Update for .NET Framework 3.5, 4.8 and 4.8.1 for Windows 10 Version 21H2, installing current Adsk updates (they would have been included in the deployment built last week). Most IT would be resistant to or will take time waiting for them.

 

I was wondering if there were any other suggestions on dealing with this.

 

AEC Collection 2024
Dell Precision 7920, Xeon CPU 3.60 GHz
Windows 10 Pro 64-bit, Version 22H2, OS build 19045.3570

64 GB RAM, Nvidia Quadro P4000
Samsung NVMe 1TB, Toshiba NVMe 512GB, SK hynix SSD 1TB, Samsung SSD 1TB, Samsung SSD 250GB

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Accepted solutions (1)
3,363 Views
9 Replies
Replies (9)
Message 2 of 10

Simon_Weel
Advisor
Advisor

For the 561 error, there's a Maya article. Is basically says to remove a couple of lines from a deployment xml file. You could try searching / removing the lines with the UPI2-codes and retry the installation?

0 Likes
Message 3 of 10

mdavis22569
Mentor
Mentor

@AllenJessup 

 

Do you have any customization at all? 

 

Try a clean download and try installing it.. 

 

I've seen some issues with deployments and settings the last 2 weeks.


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------
Mike Davis

EESignature

0 Likes
Message 4 of 10

AllenJessup
Mentor
Mentor

@Simon_Weel Thanks. I'll look into that.

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 5 of 10

AllenJessup
Mentor
Mentor

@mdavis22569 Thanks, but there wasn't any customization.

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 6 of 10

mdavis22569
Mentor
Mentor

Have you tried a regular installer and not deploying? 


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------
Mike Davis

EESignature

0 Likes
Message 7 of 10

AllenJessup
Mentor
Mentor

@mdavis22569 No. Every time I "Try something" I have to get IT involved. So I'm trying to get a list of the most likely.

I think the first thing I'm going to do is to modify a copy of the <Install>.bat file to uninstall all the Autocad dependent programs. Then try a Clean Install of just those.

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 8 of 10

mdavis22569
Mentor
Mentor

I only mentioned .. that when I see a deployment issue, I go to the full online on one PC.  This tells me if it could be the deployment as the issue, or if it could be a permissions / PC issue.       When you said I need IT to try these things. That tends to have me looking back at the permission/access as an issue. 

 

Hoping you get it resolved quickly. 


Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.

---------
Mike Davis

EESignature

0 Likes
Message 9 of 10

AllenJessup
Mentor
Mentor

@mdavis22569 wrote:

When you said I need IT to try these things. That tends to have me looking back at the permission/access as an issue. 


Yes. I've learned that the installation has to happen from the users account. NOT the IT Admin account. Installing from the IT Admin profile leads to a pathing nightmare.

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 10 of 10

AllenJessup
Mentor
Mentor
Accepted solution

OK. Uninstalling & Reinstalling all the AutoCAD based software worked. There was an error that some programs weren't installed. But Civil 3D works and that is our Main program.

I do see in the log:

Skipped install for bundle: Autodesk AutoCAD Electrical 2024 - English (UPI2: {EAA5522C-B134-3536-B63E-89DDCE11927D})

Which would point to the suggestion by @Simon_Weel.

I'm not concerned with that right now.

I'm now going to recreate all the deployments on the theory that there was an error in the original one. So best to recreate them all.

BTW. Having IT run the modified BAT file to do the uninstall was tedious. The BAT file fired the Installer for each line (about a dozen). So the IT person had to enter name and password for each one. If this had to be done again. I'd get them to login as Admin and run it. Then run the reinstall from my profile.

Allen Jessup
CAD Manager - Designer
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes