Error 8, unreal revision control not connected

Summary

So, I have project with unreal revision control turned on by default, I was working on it then my internet turned off and I reset my pc, when I opened the project again I’ve got an error I tried to connect revision control but it said error 8

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Unreal Revision Control

Steps to Reproduce

  1. Turn on revision control
  2. Turn off wifi/internet
  3. Restart pc
  4. Try to connet to revision control

Expected Result

Revision control set upped

Observed Result

Error 8

Platform(s)

UEFN

Upload an image

Screenshot 2025-03-06 171508.png


Screenshot 2025-03-06 172120.png

hi @OleszykYt
see my past post
Revision Control Error Code 8 - General / Issues and Bug Reporting - Epic Developer Community Forums

I will try

There is a problem, I can’t change the .urc read only…
When I change it and check properties again the setting is on again, do you know what to do?

hi @OleszykYt You need to be running as Administrator.
UEFN will not install correctly from Launcher on any Windows 11 (eleven) version needs to run Elevated "Run As Administrator - General / Issues and Bug Reporting - Epic Developer Community Forums

When you start UEFN you must be running via EP GL “Run as Administrator” for everything

You cannot do anything without “Run as Administrator” for everything

You may have to uninstall UEFN and install as described above

How will this help me to make the folder not read only?

hi @OleszykYt ,
Right click Command Shell, select “Run As Administrator”
do the following

Directory of C:\Users\OwnName\Documents\Unreal Projects\MyVerseDeviceStarter.urc

18/04/2024 21:44 .
18/04/2024 21:44 …
28/09/2024 05:00 733,184 urc.sqlite
28/09/2024 05:00 0 urc.sqlite-journal
2 File(s) 733,184 bytes
2 Dir(s) 75,551,956,992 bytes free

REM unset read only with attrib -r .
C:\Users\OwnName\Documents\Unreal Projects\MyVerseDeviceStarter.urc>attrib -r *.*

REM should now be
C:\Users\OwnName\Documents\Unreal Projects\MyVerseDeviceStarter.urc>attrib .
A I C:\Users\OwnName\Documents\Unreal Projects\MyVerseDeviceStarter.urc\urc.sqlite
A I C:\Users\OwnName\Documents\Unreal Projects\MyVerseDeviceStarter.urc\urc.sqlite-journal

C:\Users\OwnName\Documents\Unreal Projects\MyVerseDeviceStarter.urc>