The editor crashes with “no mini dump found for this crash” whenever I open one of my world composition levels, it did not do this till I updated my project to 8.1 (luckily made a copy, so the 4.7 version still works).
Here is the crash log where I found the reason for the crash (the title of this post): Crash Log
I think I already attached the call stack(above) unless its the .dump file that was created along with it, which I can’t attach to this post; if it’s neither, where would I find it? Also, where would I find the Machine ID? As for reproducing this, I’ll try to remake the level and see what crashes it!
The attached file is just the log. The call stack would be the code in the crash reporter window that comes up where you click “Send” as well as type in a description.
This has a section at the top that lists the Epic ID and Machine ID. Either of these numbers will be helpful in looking up your crash report.
Ok, I have tried to reproduce this, but the error comes up even in my Persistant Level (when I use PIE) which only has: Atmospheric Fog, Sky_Sphere (which is missing a texture) (the material is M_Sky_Panning_Clouds2 in the Engine Sky folder), LandscapeGizmoActiveActor, a Shape_Plane asset, player start, Sky light, and WindDirectionalSource; which when added to a new world comp does not make it crash. However, I noticed I can load every map by, instead of starting the game with the levels that crash, I opened my Menu level and opened them from there with the level bp and the command “open level”
I did migrate the world comp level to a new project and got this call stack: Call Stack