superzanti / ServerSync

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

[Bug] client exe will not starting #303

Closed ErythroCraft closed 1 year ago

ErythroCraft commented 2 years ago

Serversync Version:

4.2.0

Minecraft Version:

1.19.2

Issue:

client.exe will not start

Logs (serverysync & minecraft)

The client exe will not start but server side is functionaly perfect.
client side will not download mods from server side.
I don't no why

rheimus commented 1 year ago

Most likely that Java FX is missing from your install.

It would be good to remove the dependency on it, for now though it is required unless you use the command line version of the client. e.g. using progress-only or silent modes

ErythroCraft commented 1 year ago

I'll test it. But I wait for the early eccess (March 2032) update.

Maybe you can create an update to test the JavaFX installation by starting the server.

rheimus commented 1 year ago

There was an experimental version that packages JFX and the JDK here: https://github.com/rheimus/ServerSync/releases

I don't know how well it works these days, have not tested it in a while. This also means the package size is massively larger as you might expect.