Hello,
There seems to be an issue with the latest StarMade version (0.198.223 as of Jun 23rd 2016), whenever we start the server on a CentOS 6.8 server we get the following message:
Current Glibc version is:
CentOS version:
Kernel version:
We can't simply install CentOS 7 or upgrade to Glibc 2.14 since this could break other systems libs, is there a compiled version of the latest update that runs under Glibc 2.12 instead of 2.14?
Full log raw:
Any help is greatly appreciated!
There seems to be an issue with the latest StarMade version (0.198.223 as of Jun 23rd 2016), whenever we start the server on a CentOS 6.8 server we get the following message:
Code:
java.lang.UnsatisfiedLinkError: /native/linux/libStarMadeNative64.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /native/linux/libStarMadeNative64.so)
Code:
Package glibc-2.12-1.192.el6.x86_64 already installed and latest version
Code:
cat /etc/centos-release
CentOS release 6.8 (Final)
Code:
uname -r
2.6.32-573.18.1.el6.x86_64
Full log raw:
Code:
24.06 03:46:55 [Server] INFO [VERION] loading version from install dir: ./
24.06 03:46:55 [Server] INFO [VERSION] VERSION: 0.198.223
24.06 03:46:55 [Server] INFO [VERSION] BUILD: 20160623_212422
24.06 03:46:55 [Server] INFO #################### StarMade #######################
24.06 03:46:55 [Server] INFO # version 0.198.223 - build 20160623_212422 #
24.06 03:46:55 [Server] INFO #####################################################
24.06 03:46:55 [Server] INFO [SERIAL] "not retrieved"
24.06 03:46:55 [Server] INFO [STARTER] template dir exists. overwriting template with current data
24.06 03:46:55 [Server] INFO [IO][COPY] FILE FROM /./data/config/FactionConfig.xml to /./customFactionConfig/FactionConfigTemplate.xml
24.06 03:46:55 [Server] INFO [IO][COPY] FILE FROM /./data/config/customFactionConfigHOWTO.txt to /./customFactionConfig/customFactionConfigHOWTO.txt
24.06 03:46:55 [Server] INFO [STARTER] template dir exists. overwriting template with current data
24.06 03:46:55 [Server] INFO [IO][COPY] FILE FROM /./data/config/customBlockBehaviorConfigTemplate.xml to /./customBlockBehaviorConfig/customBlockBehaviorConfigTemplate.xml
24.06 03:46:55 [Server] INFO [IO][COPY] FILE FROM /./data/config/customBlockBehaviorConfigHOWTO.txt to /./customBlockBehaviorConfig/customBlockBehaviorConfigHOWTO.txt
24.06 03:46:55 [Server] INFO [RESOURCES][CustomTextures] No need to create pack.zip. Hash matches (as rewriting a zip changes the hash on it)
24.06 03:46:55 [Server] INFO [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
24.06 03:46:55 [Server] INFO [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
24.06 03:46:55 [Server] INFO [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
24.06 03:46:55 [Server] INFO [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
24.06 03:46:56 [Server] INFO [LANGUAGE] detected language: en
24.06 03:46:56 [Server] INFO [LANGUAGE] loading language: english; Resolved to english
24.06 03:46:56 [Server] INFO java.io.FileNotFoundException: ./keyboard.cfg (No such file or directory)
24.06 03:46:56 [Server] INFO at java.io.FileInputStream.open0(Native Method)
24.06 03:46:56 [Server] INFO at java.io.FileInputStream.open(FileInputStream.java:195)
24.06 03:46:56 [Server] INFO at java.io.FileInputStream.<init>(FileInputStream.java:138)
24.06 03:46:56 [Server] INFO at java.io.FileReader.<init>(FileReader.java:72)
24.06 03:46:56 [Server] INFO at org.schema.schine.input.KeyboardMappings.a(SourceFile:176)
24.06 03:46:56 [Server] INFO at obfuscated.QF.b(SourceFile:94)
24.06 03:46:56 [Server] INFO at obfuscated.QF.a(SourceFile:218)
24.06 03:46:56 [Server] INFO at org.schema.game.common.Starter.main(SourceFile:812)
24.06 03:46:56 [Server] INFO Could not read settings file: using defaults (./keyboard.cfg (No such file or directory))
24.06 03:46:57 [Multicraft] Skipped 2 lines due to rate limit (30/s)
24.06 03:46:57 [Server] INFO [SERVER] using world: world0; ./server-database/world0/
24.06 03:46:57 [Server] INFO [INIT] Segment Database Path: /./server-database/world0/DATA; exists? true; is Dir? true; creating dir sucessfull (gives false if exists)? false
24.06 03:46:57 [Server] INFO [GUI] NO STARMADE-WINDOW CONFIG FOUND. Using defaults
24.06 03:46:57 [Server] INFO [LIBLOADER] OS Linux - 2.6.32-573.18.1.el6.x86_64
24.06 03:46:57 [Server] INFO [LIBLOADER] OS ARCHITECTURE amd64
24.06 03:46:57 [Server] INFO Exception in thread "main"
24.06 03:46:57 [Server] INFO java.lang.UnsatisfiedLinkError: /native/linux/libStarMadeNative64.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /native/linux/libStarMadeNative64.so)
24.06 03:46:57 [Server] INFO at java.lang.ClassLoader$NativeLibrary.load(Native Method)
24.06 03:46:57 [Server] INFO at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1938)
24.06 03:46:57 [Server] INFO at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1854)
24.06 03:46:57 [Server] INFO at java.lang.Runtime.loadLibrary0(Runtime.java:870)
24.06 03:46:57 [Server] INFO at java.lang.System.loadLibrary(System.java:1122)
24.06 03:46:57 [Server] INFO at obfuscated.QG.a(SourceFile:106)
24.06 03:46:57 [Server] INFO at org.schema.game.common.Starter.main(SourceFile:834)
24.06 03:46:57 [Multicraft] Server shut down (stopping)
24.06 03:46:57 [Multicraft] Looks like a crash, check the server console. Return value: 1
24.06 03:46:57 [Multicraft] Server stopped