diff options
Diffstat (limited to 'results/scraper/box64/126')
| -rw-r--r-- | results/scraper/box64/126 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/results/scraper/box64/126 b/results/scraper/box64/126 new file mode 100644 index 000000000..1a0fcb053 --- /dev/null +++ b/results/scraper/box64/126 @@ -0,0 +1,22 @@ +issue while trying to run the powder toy +this might be a similar problem to issue #113(since it has error messages that are almost one to one) +when i try running it errors out really fast +here is the error message +> Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096 +> Box64 with Dynarec v0.1.5 289deb3 built on Oct 8 2021 21:27:32 +> Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +> Using default BOX64_PATH: ./:bin/ +> Counted 35 Env var +> Looking for powder +> Using native(wrapped) libdl.so.2 +> Using native(wrapped) libssl.so.1 +> Using native(wrapped) libcrypto.so.1 +> Using native(wrapped) libm.so.6 +> 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 OPENSSL_load_builtin_modules(ver 6: OPENSSL_load_builtin_modules@OPENSSL_1_1_0) not > > found, cannot apply R_X86_64_JUMP_SLOT 0x7d3c6c6608 (0x7d3baad0d6) + +(side note, i omitted the directory as its not important to this) +(side side note, ask if you dont know what the powder toy is) |