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
|
Running Stardew Valley on VisionFive 2
I'm trying to run Stardew Valley on the VisionFive 2 SBC, and encountered the following errors, what should I do to fix this?
```
Dynarec for RISC-V PageSize:4096 Running on unknown riscv64 cpu with 4 Cores
Params database has 22 entries
Box64 with Dynarec v0.2.3 5e680e0f built on Mar 25 2023 03:53:49
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libSDL2-2.0.so.0
Using default BOX64_PATH: ./:bin/
Counted 27 Env var
Looking for Stardew Valley
Rename process to "Stardew Valley"
Using native(wrapped) libpthread.so.0
Using native(wrapped) libdl.so.2
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
Using emulated /usr/lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
Using emulated /root/Downloads/squashfs-root/usr/lib/StardewValley/libhostfxr.so
Using emulated /root/Downloads/squashfs-root/usr/lib/StardewValley/libhostpolicy.so
Using emulated /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Warning: Global Symbol _ZTH12t_ThreadType not found, cannot apply R_X86_64_GLOB_DAT @0x3f9c1b1110 ((nil)) in /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Warning: Global Symbol _ZTH27t_pStackWalkerWalkingThread not found, cannot apply R_X86_64_GLOB_DAT @0x3f9c1b1128 ((nil)) in /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Warning: Global Symbol _ZTHN9StressLog19t_pCurrentThreadLogE not found, cannot apply R_X86_64_GLOB_DAT @0x3f9c1b1148 ((nil)) in /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Warning: Global Symbol _ZTH15t_CantStopCount not found, cannot apply R_X86_64_GLOB_DAT @0x3f9c1b1160 ((nil)) in /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Warning: Global Symbol _ZTH16t_CantAllocCount not found, cannot apply R_X86_64_GLOB_DAT @0x3f9c1b1250 ((nil)) in /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Warning: Weak Symbol __gmon_start__ not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b1650 (0x71e86)
Warning: Weak Symbol _ZTH12t_ThreadType not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b16e8 (0x71fb6)
Warning: Weak Symbol _ZTH27t_pStackWalkerWalkingThread not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b16f0 (0x71fc6)
Warning: Weak Symbol _ZTHN9StressLog19t_pCurrentThreadLogE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b1708 (0x71ff6)
Warning: Weak Symbol _ZTH15t_CantStopCount not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b1710 (0x72006)
Warning: Weak Symbol _ZTH16t_CantAllocCount not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b1778 (0x720d6)
Error: Symbol pthread_mutexattr_setrobust not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b1e40 (0x72e66) in /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Error: Symbol pthread_mutex_consistent not found, cannot apply R_X86_64_JUMP_SLOT @0x3f9c1b1e58 (0x72e96) in /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Error: relocating Plt symbols in elf libcoreclr.so
Error initializing needed lib /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so
Failed to load /root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so, error: Cannot dlopen("/root/Downloads/squashfs-root/usr/lib/StardewValley/libcoreclr.so"/0x369a3918, 1)
FillBlock at (nil) triggered a segfault, cancelling
FillBlock at (nil) triggered a segfault, cancelling
1983|Ask to run at NULL, quit silently
```
|