Error message "Failed to initialize view 'EditorView'" after update of plugin, Studio 2022

I've update the Copilot plugin and now I cannot start Studio 2022 anymore. I did the reset according to advice in the community (renaming the Studio17 folder) but it did not solve the problem.

Here is the complete code of the error message:

<SDLErrorDetails time="25.07.2024 12:55:36">
<ErrorMessage>Failed to initialize view 'EditorView'.</ErrorMessage>
<Exception>
<Type>Sdl.Desktop.Platform.StudioException, Sdl.Desktop.Platform, Version=17.0.0.0, Culture=neutral, PublicKeyToken=c28cdb26c445c888</Type>
<HelpLink/>
<Source>Sdl.Desktop.Platform</Source>
<HResult>-2146233088</HResult>
<StackTrace>
<![CDATA[ bei Sdl.Desktop.Platform.Implementation.StudioWindow.EnsureViewSite(IView view) bei Sdl.Desktop.Platform.Implementation.StudioWindow.GetController(String viewId) bei Sdl.Desktop.IntegrationApi.Internal.ExtensionBuilders.BindedViewControllerBuilder.Build(IExtension extension, Object defaultInstance, ExtensionArguments arguments) bei Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension[TResult](IExtension extension, ExtensionArguments arguments, Func`4 instanceCreator) bei Sdl.Core.PluginFramework.Integration.ExtensionsRepository.AddExtension[TResult](IExtension extension, ExtensionArguments arguments, Func`4 instanceCreator) bei Sdl.Core.PluginFramework.Integration.ExtensionBuilderFactory.Build[TResult](IExtension extension, ExtensionArguments arguments, Boolean useCache) bei Sdl.Core.PluginFramework.Integration.ExtensionBuilderFactory.<>c__DisplayClass4_0`2.<Build>b__0(IExtension extension) bei System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) bei Sdl.Core.PluginFramework.Integration.ExtensionBuilderFactory.Build[TAttribute,TResult](ExtensionArguments arguments, Boolean useCache) bei Sdl.Core.PluginFramework.Integration.ExtensionsFactory.Create[TAttribute,TResult](ExtensionArguments arguments, Boolean useCache) bei Sdl.Desktop.Platform.Implementation.ViewRegistryOperator.InitializeIntegrationControllers() bei Sdl.Desktop.Platform.Implementation.StudioWindow.Init(IEventAggregator eventAggregator) bei Sdl.Desktop.Platform.Implementation.Studio.CreateWindowInternal(Boolean setActive, IEventAggregator eventAggregator) bei Sdl.Desktop.Platform.Implementation.Studio.Run(ISplashScreen splashScreen, IPluginLoaderService pluginLoaderService, ICommandLineParsingService commandLineParsingService, IUserSettingsService userSettingsService, IEnumerable`1 startUpActions, ILicensingService licensingService) bei Sdl.TranslationStudio.Application.Launcher.RunApplication() ]]>
</StackTrace>
<InnerException>
<Type>System.ArgumentException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
<ParamName/>
<HelpLink/>
<Source>Sdl.Desktop.Platform</Source>
<HResult>-2147024809</HResult>
<StackTrace>
<![CDATA[ bei Sdl.Desktop.Platform.Implementation.CommandBars.ActionService.RegisterDynamicAction(IDynamicAction action) bei Sdl.Desktop.Platform.Implementation.CommandBars.AbstractCommandBar.Add(IDynamicAction action) bei Sdl.Desktop.Platform.AbstractDockingView.CreateInformationGroup(IRibbonTab viewRibbonTab) bei Sdl.Desktop.Platform.AbstractDockingView.CreateRibbonGroups() bei Sdl.Desktop.Platform.AbstractDockingView.LoadViewParts() bei Sdl.Desktop.Platform.AbstractDockingView.OnInit(ISettingsGroup settings) bei Sdl.TranslationStudio.Editor.EditorView.OnInit(ISettingsGroup settings) bei Sdl.Desktop.Platform.AbstractView.Init(ISettingsGroup settings, IServiceContext serviceContext, ISubCommandBars commandBars) bei Sdl.Desktop.Platform.Implementation.StudioWindow.EnsureViewSite(IView view) ]]>
</StackTrace>
</InnerException>
</Exception>
<Environment>
<ProductName>Trados Studio</ProductName>
<ProductVersion>Studio17</ProductVersion>
<EntryAssemblyFileVersion>17.2.10.19084</EntryAssemblyFileVersion>
<OperatingSystem>Microsoft Windows 10 Pro</OperatingSystem>
<ServicePack>NULL</ServicePack>
<OperatingSystemLanguage>1031</OperatingSystemLanguage>
<CodePage>1252</CodePage>
<LoggedOnUser>DESKTOP-POPB42E\td translations</LoggedOnUser>
<DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
<ComputerName>DESKTOP-POPB42E</ComputerName>
<ConnectedToNetwork>True</ConnectedToNetwork>
<PhysicalMemory>33435252 MB</PhysicalMemory>
</Environment>
</SDLErrorDetails>



Moved to code block.
[edited by: Paul at 12:33 PM (GMT 1) on 25 Jul 2024]
emoji
Parents Reply Children
No Data