Has anyone encountered this out of bounds error or something similar before and if so why may it be occurring?
After searching around it looked like upgrading to 5.3 may have a fix for this to avoid having to handle things manually, however when trying to run the project on 5.3, levels with our latest assets (Materials, textures, etc.) are unable to run, resulting in a render related crash. This rendering crash occurs in both PIE and Standalone:
I’ve converted my 5.2 project to 5.3 and whenever I play the game with my main Pawn Character, crashes with this (even normal play mode, nut standalone in my case), but when I simulate the project, it works OK. I Guess the problem is with my Pawn, But can’t figure out what, as it was completely working fine up until 5.2.
I’m also upgrading my project from 5.2 to 5.3, and I have exactly the same crash as you. Have you found a solution to this issue ?
It happens when I open a map and shadders are compiling. Since I’m using VS, I can click on “Continue”, it crashes a lot of time, then it’s ok. But people without VS will crash all the time, and something is wrong since a “check” macro is triggered.
I found a solution to my issue. Inside the file : DefaultGame.ini
I deleted all settings under the header : [/Script/Engine.RendererSettings]
I relaunched the project, played, and all went ok. Some old settings was causing the issue. I don’t know which one.
When we switch a project version, and we have crashes, it can be a good idea to reset this file to the default one, and test if it’s due to an old settings inside it.
I have more, since all settings in my DefaultEngine.ini were reseted, I re enabled all settings needed.
And the crash rehappended again. With the method of “Delete/Test/Next”, the reponsible was found : r.RayTracing=True
This is an issue, because I can’t get rid of this.
I found out an actor in the level was causing the crash when RayTracing was enabled.
This actor contains a component which is the responsible of the crash with RayTracing.
This component is a "Paper Flipbook Component". When I open it in editor, I crash. If I reset his "Source Flipbook" variable, everything is fine.
No I removed it from the project. Artists from my studio said it can be done through material.
I sent a bug report, I don’t know if it will be handled, or when.