summary refs log tree commit diff stats
path: root/results/scraper/box64/112
blob: 4920a2cea7cd08e9be19103fb956a8d0e634a086 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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?