Too many error messages

 

Hi,

I have the following error messages displayed repeatedly in the message window when loading an unreal scene (AR one):

Too many error messages. Some messages will be ignored. Please check the Unreal project log file to see all messages.

[LogUnrealMath] FMatrix::InverseFast(), trying to invert a NIL matrix, this results in NaNs! Use Inverse() instead.

The log file I've found in the saved folder of the project does not report anything unusual.

I don't undertand what the FMatrix can be related too in my Unreal scene.

   Eric Soulard

 
Profile Image
Ahmed@Aximmetry
  -  

Hello,

It is most likely caused by a 3d mesh with a scale of 0 on one of the axis.

Alternatively, you can make a blueprint that runs the "Execute Console Command" function with the command of "DisableAllScreenMessages" at the beginning of your level to disable all screen messages. However, if you are actively working on your project, this may hide messages that you want to see.

Best regards,