Linux Client Support 09-05-2017, 06:00 AM
1
Hey there,
Loving the server so far, just wondering if there is a plan to add Linux support.
At the moment I am just running:
I get to the log in screen but it seems to freeze after logging in (Before the game world loads).
![[Image: PZQKJq5.png]](http://i.imgur.com/PZQKJq5.png)
No exceptions nor output are thrown to the terminal.
Using the standalone client I get the following NullPointerException (Right as it freezes as I am logging in):
I have to use sudo otherwise nothing seems to load at all (With the standalone).
Obviously this is not a high priority but I would love to play the server on my daily driver :)
Cheers,
Sobel
Loving the server so far, just wondering if there is a plan to add Linux support.
At the moment I am just running:
Code:
java -jar Necrotic_Launcher.jar
![[Image: PZQKJq5.png]](http://i.imgur.com/PZQKJq5.png)
No exceptions nor output are thrown to the terminal.
Using the standalone client I get the following NullPointerException (Right as it freezes as I am logging in):
Code:
<redacted>@<redacted>:~/Downloads$ sudo java -jar Necrotic.jar
[sudo] password for <redacted>:
Naturally found cache update. No manual overrides detected, proceeding as normal. Current: 0.0, Newest: 65.0
Sep 05, 2017 7:52:43 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
java.lang.NullPointerException
at org.necrotic.client.GeneratedValues.getValue(GeneratedValues.java:87)
at org.necrotic.client.Client.login(Client.java:14281)
at org.necrotic.client.Client.processLoginScreenInput(Client.java:14190)
at org.necrotic.client.Client.processGameLoop(Client.java:14061)
at org.necrotic.client.GameRenderer.run(GameRenderer.java:1028)
at org.necrotic.client.Client.run(Client.java:15488)
at java.lang.Thread.run(Thread.java:745)
I have to use sudo otherwise nothing seems to load at all (With the standalone).
Obviously this is not a high priority but I would love to play the server on my daily driver :)
Cheers,
Sobel