(me too.) Verse peristable data not backward compatible after V38.00

Summary

people with the same phenomenon

I’m also experiencing the same error as this user.

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Verse

Steps to Reproduce

It seems that the variable “result” can no longer be used, so I changed it to “result_str” etc., but this did not fix the problem with the verse file generated locally in AppData…

The verse files in “C:\Users\myName\AppData\Local\UnrealEditorFortnite” generated in the user’s local AppData folder will always have the variable “result” generated in the previous version, no matter how many times you change the project’s verse to something like “result_str.”

Writing that causes an error → 「var result : logic = false」

Correct writing →

「var result_str : logic = false」

「var result_Number : int = 0」

etc.

------------------–------------------–------------------–------------------–

This bug prevented me from even starting a session.

However,the error was pointing to a verse generated in the file hierarchy “C:\Users\myName\AppData\Local\UnrealEditorFortnite”, so by pinpointing that file and changing “result” to something like “result_str”, the session was able to start successfully.

So, as usual, I tried to publish after calculating the memory, but this error occurred and I was unable to update the project.

Expected Result

Verse compilation is successful and the session can be started.

Observed Result

The verse compilation is successful, but the verse file in “C:\Users\myName\AppData\Local\UnrealEditorFortnite…” that is generated when the session starts is still the version that caused the error, so the session does not start successfully.

If you directly rewrite the variable “result” in the verse file in “…AppData\Local\UnrealEditorFortnite…” to something like “result_str”, the session starts successfully and you can proceed up to memory calculation, but an error occurs when publishing the island.

Platform(s)

PC : windows10

Island Code

6262-5743-9849

Upload an image






Additional Notes

The local file referred to here is not the local file in the Content of “C:\Users\MyName\Documents\Fortnite Projects\MyProject”, but the local file generated in AppData.

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