UE5 Crashes after pressing play!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

0x00007ff86acde382 UnrealEditor-Engine.dll!UnknownFunction
0x00007ff86acdef92 UnrealEditor-Engine.dll!UnknownFunction
0x00007ff86ac23695 UnrealEditor-Engine.dll!UnknownFunction
0x00007ff86abf3107 UnrealEditor-Engine.dll!UnknownFunction
0x00007ff86666447b UnrealEditor-UnrealEd.dll!UnknownFunction
0x00007ff8666d8005 UnrealEditor-UnrealEd.dll!UnknownFunction
0x00007ff8666ddcdb UnrealEditor-UnrealEd.dll!UnknownFunction
0x00007ff8666dd30e UnrealEditor-UnrealEd.dll!UnknownFunction
0x00007ff865f34e94 UnrealEditor-UnrealEd.dll!UnknownFunction
0x00007ff866b8ea06 UnrealEditor-UnrealEd.dll!UnknownFunction
0x00007ff758e88af2 UnrealEditor.exe!UnknownFunction
0x00007ff758ead28c UnrealEditor.exe!UnknownFunction
0x00007ff758ead37a UnrealEditor.exe!UnknownFunction
0x00007ff758eb0854 UnrealEditor.exe!UnknownFunction
0x00007ff758ec6984 UnrealEditor.exe!UnknownFunction
0x00007ff758ec9d7a UnrealEditor.exe!UnknownFunction
0x00007ff92b78257d KERNEL32.DLL!UnknownFunction
My game on UE5 runs normal but when press play I get an error like this and it crashes everytime. Mind you I have the most up to date software for my 3070 rtx 16gb ryzen 7 gaming laptop. Are there any ways to solve this?

Yes, there is a way: fix the nullptr exception in your code or BPs.
Also, as an advice, install the debug symbols - it will make the error stacktrace useful.

Hi there @dcoyo123

Welcome back to the Unreal Engine Forum! If the things Norlin mentioned don’t fix the problem, try swapping to DirectX 11 and testing again. (Also make sure you have the latest VS installed)