My project crash when I try to launch it

When I launch my project this page appears directly after loading the project.

The error :

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

UnrealEditor_Engine
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor_UnrealEd
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
UnrealEditor
kernel32
ntdll

Capture d’écran 2023-01-12 201329

Hey @Esteicacher! Welcome to the forums!

So you should check out this thread talking about “null pointer errors” (that’s what 0x0000000000000000 is).

Is this happening when you try to open UNREAL ENGINE or when you try to RUN your game? If it’s happening with the Editor I strongly suggest a reinstallation. If it’s the game you’re making you will have to look for any null references, or variables being utilized that should have a value that do not. :slight_smile: