[Question] Call Stack Empty

Hi,

So, For some reason whenever my engine crashes for any reason, The call stack is empty. And all I get is

We apologize for the inconvenience.
Please send this crash report to help improve our software.

Is there something I need to do to get the full callstack?.. It’s making debugging kinda difficult, not knowing what’s crashing the engine. It’s not any specif thing, It’s just from time to time. Is there any way I can get the call stack to show up? I’m unable to start my engine until i can either figure this out, or figure out what’s wrong with my code. Because my code compiles just fine in Visual Studio.

Thanks,

-Nate

I found it. you can locate your CallStack in ‘Project-Folder/Saved/Logs/’ and then look for the latest file, and scroll down a bit in it.