SourceTree-Installation hangs on Wine 10.0

Questions about Wine on Linux
Locked
FragenFrager
Newbie
Newbie
Posts: 3
Joined: Mon Feb 24, 2025 3:29 pm

SourceTree-Installation hangs on Wine 10.0

Post by FragenFrager »

Hello everyone,
I'm an newbie to Wine and trying to install SourceTree (the Git Client for Windows and Mac) in the version 3.4.22 on Ubuntu 24.04..
The installation starts, I' m asked whether I want to register on bitbucket (which I skip) then I leave Git an Mercurial checked and continue. A download-window appears. When the progress bar hits about 40% it disappears and the terminal sticks with this message:

Code: Select all

0224:fixme:file:CopyFileExW cancel_ptr is not supported
0224:fixme:dwmapi:DwmDetachMilContent (0000000000020072) stub
The command I used for installing SourceTree is

wine ~/Downloads_New/SourceTreeSetup-*.exe | tee ~/Downloads_New/ST_Log

(I tried to move the content of the screen to a file to post it here, but the file stays empty).
I tried to google the message above but so far I did not find something that matches my issue, also does the search of this Website.
Can anyone help?
Thanks in advance.
qwertymnb
Level 5
Level 5
Posts: 276
Joined: Sun Jan 17, 2016 4:36 pm

Re: SourceTree-Installation hangs on Wine 10.0

Post by qwertymnb »

Try wine-staging, it looks like it's caused by too stubby SHGetStockIconInfo

In wine-staging the installation succeeds for me, but Mercurial failed to download with an error message. Not sure how that affects usage of the program
FragenFrager
Newbie
Newbie
Posts: 3
Joined: Mon Feb 24, 2025 3:29 pm

Re: SourceTree-Installation hangs on Wine 10.0

Post by FragenFrager »

Thanks, I will try and report.
FragenFrager
Newbie
Newbie
Posts: 3
Joined: Mon Feb 24, 2025 3:29 pm

Re: SourceTree-Installation hangs on Wine 10.0

Post by FragenFrager »

The installation completed. I also got an error message concerning Mercurial. When I now start Sourcetree it crashes shortly after the User Interface appears but that may be another cup of tea. Thank you for support.
Locked