I have an Unreal project that I took home. I can open it and see everything inside, but when I go into a sequence and tries to render it out as a jpeg sequence, it crashes and gives me the following error:
Assertion failed: (Index >= 0) & (Index < ArrayNum) [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 763] Array index out of bounds: 1 from an array of size 1
UnrealEditor_MovieRenderPipelineRenderPasses
UnrealEditor_MovieRenderPipelineRenderPasses
UnrealEditor_MovieRenderPipelineRenderPasses
UnrealEditor_MovieRenderPipelineRenderPasses
UnrealEditor_MovieRenderPipelineCore
UnrealEditor_MovieRenderPipelineCore
UnrealEditor_MovieRenderPipelineCore
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
kernel32
ntdll
I have tried reinstalling Unreal into my C drive instead. But it gives me the same error when I try the same thing. Any idea how I might fix this? Thanks!