diff options
Diffstat (limited to 'results/scraper/box64/404')
| -rw-r--r-- | results/scraper/box64/404 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/results/scraper/box64/404 b/results/scraper/box64/404 new file mode 100644 index 000000000..49c3c967e --- /dev/null +++ b/results/scraper/box64/404 @@ -0,0 +1,23 @@ +Symbol not found (__vfwprintf_chk@GLIBC_2.4) +When trying to run unrar using box64 I got the following error: +``` +root@localhost:~/unrar# ./unrar-nonfree +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 +Box64 with Dynarec v0.1.9 b25aa07 built on Sep 12 2022 11:49:59 +BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/ +BOX64_PATH: ./:bin/ +Counted 31 Env var +Looking for ./unrar-nonfree +Rename process to "unrar-nonfree" +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 native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) librt.so.1 +Error: PltResolver: Symbol __vfwprintf_chk(ver 3: __vfwprintf_chk@GLIBC_2.4) not found, cannot apply R_X86_64_JUMP_SLOT 0x645050 (0x4024d6) in /root/unrar/unrar-nonfree +``` +It happens with and without the dynarec enabled. + +I know that there is a free and open source RAR package but it doesn't seem to be able to extract my archive (free RAR only supports old RAR archive versions). \ No newline at end of file |