Is it just one particular application or multiple ones?
I suggest disabling directflex for the application. If that doesn't help, try adding it to blacklist.xml.
My issue with thinapp and cisco spark:
The only issue we had was we needed to blacklist the cisco spark.exe as it was crashing with directflex.
<?xml version="1.0" encoding="utf-8"?>
<userEnvironmentSettings>
<setting type="blacklist" list="ciscospark.exe|cisco spark.exe" />
</userEnvironmentSettings>
----
To create and manage the BlackList.XML file:
- Create a new folder called DirectFlex within the \\Server\FlexConfigShare\General\FlexRepository folder.
- Within the DirectFlex folder, create a text file named Blacklist.XML.
- Add this content to the Blacklist.XML file:
<?xml version="1.0" encoding="utf-8"?>
<userEnvironmentSettings>
<setting type="blacklist" list="" />
</userEnvironmentSettings> - Save the Blacklist.XML file with UTF8 encoding.
- Add the processes you want to blacklist in the field list="".
For example:
list="notepad.exe"
Note: Use | to specify more than one process. - Restart your system for the changes to take effect.