XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • High
    • 2.1.2.5
    • 2.1.2.3, 2.1.2.4
    • None
    • None
    • Severity 1 - Critical

    Description

      We have seen a number of crash reports related to the open of SourceTree's main Window.

      This appears to be due to SourceTree attempting to open using an invalid Window size.

      We are currently working on a fix.

      WorkAround

      While waiting for the fix, you should be able to workaround the bug by editing the following file

      %localappdata%\Atlassian\SourceTree.exe_URL_{hash}\2.1.2.3\user.config
      

      and setting the following values

      ...
                  <setting name="MainWindowWidth" serializeAs="String">
                      <value>500</value>
                  </setting>
                  <setting name="MainWindowHeight" serializeAs="String">
                      <value>400</value>
                  </setting>
                  <setting name="MainWindowState" serializeAs="String">
                      <value>Normal</value>
                  </setting>
      ...
      

      Then restart SourceTree

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mminns minnsey
              Votes:
              9 Vote for this issue
              Watchers:
              24 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: