diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/51 | 3 | ||||
| -rw-r--r-- | results/scraper/box64/510 | 1 | ||||
| -rw-r--r-- | results/scraper/box64/512 | 2 | ||||
| -rw-r--r-- | results/scraper/box64/513 | 29 | ||||
| -rw-r--r-- | results/scraper/box64/516 | 14 | ||||
| -rw-r--r-- | results/scraper/box64/517 | 2 | ||||
| -rw-r--r-- | results/scraper/box64/519 | 6 |
7 files changed, 57 insertions, 0 deletions
diff --git a/results/scraper/box64/51 b/results/scraper/box64/51 new file mode 100644 index 000000000..085d3fd1f --- /dev/null +++ b/results/scraper/box64/51 @@ -0,0 +1,3 @@ +Warcraft III Reforged +Game crashes with +```16585|0x180030202: Unimplemented Opcode (9B) 2F 46 41 B5 EA 16 39 59 F7 68 16 BC A6 54 B0``` \ No newline at end of file diff --git a/results/scraper/box64/510 b/results/scraper/box64/510 new file mode 100644 index 000000000..e8801391c --- /dev/null +++ b/results/scraper/box64/510 @@ -0,0 +1 @@ +Feature Requests to cope with Zoom diff --git a/results/scraper/box64/512 b/results/scraper/box64/512 new file mode 100644 index 000000000..bf0f02361 --- /dev/null +++ b/results/scraper/box64/512 @@ -0,0 +1,2 @@ +Adding a library to emulate +I am currently experimenting with a barebones libcef project, and seeing if I can get an app to at least open instead of crash, I have the libcef.so, however I cannot seem to figure out how to get box64 to emulate it. Is there any specific way I would have to direct to either its directory or location? \ No newline at end of file diff --git a/results/scraper/box64/513 b/results/scraper/box64/513 new file mode 100644 index 000000000..7e374c7cb --- /dev/null +++ b/results/scraper/box64/513 @@ -0,0 +1,29 @@ +GTA Connected +Download the server binary from here: https://gtaconnected.com/downloads/ +tar xvf GTAC-Server-Linux-1.5.2.tar.gz +chmod +x Server +box64 ./Server +```error +root@raspberrypi:/home/pi/gtac# ./Server +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Cores:4 +Params database has 11 entries +Box64 with Dynarec v0.2.1 f4652257 built on Dec 4 2022 06:38:43 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 19 Env var +Looking for ./Server +Rename process to "Server" +Using emulated libmozjs-68.so +Using native(wrapped) libssl.so.1 +Using native(wrapped) libcrypto.so.1 +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 /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 +Using native(wrapped) libz.so.1 +Error: PltResolver: Symbol OPENSSL_load_builtin_modules(ver 2: OPENSSL_load_builtin_modules@OPENSSL_1_1_0) not found, cannot apply R_X86_64_JUMP_SLOT 0x7f9e261ef8 (0x7f9e076df6) in /home/pi/gtac/Server +``` \ No newline at end of file diff --git a/results/scraper/box64/516 b/results/scraper/box64/516 new file mode 100644 index 000000000..d8c75b0b4 --- /dev/null +++ b/results/scraper/box64/516 @@ -0,0 +1,14 @@ +Full support for register_printf_specifier +In commit 973864e partial support for register_printf_specifier was added, but I still got symbol error like this: +Error: PltResolver: Symbol register_printf_type(ver 7: register_printf_type@GLIBC_2.10) not found, cannot apply R_X86_64_JUMP_SLOT 0xffffb765bdc8 (0xffffb7618130) in /lib/x86_64-linux-gnu/libquadmath.so.0 +Error: PltResolver: Symbol register_printf_specifier(ver 7: register_printf_specifier@GLIBC_2.10) not found, cannot apply R_X86_64_JUMP_SLOT 0xffffa840fda8 (0xffffa83cc0f0) in /lib/x86_64-linux-gnu/libquadmath.so.0 + + +Also, there are some other symbols not found as below: +Error: PltResolver: Symbol _ZGVbN4vv_powf(ver 5: _ZGVbN4vv_powf@GLIBC_2.22) not found, cannot apply R_X86_64_JUMP_SLOT 0x18a4040 (0x403086) +Symbol _ZGVbN2vv_pow(ver 13: _ZGVbN2vv_pow@GLIBC_2.22) not found +Symbol _ZGVbN2v_cos(ver 5: _ZGVbN2v_cos@GLIBC_2.22) not found +Symbol cexp(ver 3: cexp@GLIBC_2.2.5) not found +Symbol _ZGVbN2v_sin(ver 4: _ZGVbN2v_sin@GLIBC_2.22) not found + +Are all these related to the wrapper implementation? diff --git a/results/scraper/box64/517 b/results/scraper/box64/517 new file mode 100644 index 000000000..12c9f827c --- /dev/null +++ b/results/scraper/box64/517 @@ -0,0 +1,2 @@ +JIT for RISC-V? +It was mentioned in https://github.com/ptitSeb/box64/issues/242#issuecomment-1052656727 that a RISC-V JIT was under development, but I don't see an issue open for that. Thus I am opening one. Is there any status update since that comment circa a year ago? \ No newline at end of file diff --git a/results/scraper/box64/519 b/results/scraper/box64/519 new file mode 100644 index 000000000..26f91926f --- /dev/null +++ b/results/scraper/box64/519 @@ -0,0 +1,6 @@ +Run SlayTheSpire desktop version on Android +I'm trying to run SlayTheSpire Linux desktop version on my Android ARM64 phone with a Debian installation. + +So far, thanks to the BOX64_BASH feature I was able to install it. However, when I try launching it, I get an error related to Java runtime (the same as reported in #232 and #464 ). + +I'm aware that Java support is not ready, so this is just an expression of interest in that feature. Thanks for the great work! \ No newline at end of file |