Unable to retrieve missing objects: Unable to create client.

0
Hi! Best developers,  I m  getting this error when opening an app in Mendix 9.24.31 version When I read the error message, I see that it is related to Git. I checked the preferences section and confirmed that the git configuration is correct. Do you have any suggestions to resolve this error?  Thanks in advance Mehmet   Mendix.Modeler.VersionControl.VersionControlException: Unable to retrieve missing objects: Unable to create client.   at Mendix.Modeler.VersionControl.Actions.LibGit2BloblessActionWrapper.Wrap[TResult](String dir, Func`1 libGit2Action, Action cleanBeforeRetryAction) in Mendix.Modeler.VersionControl\Actions\Git\LibGit2BloblessActionWrapper.cs:line 46   at Mendix.Modeler.VersionControl.Actions.Git.GitCheckoutAction.Execute(Repository repo, String committishOrBranchSpec, String workDir) in Mendix.Modeler.VersionControl\Actions\Git\GitCheckoutAction.cs:line 37   at Mendix.Modeler.VersionControl.Actions.Git.GitCheckoutAction.Execute(Repository repo, IRevLine branch, String workDir) in Mendix.Modeler.VersionControl\Actions\Git\GitCheckoutAction.cs:line 26   at Mendix.Modeler.VersionControl.Operations.Git.GitCheckoutOperation.FetchAndUpdateConfig(CheckoutRequest request, IVersionControlAnalyticsScope analyticScope) in Mendix.Modeler.VersionControl\Operations\Git\GitCheckoutOperation.cs:line 80   at Mendix.Modeler.VersionControl.Operations.Git.GitCheckoutOperation.Execute(CheckoutRequest request) in Mendix.Modeler.VersionControl\Operations\Git\GitCheckoutOperation.cs:line 54   at Mendix.Modeler.ProjectHandling.View.Checkout.ProjectCheckouterUI.<>c__DisplayClass13_0.<AddCheckoutStep>b__0(IProgressInfo info) in Mendix.Modeler.ProjectHandling.View\Checkout\ProjectCheckouterUI.cs:line 128   at Mendix.Modeler.Utility.Progress.StepBase`1.Run(TProgressInfo info) in Mendix.Modeler.Utility\Progress\Step.cs:line 31   at Mendix.Modeler.Utility.Progress.StepBase`1.Mendix.Modeler.Utility.Progress.IStep.Run(Object progressInfo) in Mendix.Modeler.Utility\Progress\Step.cs:line 36   at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(IStep step) in Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 144   at Mendix.Modeler.UIFramework.Progress.ProcessRunner.OnDoWork(Object sender, DoWorkEventArgs e) in Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 82   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)--- End of stack trace from previous location ---   at Mendix.Modeler.UIFramework.Progress.ProcessRunner.Run() in Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 58   at Mendix.Modeler.UIFramework.Progress.ProgressUtil.Run(IProcess process) in Mendix.Modeler.UIFramework\Progress\ProgressUtil.cs:line 15   at Mendix.Modeler.ProjectHandling.View.Checkout.ProjectCheckouterUI.GetCheckoutDirectory(Checkout projectCheckoutData) in Mendix.Modeler.ProjectHandling.View\Checkout\ProjectCheckouterUI.cs:line 105   at Mendix.Modeler.ProjectHandling.View.Checkout.ProjectCheckouterUI.CheckoutBranch(IRemoteRepository remoteRepository, IRevLine branchToCheckout) in Mendix.Modeler.ProjectHandling.View\Checkout\ProjectCheckouterUI.cs:line 76   at Mendix.Modeler.ProjectHandling.View.AppSelector.AppSelectorUI.OnBranchCheckout(IRemoteRepository remoteRepository, BranchViewModel branchViewModel) in Mendix.Modeler.ProjectHandling.View\AppSelector\AppSelectorUI.cs:line 317   at Mendix.Modeler.ProjectHandling.View.AppSelector.Views.BranchSelectorControl.<OpenBranch>b__26_0(IRemoteRepository repository) in Mendix.Modeler.ProjectHandling.View\AppSelector\Views\BranchSelectorControl.cs:line 91   at Mendix.Modeler.ProjectHandling.View.AppSelector.Views.BranchSelectorControl.OpenBranch() in Mendix.Modeler.ProjectHandling.View\AppSelector\Views\BranchSelectorControl.cs:line 90   at Mendix.Modeler.ProjectHandling.View.AppSelector.Views.BranchSelectorControl.<CreateBranchLinesGrid>b__42_0(Object _, GridCellMouseEventArgs e) in Mendix.Modeler.ProjectHandling.View\AppSelector\Views\BranchSelectorControl.cs:line 375   at Eto.PropertyStore.TriggerEvent[T](Object key, Object sender, T args)   at Eto.Forms.Grid.OnCellDoubleClick(GridCellMouseEventArgs e)   at Eto.Forms.Grid.Callback.OnCellDoubleClick(Grid widget, GridCellMouseEventArgs e)   at Eto.Wpf.Forms.Controls.GridHandler`2.<AttachEvent>b__22_3(Object sender, MouseButtonEventArgs e)   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)   at System.Windows.Controls.Control.OnMouseDoubleClick(MouseButtonEventArgs e)   at System.Windows.Controls.Control.HandleDoubleClick(Object sender, MouseButtonEventArgs e)   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)   at System.Windows.Input.InputManager.ProcessStagingArea()   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)    
asked
3 answers
0

Hello Memhet,

 

Have you take a look at this question:

 

https://community.mendix.com/link/space/accessibility/questions/142324 

 

Hope it helps,

 

Good luck!

answered
0

Hai! Jelle, 

 

Thank you  for your response!

Based on this response, I downloaded the new git version. But it didnt help me. 

 

best regards, 

mehmet

 

answered
0

Hai! Fiemke, 

I uninstalled the releevant Mendix version and reinstalled it. After it worked. I didnt understand the reason, but it started working again this way. Unfortunately, I had lost my changes. 

 

Best regards, 

Mehmet 

answered