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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
|
guarda - Multi Crypto Wallets [Multi-Asset Wallet]
Hello, I have problems to execute Multi Crypto Wallets [Multi-Asset Wallet] like guarda.com, exodus.com or atomicwallet.io on my Raspberry Pi 4 with 4GB RAM or on my Raspberry Pi 400 also 4GB RAM. This Wallets run well on my Linux x86 PC but they have no ARM Version for my Raspberry so I need box64. My OS is standard 64Bit Raspberry Pi OS...
**cat /etc/os-release:**
```
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
```
**uname -a** say:
`Linux iglu 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux`
I try to execute my guarda Wallet:
~/Guarda $ ./guarda
```
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Cores:4
Params database has 11 entries
Box64 with Dynarec v0.2.1 75083907 built on Dec 25 2022 09:26:35
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 53 Env var
Looking for ./guarda
Rename process to "guarda"
Using emulated libffmpeg.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libX11.so.6
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXext.so.6
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXi.so.6
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libexpat.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXss.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libatspi.so.0
Using native(wrapped) libcups.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Redirecting overriden malloc function for /home/neutron/Downloads/Guarda/guarda
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Cores:4
Params database has 11 entries
Box64 with Dynarec v0.2.1 75083907 built on Dec 25 2022 09:26:35
BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/
BOX64_PATH: ./:bin/
Counted 56 Env var
Looking for /home/neutron/Downloads/Guarda/guarda
argv[1]="--type=zygote"
Rename process to "guarda"
Using emulated libffmpeg.so
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libX11.so.6
Using native(wrapped) libX11-xcb.so.1
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXext.so.6
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXi.so.6
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libexpat.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXss.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libatk-bridge-2.0.so.0
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libatspi.so.0
Using native(wrapped) libcups.so.2
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Redirecting overriden malloc function for /home/neutron/Downloads/Guarda/guarda
Using native(wrapped) libudev.so.1
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
BOX64: Warning, sub not found, corrupted mmaplist[5] info?
Checking for update
free(): invalid pointer
Aborted
```
also older box64 version had no success.
|