ErrRuntime_ComputationLimitExceeded

Hello, i recently posted a map for my comunity that it was doing pretty well, hitted top rated in a good placement, later on at 21:40 yesterday i got this message in the create fortnite portal on my map: aftewards this error, i got removed like from half of the discovery and collections tabs, player avg drop from 130 to 25, kinda confused if its any internal epic issue or if its any of my map problem, didnt touch anything for days and that error appeared, also saw other people having similar code error, any help is aprecciatted

ErrRuntime_ComputationLimitExceeded

Verse unrecoverable error: ErrRuntime_ComputationLimitExceeded: The runtime terminated prematurely because Verse code took too long to execute within a single server tick. Try offloading heavy computation to async contexts. (Script (PersistentLevel_VerseContentScope) has exceeded its maximum running time. Possible infinite loop or excessive computation.) (Callstack unavailable)

4 Likes

The same has happened for me. Did you find a solution?

2 Likes

not yet, i dont know whats going on tbh

2 Likes

Same happening to me on my e684887f-4197-8971-6199-2da769611d6f v56 module for project_id: 14c8dd38-4ecc-400e-3d3e-7294443f64b1.

Getting:

Verse unrecoverable error: ErrRuntime_ComputationLimitExceeded: The runtime terminated prematurely because Verse code took too long to execute within a single server tick. Try offloading heavy computation to async contexts. (Script (PersistentLevel_VerseContentScope) has exceeded its maximum running time. Possible infinite loop or excessive computation.) (Callstack unavailable)

Nothing in the code changed during the version changes. All loop functions are sleeped by default and no functions are high-consuming.

Report ID: 5b4d34ff06cf100ec65aac16228441f7

This happened only 5 times and no other issues were rised.

Maybe it’s something related with the new memory calculation update? Seems a lot of stuff changed.

2 Likes

The same happened to me, on two of my maps. I think its related to the v37.00, because i have never received this before.

1 Like

There’s a chance that it comes from an unoptimized piece of code, make sure to look at all your loops for infinite loops and recursive calls