summary refs log tree commit diff stats
path: root/results/scraper/box64/197
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/19719
-rw-r--r--results/scraper/box64/19714
-rw-r--r--results/scraper/box64/19736
3 files changed, 29 insertions, 0 deletions
diff --git a/results/scraper/box64/197 b/results/scraper/box64/197
new file mode 100644
index 000000000..a61c4b456
--- /dev/null
+++ b/results/scraper/box64/197
@@ -0,0 +1,19 @@
+Error loading needed lib libsqlite3.so.0
+Hi, I am trying to setup a Rust server, but when the server is loading, i get this error:

+

+Error loading needed lib /home/ubuntu/rustserver/RustDedicated_Data/Mono/libsqlite3.so.0

+

+I have libsqlite3 installed in the system:

+

+ubuntu@instance-20211220-1537:/snap/lxd/21843/lib$ which sqlite3

+/usr/bin/sqlite3

+

+ubuntu@instance-20211220-1537:/snap/lxd/21843/lib$ sudo find / -name libsqlite3.so

+/usr/lib/aarch64-linux-gnu/libsqlite3.so

+

+I have tried to copy the file to rust folder, but its still not working?

+

+How can i make this work?

+

+Thanks

+

diff --git a/results/scraper/box64/1971 b/results/scraper/box64/1971
new file mode 100644
index 000000000..1603ade00
--- /dev/null
+++ b/results/scraper/box64/1971
@@ -0,0 +1,4 @@
+[RISCV] Sample program fails on RISC-V DynaRec and Interpreter
+```wget ksco.cool/EmDe```

+

+This program prints `CA9E4439` on the x86-64 native, ARM, LoongArch, and x86-64 interpreter but `A494CECB` on the RISC-V, both Dynarec and interpreter.
\ No newline at end of file
diff --git a/results/scraper/box64/1973 b/results/scraper/box64/1973
new file mode 100644
index 000000000..244a41512
--- /dev/null
+++ b/results/scraper/box64/1973
@@ -0,0 +1,6 @@
+[BOX32] Add binfmt support for 32-bit applications
+Currently, Box64 only works for x86_64 applications automatically via `binfmt`. It looks like that configuration file is dynamically generated by CMake.

+

+https://github.com/ptitSeb/box64/blob/aebfd61539c595dddea2e3612c2ad4c358d2eae8/system/box64.conf.cmake

+

+Perhaps there can be a new build option `-D BOX32_BINFMT=1` to additonally enable support for x86_32 applications. Leave it off by default since it can conflict with Box86. Box32 is also still in early stages of development.
\ No newline at end of file