App-V sequencing of FlowJo 7.5
Posted by Jacques on Tuesday, 9 June 2009
Recently, I sequenced the newest FlowJo 7.5. I ended with the issue that the application never ended to load. It was possible to possible to use the program for a few moments, but it evebtually crashed with the message:
The SoftGrid Client could not launch application_name.
The application took too long to be ready to interact with the User, possibly because the system was too busy. Please try again in a few minutes. If the problem persists, please report the following error code to your system administrator.
Error code: xxxxxx-xxxxxx04-0000041E
I tried the solution given under http://support.microsoft.com/kb/931112, but it did not help.
I could resolve this issue by changing the code snippet in the OSD file from:
<VM VALUE="Win32">
<SUBSYSTEM VALUE="windows"/>
</VM>
to:
<VM VALUE="Win32">
<SUBSYSTEM VALUE="console"/>
</VM>