i can't save anything on my map

Summary

i can’t save anything on my map, and when tried to do the revision control it’s says The database connection could not be established. Error code 10. Extended error code 778.

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

save the map

Expected Result

be able to save my map

Observed Result

.

Platform(s)

windows

Island Code

1039-5343-1194

Upload an image



Hello @Jopen-YT ,

You are getting error 778 when attempting to write to the /.urc/urc.sqlite file in your project directory. This error means SQLITE_IOERR_WRITE.

Common causes:

  • The Windows user might not have enough permissions to write to that location.
  • The HDD might be full.
  • The urc.sqlite file or /.urc directory might be read-only.
  • A hardware error.

You could try to see if you can open your urc.sqlite file using 3rd party software. There are several Sqlite database viewers available. That way you can at least ensure your database isn’t corrupted.

If you have done regular check-ins of your project using the CHECK IN CHANGES button on the bottom right of the editor, you could delete your project directory and re-download it through the UEFN project browser.
only do this if you did regular check-ins - you risk losing uncommitted work this way

2 Likes

I think I had this error before. It could never save landscape for me then. It is better to discard all changes and start from the previously saved snapshot. This way you will be unblocked and can keep working on your project.

1 Like

hi @Jopen-YT ,
If you are using Windows 11 you will by default be using OneDrive for your project.

in Windows 11 you must use the non-OneDrive path for Fortnite

C:\Users\jOwner\Documents\Unreal Projects Where Owner is your %USERPROFILE%

C:\Users\jOwner\Documents\Fortnite Projects Where Owner is your %USERPROFILE%

This path fails even though it looks correct

“C:\Users\Owner\ OneDrive \Documents\Fortnite Projects\MySimple\Plugins\MySimple\Content\SimpleProject”

If the OneDrive has an error the URC program cannot recover from

Copy your projects from OneDrive to the correct path
C:\Users\jOwner\Documents\Unreal Projects Where Owner is your %USERPROFILE%

1 Like