I’m working like a year on this project in 4.15 (on and off) and never had this but now it just keeps crashing at totally random points without any indication of what it could be. I already tried to go back to a clean backup several times but then it always starts with the crashing again.
- It crashes after clicking play in editor
- It crashes at random points in play in editor
- It crashes at while having a blueprint open and doing absolutely nothing
- It crashes at compiling a BP
- It crashes at startup of the project
So basically it can crash everywhere and another odd thing is that it never leaves a error message popup, its just poof everything is gone. The log does not tell me anything either, just completely random points and it can also be in the middle of a log line.
Sometimes after a crash the project seems to be corrupted (even when the crash was only in play in editor) but I learned that when I change the startup map to the empty default map I can open the project again. It however often crashes again when I try to open the actual map of the game.
Here is what I keep doing:
- Starting with my copied clean backup project
- Adding minor things to the pawn blueprint which is inside the game map. (add editable variables and do something different with a new key input event)
- Compile, save, save map, click play.
- Now after some seconds or minutes it starts with the random crashes again but it can then also happen that everything seems to be fine again for a hour or so
I also tried fixing all the redirectors, rebuilding the map, deleting the intermediate folder and the temp in saved but nothing helped.
I could try to upgrade the project but I had done that some time ago and found that several things of my project did not work anymore so I rather not amd I really like to make sense of what the hell is going on here.