BLOCKER - Project crashes every time, unable to open

Hello, I am unable to open some of my projects?

It says:
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

UnrealEditorFortnite_Win64_Shipping

Here are my logs any help greatly appreciated!

Logs -Kyle.txt (766.4 KB)

Thanks Kyle, we’ll have someone take a look

Hey Kyle,

Thanks for reporting the issue. This might be an issue with the Verse scripts.

Do you also encounter the crash in other projects? Do you get the same error in any project that does not have Verse scripts?

Thanks!

1 Like

@KyleDev also could you please share the Verse scripts from that project with us? Specifically “battlebus_device.verse”?

The log has some Verse compile errors at battlebus_device.verse line 88. My hunch is that you have something there like Field:Value where it should be Field:=Value. Fixing that should work around the crash. Assuming that is the problem, the compiler crash is already fixed in a future release.

1 Like

Perfect that fixed it thank you :slight_smile:

1 Like