Search the Community
Showing results for tags 'fixed'.
-
Release version : 10.0.16.6479 OS: Windows/MacOS/Linux : MacOS Steps to reproduce : - open Branches explorer - right click branch - run gitsync - enter credentials for private repository (Git Personal Access Token) - watch process run Real result : - Hard crash to desktop. Error in logs: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!' terminating with uncaught exception of type NSException Expected result : - GitSync runs successfully.
-
Release version : 11.0.16.6718 OS: Windows/MacOS/Linux : Windows 10 Steps to reproduce : Open a Unity project, create a new material. Go to PlasticX's Pending Changes view and select the material (.mat) file. Real result : PlasticX tries to read the material file as a .MAT image, which breaks material diffing. PlasticX displays the error message shown in the attached screenshot ("improper image header (...) @ error/mat.c/ReadMATImage/ 1491") Expected result : PlasticX should correctly read and diff the material as a text file. This is the current behavior on legacy Plastic GUI.
-
Release version : 10.0.16.6280 Cass Elliot OS: Windows Steps to reproduce : Select the "Only relevant" button in the Branch Explorer. Then select a changeset. Now toggle the only relevant button off. Real result : The view jumps to a point in the past and the selected changeset is no longer visible. Expected result: The Branch Explorer view should stay focused on the selected changeset or the "home-changeset" (current workspace location), if nothing else is selected.