superzanti / ServerSync

Sync files between client and server for Minecraft Forge
GNU General Public License v3.0
160 stars 26 forks source link

Server Sync Time out on Linux #281

Closed Nekotato1412 closed 2 years ago

Nekotato1412 commented 2 years ago

Serversync Version: 4.1.0

Minecraft Version: 1.17.1

Linux System Information
Kernel: 5.10.0-8parrot1-amd64
Distribution: Parrot Security OS Home Edition 4.11(Debian based)
Java: OpenJDK-16

Issue: Server sync fails to run

I launch the jar directly and through MultiMC and the process just exits without any error code on the client end. The server reports that it has timed out with no indication as to why.

Logs (serverysync & minecraft)
Client(MultiMC and Console have the same result)

Running Pre-Launch command: "/usr/lib/jvm/java-16-openjdk-amd64/bin/java" -jar serversync-4.1.0.jar --progress
[Oct 08, 2021 1:10:30][ServerSync] INFO: Root dir: /home/*omitted*/.local/share/multimc/instances/*omitted*/.minecraft
[Oct 08, 2021 1:10:30][ServerSync] INFO: Running version: v4.1.0
[Oct 08, 2021 1:10:30][ServerSync] INFO: Loading language file: en_US
[Oct 08, 2021 1:10:30][ServerSync] INFO: < Connecting to server >
[Oct 08, 2021 1:10:32][ServerSync] INFO: Determining actions for manifest
Process exited with code 0.

Server

[pa� 08, 2021 7:17:44][ServerSync] FINE: Accepted connection from: /*omitted my IP*
[pa� 08, 2021 7:17:44][ServerSync] FINE: Received message: SERVER_INFO
[pa� 08, 2021 7:17:45][ServerSync] FINE: Received message: 4.EServerMessage.GET_MANIFEST
[pa� 08, 2021 7:17:45][ServerSync] SEVERE: Client: /*omitted my IP*, timed out
Nekotato1412 commented 2 years ago

Update

Version 4.2.0 works.