You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the sync works with ATLauncher?
By all means it should work. On the Server Side it says that it's connecting correctly but after doing nothing for a while it timeout.
If during that moment (Before time out), I force quit ATLauncher from the hidden icon on the taskbar, now it finish the syncing (Can see from the log server side). But it never finishes the sync as long as ATLauncher is opened and I don't understand why.
For the argument in AtLauncher, I have: "$INST_JAVA" -jar ServerSyncClient.exe --progress but I also tried "$INST_JAVA" -jar serversync-4.2.0.jar --progress. It does the exact same thing.
On the server sync log, I have this each time I try to connect:
[Dec 19, 2023 11:54:01][ServerSync] INFO: Connection established with Socket[addr=/IPADDRESSHERE,port=50770,localport=38067]Dec 19, 2023, 11:54:01 AM
[Dec 19, 2023 11:54:01][ServerSync] INFO: Received message: SERVER_INFO, from client: /IPADDRESSHERE
[Dec 19, 2023 11:54:01][ServerSync] INFO: Sending server information
[Dec 19, 2023 11:54:01][ServerSync] INFO: Received message: 4.EServerMessage.GET_MANIFEST, from client: /IPADDRESSHERE
[Dec 19, 2023 11:56:01][ServerSync] INFO: Client connection timed out, closing Socket[addr=/IPADDRESSHERE,port=50770,localport=38067]
[Dec 19, 2023 11:56:01][ServerSync] SEVERE: Client: /IPADDRESSHERE, timed out
[Dec 19, 2023 11:56:01][ServerSync] INFO: Closing connection with: Socket[addr=/IPADDRESSHERE,port=50770,localport=38067]
So yeah. I really don't understand. Since it's working when I close it like I said above, then that means the ports are working correctly so it shouldn't be that.
By the way, isn't there supposed to be a GUI that opens when launching ServerSyncClient.exe? Nothing is opening for me.
I'd appreciate any help please. Thanks!
The text was updated successfully, but these errors were encountered:
I tried to instead launch the .bat file I did above and I managed to get it to launch, but we come back to the same problem. It seems as long as ATLauncher is opened, it doesn't want to connect. Why?
The --progress mode does not currently have a GUI built for it, ideally it would have some kind of progress indication.
It would seem from your description that ATLauncher is either blocking traffic between SS client and server or it is slowing it down enough to cause a timeout, would need to spend a while debugging the stack in question.
Does the sync works with ATLauncher?
By all means it should work. On the Server Side it says that it's connecting correctly but after doing nothing for a while it timeout.
If during that moment (Before time out), I force quit ATLauncher from the hidden icon on the taskbar, now it finish the syncing (Can see from the log server side). But it never finishes the sync as long as ATLauncher is opened and I don't understand why.
For the argument in AtLauncher, I have:
"$INST_JAVA" -jar ServerSyncClient.exe --progress
but I also tried"$INST_JAVA" -jar serversync-4.2.0.jar --progress
. It does the exact same thing.On the server sync log, I have this each time I try to connect:
And on the ATLauncher log, I have this:
The configs file for serversync-client.json looks like this:
So yeah. I really don't understand. Since it's working when I close it like I said above, then that means the ports are working correctly so it shouldn't be that.
By the way, isn't there supposed to be a GUI that opens when launching ServerSyncClient.exe? Nothing is opening for me.
I'd appreciate any help please. Thanks!
The text was updated successfully, but these errors were encountered: