Bespoke application crashes in WVD, however runs perfectly fine on the host pool servers?

Copper Contributor

Hello. I'd really appreciate any advice.

 

I have created a new WVD environment, all works well. 

 

I created an app group with 2 apps, one being Word which works fine, and the second being a bespoke .NET application which crashes with the following error:

 

"The exception unknown software exception (0xe0434352) occured in the application at location 0x0000000076AB4192".

 

As stated in the title, the application runs absolutely fine when I RDP onto the WVD VM's. It's a simple applicaton that connects to some databases, etc.

 

Does anyone have any ideas why it would crash in WVD and not load at all?

 

Thank you for reading this.

1 Reply
If I can offer some advice as someone who had to troubleshoot similar issues with other finicky software that worked fine when you RDP into the session host but failed when ran from WVD:

Create a Desktop Application Group. Launch the desktop, then try to launch the app. See if it works then. I was forced to use WVD Desktop Application Groups and serve up the entire desktop for some of our most finicky software.

Get Process Monitor: https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

Run this when RDP'd into the session host, then again when you launch the application from a WVD Desktop. ProcMon should tell you exactly where it's failing. Tracking down the error from there is more art than science, but it should point you in the right direction. I've found that 90% of the time it's registry or file system permissions.

Hope that helps.