Difference between revisions of "Information Systems:ASW GUI screens disappearing in Windows"

From uniWIKI
Jump to navigation Jump to search
(Created page with "==Background== Several users have reported an issue with ASW GUI (SEAGULL) on Windows 10 where the window seems to disappear into a third screen that isn't visible on the dual...")
 
m
Line 21: Line 21:
 
* No idea how I figured out that the problem was in the registry. I guess because of the symptoms (especially the fact that reinstalls didn't work), that was the only place where it could be.
 
* No idea how I figured out that the problem was in the registry. I guess because of the symptoms (especially the fact that reinstalls didn't work), that was the only place where it could be.
   
[[Categroy: ASW]]
+
[[Category: ASW]]
 
[[Category: Troubleshooting]]
 
[[Category: Troubleshooting]]

Revision as of 10:00, 1 June 2020

Background

Several users have reported an issue with ASW GUI (SEAGULL) on Windows 10 where the window seems to disappear into a third screen that isn't visible on the dual monitors. This may also be reported as

  • Ther user not being able to log on to ASW
  • The user not being able to find the ASW window they were just working on.

Other symptoms of this problem include:

  • It cannot seem to be solved by anything short of a full re-installation of Windows.
  • The problem only occurs for a certain user signing in i.e. signing in as yourself in a new ASW window doesn't reproduce the problem.
  • The problem will just manifest itself randomly after weeks/months of stable use.

Although the cause is unknown (doesn't happen to every user), the problem was traced back to a registry glitch (likely from the problem being too old for the modern Windows windowing system). When ASW is installed, certain registry settings keep track of the window parameters (panel sizes, default monitor for new sessions etc.). There appears to be a different set of registry settings for each Window user and each ASW user that establishes a session for that computer.

Fix

  • Open Registry Editor
  • HKEY_USERS -> (user SID) -> Software -> SEAGULL -> J Walk Windows Client.
  • Delete the keys PanelPos, Pos33, if they exist.
Note: There will likely be multiple user SIDs e.g. S-1-5-21, depending on how many users have signed in to that computer. Try all of them. Delete the above keys for each user where they exist, if needed.

Notes

  • The problem occurs upon landing on a non-ASW screen e.g. UNITY extensions screen. For example, the screen to select a contact prior to sending a PO or debit note is a CNS screen. Also, the initial menu screen after a login (for many users) is also a UNITY screen.
  • No idea how I figured out that the problem was in the registry. I guess because of the symptoms (especially the fact that reinstalls didn't work), that was the only place where it could be.