You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to open this project in 23.10.2 on Windows but getting this error from the module manager. How do I solve it?
Modules Entities cannot be activated.
Component 'AtomViewportDisplaylnfoSystemComponent' is missing another required service: Oxf2add773
One or more components that provide required services are not in the list of components to activate.
This can often happen when an AZ::Module containing the required service wasn't loaded. check the log for details.
This can also be caused by misconfigured services on the component or related components.
Check that the ccomponent's service functions ('GetProvidedServices', 'GetlncompatibleServices• etc) are accurate.
and building errors
all Stack (most recent call first):
C:/O3DE/23.10.1/cmake/Subdirectories.cmake:271 (query_gem_paths_from_external_subdirs)
C:/O3DE/23.10.1/cmake/Subdirectories.cmake:394 (add_registered_gems_to_external_subdirs)
C:/O3DE/23.10.1/cmake/Subdirectories.cmake:448 (get_all_external_subdirectories_for_o3de_object)
C:/O3DE/23.10.1/cmake/Subdirectories.cmake:470 (get_external_subdirectories_in_use)
C:/O3DE/23.10.1/CMakeLists.txt:87 (add_subdirectory_on_external_subdirs)
CMake Error at C:/O3DE/23.10.1/cmake/LYWrappers.cmake:210 (add_library):
add_library cannot create imported target "PrefabBuilder.Static" because
another target with the same name already exists.
Call Stack (most recent call first):
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/Default/permutation.cmake:11 (ly_add_target)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/platform_windows.cmake:12 (include)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/CMakeLists.txt:9 (include)
CMake Error at C:/O3DE/23.10.1/cmake/LYWrappers.cmake:225 (add_library):
add_library cannot create ALIAS target "Gem::PrefabBuilder.Static" because
another target with the same name already exists.
Call Stack (most recent call first):
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/Default/permutation.cmake:11 (ly_add_target)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/platform_windows.cmake:12 (include)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/CMakeLists.txt:9 (include)
CMake Error at C:/O3DE/23.10.1/cmake/LYWrappers.cmake:210 (add_library):
add_library cannot create imported target "PrefabBuilder.Builders" because
another target with the same name already exists.
Call Stack (most recent call first):
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/Default/permutation.cmake:43 (ly_add_target)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/platform_windows.cmake:12 (include)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/CMakeLists.txt:9 (include)
CMake Error at C:/O3DE/23.10.1/cmake/LYWrappers.cmake:225 (add_library):
add_library cannot create ALIAS target "Gem::PrefabBuilder.Builders"
because another target with the same name already exists.
Call Stack (most recent call first):
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/Default/permutation.cmake:43 (ly_add_target)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/Platform/Windows/platform_windows.cmake:12 (include)
C:/O3DE/23.10.1/Gems/Prefab/PrefabBuilder/CMakeLists.txt:9 (include)
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered:
Hi
I am trying to open this project in 23.10.2 on Windows but getting this error from the module manager. How do I solve it?
and building errors
The text was updated successfully, but these errors were encountered: