Hi,
Since the move to 4.11, we are seing a lot of new warnings in our logs.
LogConsoleManager:Warning: Console object named ‘D3D12.EnableMultiEngine’ already exists but is being registered again, but we weren’t expected it to be! (FConsoleManager::AddConsoleObject)
LogConsoleManager:Warning: Console object named ‘D3D12.CommandListBatchingMode’ already exists but is being registered again, but we weren’t expected it to be! (FConsoleManager::AddConsoleObject)
LogModuleManager:Warning: ModuleManager: Module ‘HTTPChunkInstaller’ not found - its StaticallyLinkedModuleInitializers function is null.
[2016.04.20-21.27.00:518][ 0]LogModuleManager:Warning: ModuleManager: Module ‘MessagingRpc’ not found - its StaticallyLinkedModuleInitializers function is null.
[2016.04.20-21.27.00:518][ 0]LogModuleManager:Warning: ModuleManager: Module ‘PortalRpc’ not found - its StaticallyLinkedModuleInitializers function is null.
[2016.04.20-21.27.00:518][ 0]LogModuleManager:Warning: ModuleManager: Module ‘PortalServices’ not found - its StaticallyLinkedModuleInitializers function is null.
[2016.04.20-21.27.00:562][ 0]LogModuleManager:Warning: ModuleManager: Module ‘GameplayDebugger’ not found - its StaticallyLinkedModuleInitializers function is null.
[2016.04.20-21.41.40:715][299]LogModuleManager:Warning: ModuleManager: Module ‘DerivedDataCache’ not found - its StaticallyLinkedModuleInitializers function is null.
All of those are seens in a Development Cooked Client(windows) and most of them also in a Development Cooked Server(linux)
Could you please fix those warning or tell us how to avoid this ?
Thanks,