Opening Project Crashes after 40.00 Update [Urgent]

Summary

When trying to open the project after the 40.00 update it crashes :frowning:

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Other

Steps to Reproduce

  1. We open our project
  2. It crashes

Optional:
Some of our development team can get to 72% then it crashes once it reaches loading plugins.

Expected Result

We expect to open the project, it loads then opens.

Observed Result

We open the project and it crashes.
Sometimes instantly.
Sometimes at 72% while loading plugins.

Platform(s)

PC

Upload an image



Additional Notes

We do have python in our project and are unsure if that might be conflicting with the new plugins.

I’ve attached an image of our python files.

Steps we’ve tried to fix the issue:

  • Removing the project and redownloading it
  • Deleted URC and attempted to load the project again
  • Verifying files in Epic Launcher
  • Removing all Python and .exe files that were unique to our project

UnrealEditorFortnite.log (1.5 MB)

FORT-1077934 has been created and its status is ‘Unconfirmed’. This is now in a queue to be reproduced and confirmed.

To workaround the crash, in the UnrealEditorFortnite.log find each verse error and fix them.

Lines with:
VerseBuild: Error:

Thanks Rex! The issue is now fixed.

I believe a few people might run into this issue. We used the variable name Input in one of our functions which clashes with (/Verse.org:)Input

Attached two images to show before/after.