@PMo75 Thank you for your report! Can you please re-post using the “New Issue” option on the Issues and Bug Reporting forums? Posts with this feature are connected directly into our development team so we can quickly get to them!
Could this be related to the size of my project? I’m creating an asset zoo with meshes imported from UE5 and the total size of the project on disk is almost 50GB.
Is there a project size limit for unreal revision control?
So I migrated one set of assets from the large UEFN project to a new UEFN project. Total disk space slightly over 1 GB. Still getting the same error message.
Is it the UE assets that are a problem, maybe because they are 4k resolution?
Your PC appears to be unable to connect to our file server or losing the connection to our file server, indicative of a possible network issue (or cable, router, ISP, antivirus).
In what country are you originated?
Is any file in your project over 5 GiB in size?
Go to your project directory (C:/Users/prami/Documents/Fortnite Projects/UEFNZoo4)
Type urc.exe auth login to login.
Type urc.exe project snapshot create -m="Test" --max-parallel=8 to create a snapshot.
The --max-parallel option controls how many files are uploaded simultaneously to our file server. It defaults to 64 and attempting this from the command line with a lower setting would be an interesting experiment.
I’m having a similar issue but when trying to sync projects for the first time. I get the same “Unexpected error during communication with file server.”
I’m not able to use URC CLI commands from the directory that gets created when attempting to sync the new project.
I get this error:
“Error 1: Unreal Revision Control could not find project directory.”
Whenever I attempt to sync the project it creates a new directory with the project name plus an extra “_” every time.
I am able to use URC CLI commands on other projects successfully.
I was finally able to sync a project from scratch through CLI. I hadn’t realized that the get command also had a --max-parallel option so I attempted that and it worked.
What I had trouble with was getting the /.urc directory downloaded because when downloading from UEFN by pressing the Sync button it wouldn’t create the project directory.
It did create the folder with the project name but it just had the /Plugins directory with a partially downloaded project.
After each attempt to sync through the same method it would create a new directory with the underscore suffix as I explained before. So I could have a “/ProjectName______” at some point and always some random files inside.
What solved this for me was:
Looking through the URC logs and finding the project-id
Deleting all files in the main project directory
Doing “urc project init project-id”
Then “urc project snapshot get --max-parallel=8”
I had attempted this without deleting previously downloaded files but when attempting to open what I thought was a successfully downloaded project I got an error in UEFN about the “plugin descriptor”. After deleting everything and doing “urc p s get --max-parallel=8” all worked fine.
My issue is checking in code. That’s where I’m getting the failure to communicate. Maybe I’ll try smaller values of max-parallel for creating the snapshot (tried 8, which didn’t work but I’ll see if 4, 2, and 1 might work)