diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/194 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | emulator-bug-study-63d2e9d409831aa8582787234cae4741847504b7.tar.gz emulator-bug-study-63d2e9d409831aa8582787234cae4741847504b7.zip | |
add box64 bug reports
Diffstat (limited to 'results/scraper/box64/194')
| -rw-r--r-- | results/scraper/box64/194 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/results/scraper/box64/194 b/results/scraper/box64/194 new file mode 100644 index 00000000..cba2c703 --- /dev/null +++ b/results/scraper/box64/194 @@ -0,0 +1,28 @@ +Error loading needed lib libgcc_s.so.1 +Trying to run valheim server on rpi4, +followed the instructions on (https://pimylifeup.com/raspberry-pi-valheim-server/) +keep getting this missing lib that I can't google-fu ... or don't understand what I find, +any hints? +``` +./start_server.sh +Starting server PRESS CTRL-C to exit +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.7 5d1298e built on Dec 17 2021 02:23:50 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 41 Env var +Looking for ./valheim_server.x86_64 +argv[1]="-name" +argv[2]="My server" +argv[3]="-port" +argv[4]="2456" +argv[5]="-world" +argv[6]="Dedicated" +argv[7]="-password" +argv[8]="secret" +Using emulated UnityPlayer.so +Using native(wrapped) libm.so.6 +Error loading needed lib libgcc_s.so.1 +Error loading one of needed lib +Error: loading needed libs in elf /home/pi/valheim/valheim_server.x86_64 +``` \ No newline at end of file |