Hi,
for a while I’ve been getting this error in the Output Log and I have failed to figure out why.
It just appears seemingly randomly.
LogUnrealMath: Error: TMatrix::InverseFast(), trying to invert a NIL matrix, this results in NaNs! Use Inverse() instead.
LogUnrealMath: Error: TMatrix::InverseFast(), trying to invert a non-invertible matrix, this results in NaNs! Use Inverse() instead.
Also once after editor startup and starting PIE, I get this:
LogOutputDevice: Error: === Handled ensure: ===
LogOutputDevice: Error: Ensure condition failed: false [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Public\Math\Matrix.h] [Line: 429]
LogOutputDevice: Error: TMatrix::InverseFast(), trying to invert a NIL matrix, this results in NaNs! Use Inverse() instead.
LogOutputDevice: Error: Stack:
LogOutputDevice: Error: [Callstack] 0x00007ffb03820298 UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb0243633a UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb02425fc2 UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb0248d6d3 UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb0246415a UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb023e5afb UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb031c6496 UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb0317d4fa UnrealEditor-Renderer.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb4df8c2f5 UnrealEditor-RenderCore.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb4dfb9fff UnrealEditor-RenderCore.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb2a572722 UnrealEditor-Core.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb2a567d4a UnrealEditor-Core.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb2a5681ee UnrealEditor-Core.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb4dfe894c UnrealEditor-RenderCore.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb4dfed9e4 UnrealEditor-RenderCore.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb2ab9c0ad UnrealEditor-Core.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb2ab935cf UnrealEditor-Core.dll!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb8a41e8d7 KERNEL32.DLL!UnknownFunction
LogOutputDevice: Error: [Callstack] 0x00007ffb8af1c34c ntdll.dll!UnknownFunction
I have no idea where this is coming from.
I’m only using blueprints.
Any ideas where I can start?