summary refs log tree commit diff stats
path: root/results/scraper/box64/126
blob: 1a0fcb053541ae6a192e9d215400d7f4302a7c0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)