blob: 0615e23ee54b8091038261ba18c70adf06fa08ec (
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
|
Error loading needed lib UnityPlayer.so
I'm trying to run my own Unity game on my Pi 4. It looks like it's not able to find UnityPlayer.so.
Is that something I need to install separately? Apologies as I'm new to many of these things.
[user]@ledpi:~/Documents $ ./test_linux_1.x86_64
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores
Params database has 25 entries
Box64 with Dynarec v0.2.4 45c4117a built on Jun 12 2024 10:33:04
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 36 Env var
Looking for ./test_linux_1.x86_64
Rename process to "test_linux_1.x86_64"
Error loading needed lib UnityPlayer.so
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Error loading one of needed lib
Error: loading needed libs in elf /home/[user]/Documents/test_linux_1.x86_64
|