Push Verse Changes Causes Crash When Verse File Is Too Large ~3k Lines

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Live Edit

Summary

Not sure the exact size, but it seems that whenever a project’s verse files get to around 3000 lines the push verse changes stops working and caused my editor to become unable to push any more changes to the live edit and I need to restart uefn. My median push time for a full recook is 4:30 so it’s quite annoying to have to wait that long to see things like verse ui changes and bug fix attempts.

Steps to Reproduce

  1. Make a new project in uefn
  2. add an empty hello world verse device
  3. Paste the code below into the verse file for the device
  4. copy/paste the 6 lines of print statements until file is 3k lines long (3k lines is too much for pastebin)
  5. launch live edit
  6. rebuild verse code and push just the verse changes
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }

# A Verse-authored creative device that can be placed in a level
hello_world_device := class(creative_device):

    # Runs when the device is started in a running game
    OnBegin<override>()<suspends>:void=
        # TODO: Replace this with your code
        Print("The maximum number of characters that can be sent in a message depends on the platform or medium being used. For example, in most SMS services, the maximum character limit is 160 characters. On Twitter, the character limit is 280 characters. Messaging apps such as WhatsApp or Facebook Messenger have higher character limits, usually around 5,000 characters. However, it's worth noting that some platforms may split longer messages into multiple parts if they surpass certain limits.")
        Print("The maximum number of characters that can be sent in a message depends on the platform or medium being used. For example, in most SMS services, the maximum character limit is 160 characters. On Twitter, the character limit is 280 characters. Messaging apps such as WhatsApp or Facebook Messenger have higher character limits, usually around 5,000 characters. However, it's worth noting that some platforms may split longer messages into multiple parts if they surpass certain limits.")
        Print("The maximum number of characters that can be sent in a message depends on the platform or medium being used. For example, in most SMS services, the maximum character limit is 160 characters. On Twitter, the character limit is 280 characters. Messaging apps such as WhatsApp or Facebook Messenger have higher character limits, usually around 5,000 characters. However, it's worth noting that some platforms may split longer messages into multiple parts if they surpass certain limits.")
        Print("The maximum number of characters that can be sent in a message depends on the platform or medium being used. For example, in most SMS services, the maximum character limit is 160 characters. On Twitter, the character limit is 280 characters. Messaging apps such as WhatsApp or Facebook Messenger have higher character limits, usually around 5,000 characters. However, it's worth noting that some platforms may split longer messages into multiple parts if they surpass certain limits.")
        Print("The maximum number of characters that can be sent in a message depends on the platform or medium being used. For example, in most SMS services, the maximum character limit is 160 characters. On Twitter, the character limit is 280 characters. Messaging apps such as WhatsApp or Facebook Messenger have higher character limits, usually around 5,000 characters. However, it's worth noting that some platforms may split longer messages into multiple parts if they surpass certain limits.")
        Print("The maximum number of characters that can be sent in a message depends on the platform or medium being used. For example, in most SMS services, the maximum character limit is 160 characters. On Twitter, the character limit is 280 characters. Messaging apps such as WhatsApp or Facebook Messenger have higher character limits, usually around 5,000 characters. However, it's worth noting that some platforms may split longer messages into multiple parts if they surpass certain limits.")

Expected Result

The “new” verse code is sent to the live edit

Observed Result

UEFN loses the ability to connect to live edit and needs to be closed

Platform(s)

PC