diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/87 | 4 | ||||
| -rw-r--r-- | results/scraper/box64/870 | 7 | ||||
| -rw-r--r-- | results/scraper/box64/871 | 4 | ||||
| -rw-r--r-- | results/scraper/box64/872 | 4 | ||||
| -rw-r--r-- | results/scraper/box64/873 | 5 | ||||
| -rw-r--r-- | results/scraper/box64/874 | 3 | ||||
| -rw-r--r-- | results/scraper/box64/876 | 3 | ||||
| -rw-r--r-- | results/scraper/box64/877 | 26 | ||||
| -rw-r--r-- | results/scraper/box64/879 | 6 |
9 files changed, 62 insertions, 0 deletions
diff --git a/results/scraper/box64/87 b/results/scraper/box64/87 new file mode 100644 index 000000000..b73b7794a --- /dev/null +++ b/results/scraper/box64/87 @@ -0,0 +1,4 @@ +Universe Sandbox 2 +When running the Linux version of Universe Sandbox 2 with box64, the game crashes during the loading screen due to missing symbols. +I have attached a log taken with `BOX64_DLSYM_ERROR=1` below: +[UniverseSandbox2.log](https://github.com/ptitSeb/box64/files/6971457/UniverseSandbox2.log) diff --git a/results/scraper/box64/870 b/results/scraper/box64/870 new file mode 100644 index 000000000..6368e235a --- /dev/null +++ b/results/scraper/box64/870 @@ -0,0 +1,7 @@ +Unimplemented 32bits Opcode (C7 B6 6C 00) 64 67 8B 16 2C 00 8B 04 82 C3 90 53 81 C4 F8 +More 32bit games need opcode. + +with / without dynarec same result +`19646|0x401145: Unimplemented 32bits Opcode (C7 B6 6C 00) 64 67 8B 16 2C 00 8B 04 82 C3 90 53 81 C4 F8 +Sigfault/Segbus while quitting, exiting silently` +full [log](https://github.com/ptitSeb/box64/files/11874001/logs.txt) diff --git a/results/scraper/box64/871 b/results/scraper/box64/871 new file mode 100644 index 000000000..0e35258df --- /dev/null +++ b/results/scraper/box64/871 @@ -0,0 +1,4 @@ +[32BITS] [RV64] Floating-point calculation is problematic +minipad2 (32-bit app) comes with an on-page calculator, and it's not working correctly on box64 RV64 + +> RV64 (left), AMD64 Wine (right) \ No newline at end of file diff --git a/results/scraper/box64/872 b/results/scraper/box64/872 new file mode 100644 index 000000000..99a404b7c --- /dev/null +++ b/results/scraper/box64/872 @@ -0,0 +1,4 @@ +[32BITS] [RV64] npp32 installer stucked on agreement page + + +Looks like it's trying to load the license text. \ No newline at end of file diff --git a/results/scraper/box64/873 b/results/scraper/box64/873 new file mode 100644 index 000000000..3aab33feb --- /dev/null +++ b/results/scraper/box64/873 @@ -0,0 +1,5 @@ +[32BITS] Windows Steam stuck on the "Updating Steam" phase +Happens both on ARM64 and RV64. + + +> Native (top), box64 (bottom) \ No newline at end of file diff --git a/results/scraper/box64/874 b/results/scraper/box64/874 new file mode 100644 index 000000000..05a71bbd8 --- /dev/null +++ b/results/scraper/box64/874 @@ -0,0 +1,3 @@ +Unimplemented OpCode: 151763|0x7f9f07d3da: Unimplemented Opcode (FF) F0 0F C0 03 4C 8D BD 51 01 00 00 84 C0 74 67 +I'm getting this message in from proprietary 64 bit software for Linux: +151763|0x7f9f07d3da: Unimplemented Opcode (FF) F0 0F C0 03 4C 8D BD 51 01 00 00 84 C0 74 67 diff --git a/results/scraper/box64/876 b/results/scraper/box64/876 new file mode 100644 index 000000000..82efa9ca9 --- /dev/null +++ b/results/scraper/box64/876 @@ -0,0 +1,3 @@ +[32BITS] I don't think It seems to four IA-32 instructions(daa, das, aaa and aas) for 32bits mode be implemented. +Why you didn't implement 4 BCD x86 instructions(daa[0x27], das[0x2f], aaa[0x37], aas[0x3f])? +I wonder if you planning to implement these IA-32 instructions. Because These opcodes are implemented at box86 and other i386 code emulators and I think It's used to BCD operation in classical PC games or tools. \ No newline at end of file diff --git a/results/scraper/box64/877 b/results/scraper/box64/877 new file mode 100644 index 000000000..064312dbe --- /dev/null +++ b/results/scraper/box64/877 @@ -0,0 +1,26 @@ +Unsupported libc Syscall 0x144 +### Unsupported libc Syscall 0x144 + +```log +Box64 with Dynarec v0.1.3 2976bf5 built on Jul 12 2021 13:53:42 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 31 Env var +Looking for ./LocalAdmin +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libm.so.6 +Using native(wrapped) libz.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Error: Unsupported libc Syscall 0x144 (324) +``` + + +```bash +file LocalAdmin +LocalAdmin: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=7cc50211a074063e427dd1c4745843b280343bda, not stripped +``` \ No newline at end of file diff --git a/results/scraper/box64/879 b/results/scraper/box64/879 new file mode 100644 index 000000000..c7b4ce0f1 --- /dev/null +++ b/results/scraper/box64/879 @@ -0,0 +1,6 @@ +Can box64 run docker images for amd64 on Raspberry Pi 4? +Hi, + +I'm Mr. Temple, a very friendly guy. + +Can box64 run docker images for amd64 on Raspberry Pi 4? \ No newline at end of file |