Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

A known good App-V virtual application package may fail with error 19-00001003 after adding a pre-launch script


View products that this article applies to.

Symptoms

A known good Microsoft Application Virtualization (App-V) package may fail with the following error after adding a pre-launch script:

Application Virtualization Error

The Application Virtualization Client could not launch <Package Name>.

The Application Virtualization Client encountered a problem while waiting for the application to be ready to interact with the user. Report the following error code to your System Administrator.

Error code: 4505CD-1F702A19-00001003

↑ Back to the top


Cause

This is typically caused by a timing issue between the App-V client and the Windows Message Pump due to the pre-launch script.

↑ Back to the top


Resolution

To resolve this issue, change the <SUBSYSTEM VALUE="windows"/> XML tag in the .OSD file from windows to console. This change will need to be implemented in each OSD file in the package.

Example:

Change:

<VM VALUE="Win32">
<SUBSYSTEM VALUE="windows"/>
</VM>

To:

<VM VALUE="Win32">
<SUBSYSTEM VALUE="console"/>
</VM>

If you are deploying packages using a Application Virtualization Server you will need to initiate a DC refresh on the App-V client to update the OSD cache. Once complete this issue should be resolved. If using Configuration Manager 2007 or an MSI package to deploy App-V applications, the package will need to be updated using the sequencer and redeployed.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 2628029
Revision : 2
Created on : 3/27/2020
Published on : 3/27/2020
Exists online : False
Views : 305