PickledNipples
New Member
Hi, I have been messing around with the 0.50 release of Terasology on my headless FreeBSD server. I saw on Github that there was an issue with lwjgl not being current on FreeBSD so I modified the Makefile to use lwjgl 2.9.2 instead of 2.9.1 and it seems to have worked but I can't connect to the server. I used the following command to start the server.:
Then, on my Windows PC, I try to connect to it and it starts connecting and then disconnects. Looking through error log it looks like there are two errors, one when I first connect, and another when I attempt to connect a second time.
The first is:
The second is:
I uploaded the rest of the log file in case you want to look through it.
Code:
./gradlew start
The first is:
Code:
java.util.zip.ZipException: error in opening zip file
Code:
19:16:34.105 [New I/O worker #1] ERROR o.t.n.i.ClientConnectionHandler - File already exists at C:\Users\timla_000\AppData\Roaming\Terasology\STABLE\TerasologyStable\50\modules\core-0.50.1.jar
I uploaded the rest of the log file in case you want to look through it.
Attachments
-
7.4 KB Views: 756