https://bugs.winehq.org/show_bug.cgi?id=47314
Bug ID: 47314 Summary: SourceTree fails to install Product: Wine Version: 4.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: pavel.sklenak@gmail.com Distribution: ---
Created attachment 64625 --> https://bugs.winehq.org/attachment.cgi?id=64625 Log from SourceTree installation.
The installation of SourceTree 3.1.3 fails
The app uses UAC feature therefore running with wine-staging
Environment (wine 4.8-staging, 32bit, winetricks 20190310):
env PATH=~/.PlayOnLinux/wine/linux-x86/4.8-staging/bin/:$PATH WINEPREFIX=~/.PlayOnLinux/wineprefix/sourcetree WINEARCH=win32 'command'
Using the following steps:
winetricks -q dotnet472
winetricks -q vcrun2017
winetricks win7
wine runas /trustlevel:0x20000 "C:\SourceTreeSetup-3.1.3.exe" (or wine ~/Downloads/SourceTreeSetup-3.1.3.exe)
The installation fails with this in console:
0041:err:eventlog:ReportEventW L"Application: Update.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.Runtime.InteropServices.COMException\n at System.Windows.Media.Composition.DUCE+Channel.SyncFlush()\n at System.Windows.Media.MediaCon"...
The backtrace is attached in a separate file.
https://bugs.winehq.org/show_bug.cgi?id=47314
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Could you try `` winetricks d3dcompiler_47 `` and report back please
probably duplicate of https://bugs.winehq.org/show_bug.cgi?id=45871
https://bugs.winehq.org/show_bug.cgi?id=47314
pattietreutel katyaberezyaka@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=47314
--- Comment #2 from nill14 pavel.sklenak@gmail.com --- it definitely helps. Good work.
Unfortunately, it's not the whole story. As part of the installation process, SourceTree contacts bitbucket server and attempts to allocate port at http://localhost:34106/ possibly somehow using IE10.
There are quite some bug reports, an interesting reading, try `google localhost 34106` for more hits.
One of the bugs, well described: https://community.atlassian.com/t5/Sourcetree-questions/Installation-problem...
Image how it looks like: https://jira.atlassian.com/secure/attachment/340388/Startup-Authentication-i...
Shall we close the issue since the original problem was resolved? Any hints what to try now?
https://bugs.winehq.org/show_bug.cgi?id=47314
--- Comment #3 from nill14 pavel.sklenak@gmail.com --- The login process relies on IE, as this underpins the WF webview.
Workaround
At a minimum IE needs to be configured as follows:
Cog/Internet options/Security settings need to be enabled
Misc/Access data sources across domains Misc/Allow META-REFRESH Scripting/Active Scripting
The browser mode set to 10 The document mode set to 10
These can be set using the F12 developer tools.
Those are the settings that matter. It should also be able to set them indirectly by:
making sure https://id.atlassian.com is NOT set to be rendered in Compatibility Mode Set Cog/Internet options/Security to Medium-High
source: https://community.atlassian.com/t5/Sourcetree-questions/Can-t-install-Source...
You can change the default callback server that Sourcetree runs via the BitbucketOAuthCallbackUrl setting in the sourcetree.exe.config
e.g.
<Setting Name="BitbucketOAuthCallbackUrl" Type="System.String" Scope="Application"> <Value Profile="(Default)">http://localhost:34106/</Value> </Setting>
But this wont be persisted across updates and, to be honest, may fail anyway as the callback url is part of the OAuth consumer configuration on the Github and Bitbucket servers.
I had the same issue. I closed SourceTree and restarted as "Run as administrator". It working now.
source: https://jira.atlassian.com/browse/SRCTREEWIN-7092?focusedCommentId=1892703&a...
https://bugs.winehq.org/show_bug.cgi?id=47314
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi Pavel,
I guess you posted valuable info for using the app, but as i`m not familiar with the app I don`t get 100% the essence
Could you tell/guess if the issue you talked about in last comment is a wine-bug? If so, I`d suggest open new bugreport (if you really want and think it`s useful, because , (if i get it right) you got the app working, right?)
The initial installer failure was really a duplicate so shall I resolve this bug as a duplicate?
Regards
https://bugs.winehq.org/show_bug.cgi?id=47314
--- Comment #5 from nill14 pavel.sklenak@gmail.com --- Hi Louis,
the installation issue was resolved. The follow-up issue is likely not a wine bug.
I will submit updated report into AppDB. Perhaps somebody can catch up from there.
Let's close the issue. Thanks for your help.
https://bugs.winehq.org/show_bug.cgi?id=47314
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Summary|SourceTree fails to install |SourceTree fails to install | |using builtin | |d3dcompiler_47 Status|UNCONFIRMED |RESOLVED Keywords| |dotnet, download URL| |https://www.sourcetreeapp.c | |om/ Component|programs |directx-d3d
--- Comment #6 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to nill14 from comment #5)
I will submit updated report into AppDB. Perhaps somebody can catch up from there.
Good idea.
Let's close the issue. Thanks for your help.
Ok , resolve as duplicate.
Note: I didn`t test the program, but once installed I can imagine that it will also suffer from bug https://bugs.winehq.org/show_bug.cgi?id=46635
Just for the info
*** This bug has been marked as a duplicate of bug 45871 ***
https://bugs.winehq.org/show_bug.cgi?id=47314
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.