blob: fd1264e34297dd74d4eefc00edfaeb6dabff2c68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Honeygain segfaults
Hello,
Honeygain is a closed-source app that only supports Linux in a Docker install.
In order to grab the binaries, you'll need to pull the honeygain/honeygain image from Docker, save it and grab the binary "honeygain" and the library "libhg.so.1.0.0".
The app segfaults when launched.
My sistem is a Raspberry Pi 4 with standard RaspiOS arm64.
```
Box64 with trace with Dynarec v0.1.3 5cc3512 built on Aug 22 2021 23:11:51
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 24 Env var
Looking for ./honeygain
Using emulated libhg.so.1.0.0
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
Using native(wrapped) libdl.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
0990|SIGSEGV @0x7f8c9cfb5c (???(0x7f8c9cfb5c)) (x64pc=0x460fb5/./honeygain:"???", rsp=0x7f8dd5d008, stack=0x7f8d55e000:0x7f8dd5e000 own=(nil) fp=0x7f8dd5d550), for accessing 0x4b6b7f8e9f824d (code=1/prot=0), db=0x8c6fce00(0x7f8c9cfa10:0x7f8c9cfd48/0x460f60:0x461046/???:clean, hash:847095ab/847095ab) handler=(nil)
Segmentation fault
```
[nodynarec.txt](https://github.com/ptitSeb/box64/files/7028189/nodynarec.txt)
[dynarec.txt](https://github.com/ptitSeb/box64/files/7028190/dynarec.txt)
|