I posted this on the Steam Discussions, but wanted to crosspost here in case this is read more frequently.
I've just downloaded the latest server on my Linux server, java version 8 (latest), and each time I attempt to start the server it fails with the following error:
RW SERVER: Fatal error occurred!
com.codedisaster.steamworks.SteamException: Error initializing Steam Server API
at server.i.a(SourceFile:75)
at server.Main.h(SourceFile:544)
at server.Main.initApplication(SourceFile:254)
at commons.JIWApplication.initialize(SourceFile:236)
at com.jme3.system.NullContext.initInThread(NullContext.java:87)
at com.jme3.system.NullContext.run(NullContext.java:130)
at java.lang.Thread.run(Thread.java:748)
I've uninstalled/reinstalled the server and java (even tried Java 9, no love).
I've tried copying the steamclient.so file from <serverdir>/linux64 into the game install dir, I've tried copying the steamclient.so file from the Steam dir itself, but nothing I do seems to allow me to bypass this.
I am using the script to start the server that it comes with, so LD_LIBRARY_PATH is being exported.
Any ideas would be great. Thanks