hi,
i have update to bitbucket 3.4.32 from 3.4.31 but keeps just on the sourcetree logo on win11 .
i have recieved a blocked app on windows smart app alert notification about signature verification files.
Please check whats going on with last version.
I have downgared to previous version since this one keeps on source tree logo
i still have the old installer on my download folder
Alert then refer this page.
Hi @hsl ,
I haven't seen some other reports around this and we don't have this particular security package on our devices that I can properly test it out.
However, by looking at SourceTreeSetup-3.4.32.exe signing certificate seems to be valid.
With an expiry date in October 2028.
You could check your installer file by running this in PowerShell:
Get-AuthenticodeSignature "C:\path\to\SourceTreeSetup-3.4.32.exe" |
Format-List Status,StatusMessage,SignerCertificate,TimeStamperCertificate
It could be that this is some out-of-sync Windows issue or Smart App Control blocker. What you could check is this:
Microsoft specifically says that when Smart App Control blocks an installation, you need to look at the Code Integrity log to determine which individual file was blocked. Event ID 3077 is the enforcement/block event, and 3089 contains signature information related to it.
So I think the best next step for the OP is:
- Open Event Viewer
- Go to:Applications and Services Logs → Microsoft → Windows → CodeIntegrity → Operational
- Find the event corresponding to when SourceTree was started — most likely Event ID 3077
- Check the File Name in that event.
- Run the code above
If you have an internal IT department, they could maybe lend a hand in troubleshooting this (as it might be related to Windows/OS rather than the installer and Sourcetree).
Cheers,
Tobi
Following your steps and because i know the time the error was , the window info says that the file is <myuser>\AppData\Local\SourceTree\app-3432\SourceTree.Api.Dvcs.dll
So the file is SourceTree.Api.Dvcs.dll
it refers that source tree attempted to load the dll and that did not meet enterprise signing level requirements or violated code integrity policy
my win11 is fully updated btw!
Thanks for your guide!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @hsl
I flagged this post to Atlassian attention. Historically there was a precedence where some version lacked proper signing https://jira.atlassian.com/browse/SRCTREEWIN-14668
Best,
Arek 🤠
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i saw that page before, but i just recieve a windows notification on rigth bottom side it was so fast, it keeps on the sourcetree logo, but was registered on windows events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, but that will probably need some inspection from Atlassian. We are not working for Atlassian; that's why I flagged this post for their attention.
Till then please use old version.
Cheers
Arek 🤠
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank u
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.