Unreal crashed multiple times

Until the compilation of the code for the lecture everything went well. but the whenever I push play (alt+p), Unreal crashes
the error message:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000000000000d0

This is usually caused by the use of uninitialized pointers. Go through your code and check recent changes for pointers that haven’t been assigned and are used.

If you’re still having issues, share your code here.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms