Help pls problem with verse

Hello, would someone help me with this problem with pouring. I had created a ranked system in my map except that I wanted to delete it. Once deleted, the error message below appears. Thank you so much.

French:
Capture d’écran 2025-01-22 182631

English:
Capture d’écran 2025-01-22 183542

Uh oh, deleting verse files causes lots of problems and has made whole projects broken for me before. I would try to migrate everything to a fresh project or research how Verse compilation works, you might have to delete some files manually.

I deleted all my scripts from my map and uninstalled the application but the problem persists.

Can you check the verse build diagnostics tab and take a screenshot from there?

Where is this located?

Its located here in the message log:

Your published island has verse persistence data. You will need to rollback those changes and get the values back to what they were since you can’t change them after the island is published.

Documentation Link: Using Persistable Data in Verse | Unreal Editor for Fortnite Documentation | Epic Developer Community

Since this message appeared, I tried deleting everything and creating a new verse file. I don’t know how to restore the very first verse file.

Ok, I will try to explain how you can recover the verse files from previous module versions, It’s gonna be a bit hard so be careful and don’t hesitate to ask questions.

  1. Go into the Content service UEFN - Content Service
  2. Try to find your map (eg in this case let’s say your map is “VerseCrashTest”) and then click on the Name
  3. Press the Modules Button in the Project’s Page
  4. Ideally there should be only 1 Module, Open it. If there’s more than 1 check which one is more recently updated
  5. Inside there,there should be many files INCLUDING .verse files that you can download and open. And on the top right You can see what version number you are looking at, Try to go back to a version before you deleted the verse files that are persistable and then copy them back in your map. (They should contain the CustomPlayer and PlayerStatMap)

I was able to find the file but I don’t understand the end of step 5. That is to say that I paste the file into my project (I open the file and I copy what is there inside then I paste it into a new verse file that I create from UEFN I don’t know if I should do like this). I can’t find the CustomPlayer and PlayerStatMap

Your file should be somewhere there, since it was published it must have a module saved. Go find whatever script you had when you published your map and then copy paste the entire files for startes back into your project to stop the errors

It worked, thank you very much for your help.

1 Like

Glad you got it fixed

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.