Crash on launch

Hello!!
I have been using Unreal 4 for sometime now and when i press launch from the epic game launcher library
it loads for like 60-80% and then gives me this crash

LoginId:934aaa2a46dcf8dbbe7bde97237556b0
EpicAccountId:346e5bc2f45d4a4dbd2cb35f9745d5a2

You do not have any debugging symbols required to display the callstack for this crash.

the project loader or anything just wont load any help would be amazingly appreciated

The problem is probably an asset that you made that crashes on load. Most likely it is a C++ class you made. Try looking into the constructor especially.

If that is not it, then try redownloading the engine. Also, try regenerating project files.

HTH