Jump to content

dedicated server not started


WhtieO

Recommended Posts

i have a problem with pz dedicated server started

ubuntu 20.04

 

pz version fresh steam and clean without mods

 

openjdk version "11.0.8" 2020-07-14
OpenJDK Runtime Environment (build 11.0.8+10-post-Ubuntu-0ubuntu120.04)

 

with start-server.sh

#!/bin/bash

INSTDIR="`dirname $0`" ; cd "${INSTDIR}" ; INSTDIR="`pwd`"
JARPATH="./:./jinput.jar:./lwjgl.jar:./lwjgl_util.jar:./sqlite-jdbc-3.8.10.1.jar:./trove-3.0.3.jar:./uncommons-maths-1.2.3.jar:./guava-23.0.jar"

export PATH="/usr/lib/jvm/java-11-openjdk-amd64/bin:$PATH"
export LD_LIBRARY_PATH="${INSTDIR}/linux64:${INSTDIR}:/usr/lib/jvm/java-11-openjdk-amd64/lib/server:${LD_LIBRARY_PATH}"
JSIG="libjsig.so"
LD_PRELOAD="${LD_PRELOAD}:${JSIG}" "/usr/lib/jvm/java-11-openjdk-amd64/bin/java" \
	-cp "${JARPATH}" -Xms2048m -Xmx2048m \
	-Dzomboid.steam=1 -Dzomboid.znetlog=1 \
	-Djava.library.path=linux64/:./ \
	-Djava.security.egd=file:/dev/urandom \
	zombie/network/GameServer "$@"

error

Exception in thread "main" java.lang.UnsatisfiedLinkError: no PZBulletNoOpenGL64 in java.library.path: [linux64/, ./]
        at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2670)
        at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830)
        at java.base/java.lang.System.loadLibrary(System.java:1873)
        at zombie.core.physics.Bullet.init(Bullet.java:44)
        at zombie.network.GameServer.main(GameServer.java:315)

 

Edited by WhtieO
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...