I’m running into some issues here, and I can’t seem to find the actual documentation associated too this anywhere though.
LogConcert: [Pending] Creating Session 'test'...
LogConcert: [Pending] Creating Session 'test'... - Validating Workspace...
LogSlate: Took 0.007360 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K)
LogConcert: [Pending] Creating Session 'test'... - Attempting Remote Connection...
LogConcert: [Pending] Creating Session 'test'... - Attempting Remote Connection... - See Details...
LogConcert: Error: [Failure] Failed to Create Session 'test' - Session 'test' could not be created, no session repository was mounted to store it - See Details...
LogSlate: Only BGRA pngs, bmps or icos are supported in by External Image Picker
LogSlate: Window 'Project Settings' being destroyed
LogSlate: Window 'Project Settings' being destroyed
Is the Log output in the UE4 Editor’s Output Log.
Failed to CReate Session, session could not be created no session repository was mounted to store it.
Now I can’t seem to find any reference too this, following the official documentation. They don’t show this error at all as a potential issue.
{
"Repositories": [
{
"RepositoryId":
{
"A": -1974527236,
"B": -1049868433,
"C": -1501791979,
"D": 634057176
},
"RepositoryRootDir": "",
"WorkingDir": "../../../Engine/Programs/UnrealMultiUserServer/Intermediate/MultiUser",
"SavedDir": "../../../Engine/Programs/UnrealMultiUserServer/Saved/MultiUser",
"ProcessId": 12257,
"bMounted": true
}
]
}
Is the JSON from ~/UnrealEngine/Engine/Programs/UnrealMultiUserServer/Saved/MultiUser
My file permissions are
devuser@umu-instance-vbrfu:~/UnrealEngine/Engine/Programs/UnrealMultiUserServer$ ls -la
total 16
drwxr-xr-x 4 devuser devuser 4096 Aug 28 12:42 .
drwxr-xr-x 13 devuser devuser 4096 Aug 28 12:20 ..
drwxr-xr-x 2 devuser devuser 4096 Aug 28 12:04 Config
drwxrwxr-x 5 devuser devuser 4096 Aug 28 12:42 Saved
my Engine.ini is
devuser@umu-instance-vbrfu:~/UnrealEngine/Engine/Programs/UnrealMultiUserServer/Saved/Config/LinuxNoEditor$ cat Engine.ini
[/Script/UdpMessaging.UdpMessagingSettings]
EnabledByDefault=True
EnableTransport=True
bAutoRepair=True
MaxSendRate=1.000000
AutoRepairAttemptLimit=10
bStopServiceWhenAppDeactivates=True
UnicastEndpoint=0.0.0.0:0
MulticastEndpoint=230.0.0.1:6666
MessageFormat=CborPlatformEndianness
MulticastTimeToLive=1
EnableTunnel=False
TunnelUnicastEndpoint=
TunnelMulticastEndpoint=
Now I can connect via my VPN np, and I can see the Server and the editor see’s it as well. But when I try to create a new Session, the error as discussed above happens. I would love to solve this, so others who run into this problem may also find it helpful.