Unreal Engine 5.2 build won't start on windows 10

Hello, I am currently making a game for an on going investigation and on my pc it works perfectly but on windows 10 it doesn’t. I have to test these on more pcs with windows 10 but for the mean time I wont be able to do it. This is the error that gives me while trying to play the build on windows 10.
This is the link for the build if any one wants to try to test it and play it (any feedback is much apreciated):

Thanks for the help.

Assertion failed: Texture->LevelIndex != INDEX_NONE [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\Streaming\TextureStreamingBuild.cpp] [Line: 659]

0x00007ff6daa446d1 Interaction_With_ALS.exe!FStreamingTextureLevelContext::ProcessMaterial()
0x00007ff6d9b95c99 Interaction_With_ALS.exe!UMeshComponent::GetStreamingTextureInfoInner()
0x00007ff6d9c29ee9 Interaction_With_ALS.exe!UStaticMeshComponent::GetStreamingRenderAssetInfo()
0x00007ff6d9b958be Interaction_With_ALS.exe!UPrimitiveComponent::GetStreamingRenderAssetInfoWithNULLRemoval()
0x00007ff6da9f9fb1 Interaction_With_ALS.exe!FRenderAssetInstanceState::AddComponent()
0x00007ff6daa375d1 Interaction_With_ALS.exe!FLevelRenderAssetManager::IncrementalBuild()
0x00007ff6daa37e54 Interaction_With_ALS.exe!FLevelRenderAssetManager::IncrementalUpdate()
0x00007ff6daa3847e Interaction_With_ALS.exe!FRenderAssetStreamingManager::IncrementalUpdate()
0x00007ff6daa61942 Interaction_With_ALS.exe!FRenderAssetStreamingManager::UpdatePendingStates()
0x00007ff6daa62de8 Interaction_With_ALS.exe!FRenderAssetStreamingManager::UpdateResourceStreaming()
0x00007ff6d9cf7a2b Interaction_With_ALS.exe!FStreamingManagerCollection::UpdateResourceStreaming()
0x00007ff6d9cf064d Interaction_With_ALS.exe!FStreamingManagerCollection::Tick()
0x00007ff6d9e7af5b Interaction_With_ALS.exe!UGameEngine::Tick()
0x00007ff6d22fb34f Interaction_With_ALS.exe!FEngineLoop::Tick()
0x00007ff6d23160ac Interaction_With_ALS.exe!GuardedMain()
0x00007ff6d231618a Interaction_With_ALS.exe!GuardedMainWrapper()
0x00007ff6d2319096 Interaction_With_ALS.exe!LaunchWindowsStartup()
0x00007ff6d232bdc4 Interaction_With_ALS.exe!WinMain()
0x00007ff6dc195e5a Interaction_With_ALS.exe!__scrt_common_main_seh() [D:\a_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007ff9297d7614 KERNEL32.DLL!UnknownFunction
0x00007ff929aa26a1 ntdll.dll!UnknownFunction

1 Like

Try to change the directx12 to directx11.
This was fixing the exact same issue on my game

1 Like