diff options
Diffstat (limited to 'results/scraper/box64/112')
| -rw-r--r-- | results/scraper/box64/112 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/results/scraper/box64/112 b/results/scraper/box64/112 new file mode 100644 index 000000000..4920a2cea --- /dev/null +++ b/results/scraper/box64/112 @@ -0,0 +1,52 @@ +Error when running server version of Project Zomboid +I am trying to run a dedicated Project Zomboid server (64bit linux version) on a Raspberry Pi4 8GB. I got the arm64 version of Ubuntu 20.04.3 installed and the newest version of Box64. I can run a Factorio server without problems, but cant get this to work. + +This is the error i get: + +ubuntu@ubuntu:~/project_zomboid $ ~/project_zomboid/start-server.sh +64-bit java detected +ERROR: ld.so: object 'libjsig.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.5 911ecc4 built on Sep 10 2021 14:16:05 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 26 Env var +BOX64 try to Preload libjsig.so +Looking for ./ProjectZomboid64 +Using emulated libjsig.so +Using native(wrapped) libdl.so.2 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) librt.so.1 +Using emulated libsteam_api.so +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libm.so.6 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +pzexe: looking for PZXInitThreads.so +Using emulated libPZXInitThreads64.so +Using native(wrapped) libX11.so.6 +XInitThreads.cpp: calling XInitThreads() +pzexe: libPZXInitThreads64.so loaded successfully. +pzexe: about to run java hack to locate libjvm.so... +pzexe: executing "java -classpath pzexe.jar -Djava.library.path=. zombie.pzexe" +ERROR: ld.so: object 'libjsig.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. +pzexe.java: loading shared library "pzexe_jni64" +Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ubuntu/project_zomboid/libpzexe_jni64.so: /home/ubuntu/project_zomboid/libpzexe_jni64.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64 .so on a AARCH64 platform) + at java.base/jdk.internal.loader.NativeLibraries.load(Native Method) + at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:383) + at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:227) + at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:169) + at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:310) + at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:282) + at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2416) + at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:808) + at java.base/java.lang.System.loadLibrary(System.java:1893) + at zombie.pzexe.<clinit>(pzexe.java:9) +pzexe: failed to read output from java getting location of JNI +Unrecognized VM option 'UseSplitVerifier' +Error: Could not create the Java Virtual Machine. +Error: A fatal exception has occurred. Program will exit. + + +Is this an error of Box64? Or is it on my/project zomboids side? \ No newline at end of file |