Failed to initialize view 'ProjectsView'.

I have Trados Studio R2, version XXX 18688. This morning I started getting this error: Failed to initialize view 'ProjectsView'. I am unable to open the program as it never load the ProjectsView. I tried the solutions on https://gateway.sdl.com/CommunitySearchResults#q=Failed%20to%20initialize%20view%20'ProjectsView'.&gsc.tab=0 but I am still getting this error. Any hints would be greatly appriciated as I need this to work. Thanks. bo_kristensen@highstream.net

emoji
Parents
  • Another reason for this crash can be a bug in Studio (version 17.2.9.18688) that causes wrong data to be written to the UserSettings.xml file in C:\Users\[username]\AppData\Roaming\Trados\Trados Studio\Studio17. Specifically, if you select the Due date > Overdue filter in the project list, you will be unable to launch Studio, as this setting is written incorrectly to the file:

    Trados Studio filter projects menu with 'Due date' filter set to 'Overdue' highlighted in red.

    You get this error on start:

    Error message in Trados Studio stating 'Failed to initialize view 'ProjectsView' with a red cross icon.

    If you hit this bug, open UserSettings.xml and look for this section:

     <SettingsGroup Id="ProjectFiltersControl">
    <Setting Id="ProjectStatusFilter">OverdueFilter</Setting>
    <Setting Id="ProjectDueDateFilter" />
    <Setting Id="ProjectTypeFilter" />
    </SettingsGroup>

    Then change this line:

    <Setting Id="ProjectStatusFilter">OverdueFilter</Setting>

    To this:

    <Setting Id="ProjectStatusFilter" />

    You should then be able to start Studio normally.

    If you are curious here, the issue is that the setting is written to the wrong place. Note how the line says "ProjectStatusFilter" in Id. There is a separate line with the Id "ProjectDueDateFilter". The overdue filter is written to ProjectStatusFilter and not ProjectDueDateFilter, as it should be. When Studio starts, it attempts to load these filters and attempts to locate a project status filter that matches OverdueFilter. This obviously doesn't exist and so Studio crashes. Clearing out the setting restores the defaults and allow Studio to start.

    This bug has been reported to RWS and should hopefully be fixed in the next CU.

    In the meantime, don't use the Project Due date filter with the value Overdue (the other ones work fine). Or if you do, reset it before quitting Studio.

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 6:23 PM (GMT 0) on 24 Feb 2024]
Reply
  • Another reason for this crash can be a bug in Studio (version 17.2.9.18688) that causes wrong data to be written to the UserSettings.xml file in C:\Users\[username]\AppData\Roaming\Trados\Trados Studio\Studio17. Specifically, if you select the Due date > Overdue filter in the project list, you will be unable to launch Studio, as this setting is written incorrectly to the file:

    Trados Studio filter projects menu with 'Due date' filter set to 'Overdue' highlighted in red.

    You get this error on start:

    Error message in Trados Studio stating 'Failed to initialize view 'ProjectsView' with a red cross icon.

    If you hit this bug, open UserSettings.xml and look for this section:

     <SettingsGroup Id="ProjectFiltersControl">
    <Setting Id="ProjectStatusFilter">OverdueFilter</Setting>
    <Setting Id="ProjectDueDateFilter" />
    <Setting Id="ProjectTypeFilter" />
    </SettingsGroup>

    Then change this line:

    <Setting Id="ProjectStatusFilter">OverdueFilter</Setting>

    To this:

    <Setting Id="ProjectStatusFilter" />

    You should then be able to start Studio normally.

    If you are curious here, the issue is that the setting is written to the wrong place. Note how the line says "ProjectStatusFilter" in Id. There is a separate line with the Id "ProjectDueDateFilter". The overdue filter is written to ProjectStatusFilter and not ProjectDueDateFilter, as it should be. When Studio starts, it attempts to load these filters and attempts to locate a project status filter that matches OverdueFilter. This obviously doesn't exist and so Studio crashes. Clearing out the setting restores the defaults and allow Studio to start.

    This bug has been reported to RWS and should hopefully be fixed in the next CU.

    In the meantime, don't use the Project Due date filter with the value Overdue (the other ones work fine). Or if you do, reset it before quitting Studio.

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 6:23 PM (GMT 0) on 24 Feb 2024]
Children
No Data