My project crashes when i open levels

OMG!!!
I worked on this project whole year and now it crshes every time i try to enter a level!
I worked with sub levels … tried to play in one of them by clicking “play from here”
and since then the project crashes!
I need your help !!! please HELP!

the log file … hope some one can save me!
good day!

link text

you have a tone of warnings on “ThirdPersonCharacter” class, in addition a warning of accessing null class:
[2017.06.28-21.51.23:053][ 0]LogUObjectGlobals:Warning: Failed to find object ‘Class None.’

this null could lead to a crash, in your place i would look into the source of that line, and do some chemistry experiments on it.

in your place i would: first of all run “fix redirections” on allllll your content folder, then if it doesn’t help try to look into ThirdPersonCharacter. it is a bit hard to describe the stages, because i don’t know your class hierarchy and where this class is referenced in other classes.

let me know if you have a new clue, i will try to help.

offtopic: USE SOURCE CONTROLL ON MAJOR PROJECTS!!! NO EXCEPTIONS!!!