My game is closing abruptly with only a “segmentation fault (core dumped)” error in console, no errors in Player.log, and it only happens in standalone, playing in Editor it never happens.
I’m going crazy to try discover why it is happening, anyone know how can I debug this kind of error?
I have seen that it works well if I delete aprox. 500 objects of the scene, but it doesn’t make sense, anybody could help me?
More Info:
Everything works perfectly on Mac and Windows, only fails on Linux (Ubuntu 20.04LTS).
The error has started when I have imported a package of the world game. I have done it hundreds of times without problems until today.
Wow! After two days of tests and going crazy, I have found out that disabling “Graphics Jobs” in Player Settings, everything works perfectly other time. Can anyone explain me why?
It only happens in Linux, and it works perfectly with “Graphics Jobs” setting activated in Windows and Mac, so I think it is a bug. Anyone of Unity Team could tell me if I need report it in another place?
I am having this same issue in Unity 2021.2.17f1 and unchecking the Graphics Jobs did not fix it. I am getting this error in both Mono and IL2CPP builds of the project. I have created a new HDRP project with one scene which just displays text on the screen and same behavior.
Hi, I found out (sorry for late post) that it was due to entities auto bootstrapping. It’s been bugged for a couple of years! I made a custom bootstrap and that seemed to fix it. I tested this by comparing the logs with a mono build which showed the error. Other then this it did not throw an error in the il2cpp build logs. I made a post about it!