Hi guys,
We have a legacy app in PB12.1 build 6639. One of our clients downloaded the latest version of the app to their test environment, and found that the app crashed randomly when running from a Citrix install on a Windows 10 machine. However, their testing found that the crashes don't happen when screen resolutions are below 1920x1024.
Is there a max screen resolution recommended for PB12 apps that nobody should exceed? What else should we check (since the client asked if something else is causing this)?
Thanks,
Scott Gorke
The client finally sent us the Windows Event Log from the PC that crashed our app. The topmost part is below.
Furthermore, the client told us today that the crashes only happen when accessing our app via Citrix on Win 10; they do not crash on our app installed directly onto Win10, and they do not crash running the app in the Citrix server itself. Curiouser and curiouser....
Log Name: Application
Source: Application Error
Date: 01/08/2019 10:09:21 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: bchspctxsh27.oslerhc.org
Description:
Faulting application name: medsurg.exe, version: 1.0.0.1, time stamp: 0x4cec7a53
Faulting module name: OLEACC.dll, version: 7.2.9600.17415, time stamp: 0x54503b9b
Exception code: 0xc0000005
Fault offset: 0x00002b7d
Faulting process id: 0x2150
Faulting application start time: 0x01d54872a0fadc25
Faulting application path: C:\Program Files (x86)\Picis\Live\bin\medsurg.exe
Faulting module path: C:\Windows\SYSTEM32\OLEACC.dll
Report Id: f4ec564c-b465-11e9-8100-00505694b5e0
Looks like the app crash is happening within a MS-Windows DLL - "Oleacc.dll". This is MS's "accessibility" DLL helper for the O/S.
FYI: https://docs.microsoft.com/en-us/windows/win32/api/oleacc
HTH
Regards ... Chris
The client resolved their own issue - they were using something called "Workspace", but on a call with Citrix they were encouraged to switch to Citrix Receiver. Once done, no more crashing.
Thanks for your help and suggestions regarding this topic.
Scott