Hi,
On Windows 10 pro when we open Sourcetree from a secure RDP client (BeyondTrust), the application opens with transparent window and only the windows border edge is visible.
Anyone seen this before?
Yes, this has been reported before with Sourcetree on Windows: the app or installer opens as a transparent window with only the border visible. In an Atlassian Community thread, the accepted workaround was to disable hardware acceleration for WPF apps via a Windows registry key, with the issue suspected to be related to video drivers. [community....assian.com]
Sourcetree is a Windows desktop app that uses WPF rendering. Over RDP or secured remote clients like BeyondTrust, GPU/WPF rendering can behave badly, especially with certain video drivers or color/depth modes. BeyondTrust’s documentation also notes that RDP sessions have quality and color optimization settings, including video optimized/full color modes, which can affect how the remote display is rendered. [docs.beyondtrust.com]
On the affected Windows user profile, set this registry value:
If the Avalon.Graphics key does not exist, create it.
You can also run this from Command Prompt as the affected user:
Then fully close and reopen Sourcetree. If needed, sign out of the RDP session and reconnect.
If that does not resolve it:
Given that it only happens through BeyondTrust RDP, I would start with the WPF hardware acceleration registry fix. It is the closest known match to the “transparent Sourcetree window” symptom.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.