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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
|
Fear & Hunger SIGABRT on M1 Pro
When attempting to run the Linux native version of Fear & Hunger on a Macbook M1 Pro, a white window opens briefly after which the program crashes with SIGABRT. This is the log:
```
$ box64 Game
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 73 entries
Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05
BOX64: Detected 48bits at least of address space
Counted 163 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/
Looking for Game
Rename process to "Game"
Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libplc4.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libgconf-2.so.4
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXi.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libpthread.so.0
Using native(wrapped) libgtk-x11-2.0.so.0
Using native(wrapped) libgdk-x11-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libnotify.so.4
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
[72407:0616/211614:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 73 entries
Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05
BOX64: Detected 48bits at least of address space
Counted 163 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/
Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
argv[1]="--type=zygote"
argv[2]="--no-sandbox"
argv[3]="--enable-crash-reporter"
Rename process to "Game"
Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libplc4.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libgconf-2.so.4
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXi.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libpthread.so.0
Using native(wrapped) libgtk-x11-2.0.so.0
Using native(wrapped) libgdk-x11-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libnotify.so.4
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) libpulse.so.0
Using emulated /mnt/share/Downloads/Fear & Hunger_LINUX/libffmpegsumo.so
Using native(wrapped) libpci.so.3
Using native(wrapped) libsoftokn3.so
Using native(wrapped) libfreebl3.so
Using native(wrapped) libudev.so.1
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 73 entries
Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05
BOX64: Detected 48bits at least of address space
Counted 163 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/
Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
argv[1]="--type=gpu-process"
argv[2]="--channel=72407.0.1467300915"
argv[3]="--no-sandbox"
argv[4]="--enable-crash-reporter"
argv[5]="--supports-dual-gpus=false"
argv[6]="--gpu-driver-bug-workarounds=1,40"
argv[7]="--disable-accelerated-video-decode"
argv[8]="--gpu-vendor-id=0x0000"
argv[9]="--gpu-device-id=0x0000"
argv[10]="--gpu-driver-vendor"
argv[11]="--gpu-driver-version"
argv[12]="--enable-crash-reporter"
Rename process to "Game"
Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libplc4.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libgconf-2.so.4
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXi.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libpthread.so.0
Using native(wrapped) libgtk-x11-2.0.so.0
Using native(wrapped) libgdk-x11-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libnotify.so.4
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) libGL.so.1
[72430:0616/211614:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process
[72407:0616/211615:ERROR:command_buffer_proxy_impl.cc(150)] Could not send GpuCommandBufferMsg_Initialize.
[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(213)] CommandBufferProxy::Initialize failed.
[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(230)] Failed to initialize command buffer.
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 73 entries
Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05
BOX64: Detected 48bits at least of address space
Counted 163 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/
Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
argv[1]="--type=gpu-process"
argv[2]="--channel=72407.3.518109993"
argv[3]="--no-sandbox"
argv[4]="--enable-crash-reporter"
argv[5]="--supports-dual-gpus=false"
argv[6]="--gpu-driver-bug-workarounds=1,40"
argv[7]="--disable-accelerated-video-decode"
argv[8]="--gpu-vendor-id=0x0000"
argv[9]="--gpu-device-id=0x0000"
argv[10]="--gpu-driver-vendor"
argv[11]="--gpu-driver-version"
argv[12]="--enable-crash-reporter"
Rename process to "Game"
Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libplc4.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libgconf-2.so.4
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXi.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libpthread.so.0
Using native(wrapped) libgtk-x11-2.0.so.0
Using native(wrapped) libgdk-x11-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libnotify.so.4
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) libGL.so.1
[72469:0616/211615:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process
[72407:0616/211615:ERROR:command_buffer_proxy_impl.cc(150)] Could not send GpuCommandBufferMsg_Initialize.
[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(213)] CommandBufferProxy::Initialize failed.
[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(230)] Failed to initialize command buffer.
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 73 entries
Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05
BOX64: Detected 48bits at least of address space
Counted 163 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/
Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
argv[1]="--type=gpu-process"
argv[2]="--channel=72407.4.1602117696"
argv[3]="--no-sandbox"
argv[4]="--enable-crash-reporter"
argv[5]="--supports-dual-gpus=false"
argv[6]="--gpu-driver-bug-workarounds=1,40"
argv[7]="--disable-accelerated-video-decode"
argv[8]="--gpu-vendor-id=0x0000"
argv[9]="--gpu-device-id=0x0000"
argv[10]="--gpu-driver-vendor"
argv[11]="--gpu-driver-version"
argv[12]="--enable-crash-reporter"
Rename process to "Game"
Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libplc4.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libgconf-2.so.4
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXi.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libpthread.so.0
Using native(wrapped) libgtk-x11-2.0.so.0
Using native(wrapped) libgdk-x11-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libnotify.so.4
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) libGL.so.1
[72476:0616/211616:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process
[72407:0616/211616:ERROR:command_buffer_proxy_impl.cc(150)] Could not send GpuCommandBufferMsg_Initialize.
[72407:0616/211616:ERROR:webgraphicscontext3d_command_buffer_impl.cc(213)] CommandBufferProxy::Initialize failed.
[72407:0616/211616:ERROR:webgraphicscontext3d_command_buffer_impl.cc(230)] Failed to initialize command buffer.
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 73 entries
Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05
BOX64: Detected 48bits at least of address space
Counted 163 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/
Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
argv[1]="--type=gpu-process"
argv[2]="--channel=72407.5.1298507931"
argv[3]="--no-sandbox"
argv[4]="--enable-crash-reporter"
argv[5]="--supports-dual-gpus=false"
argv[6]="--gpu-driver-bug-workarounds=1,40"
argv[7]="--disable-accelerated-video-decode"
argv[8]="--gpu-vendor-id=0x0000"
argv[9]="--gpu-device-id=0x0000"
argv[10]="--gpu-driver-vendor"
argv[11]="--gpu-driver-version"
argv[12]="--enable-crash-reporter"
Rename process to "Game"
Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libnss3.so
Using native(wrapped) libnssutil3.so
Using native(wrapped) libsmime3.so
Using native(wrapped) libplc4.so
Using native(wrapped) libnspr4.so
Using native(wrapped) libgconf-2.so.4
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libexpat.so.1
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libcairo.so.2
Using native(wrapped) libX11.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXi.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libasound.so.2
Using native(wrapped) libXdamage.so.1
Using native(wrapped) libXtst.so.6
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libdbus-1.so.3
Using native(wrapped) libpthread.so.0
Using native(wrapped) libgtk-x11-2.0.so.0
Using native(wrapped) libgdk-x11-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libnotify.so.4
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libbsd.so.0
Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game
Using native(wrapped) libGL.so.1
[72483:0616/211616:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process
munmap_chunk(): invalid pointer
NativeBT: Game() [0x34851910]
NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0xfffed99d4800]
NativeBT: /lib64/libc.so.6(+0x985e0) [0xfffed98185e0]
NativeBT: /lib64/libc.so.6(gsignal+0x20) [0xfffed97c5a00]
NativeBT: /lib64/libc.so.6(abort+0xf8) [0xfffed97b0288]
NativeBT: /lib64/libc.so.6(+0x8ae24) [0xfffed980ae24]
NativeBT: /lib64/libc.so.6(+0xa3be8) [0xfffed9823be8]
NativeBT: /lib64/libc.so.6(+0xa3f64) [0xfffed9823f64]
NativeBT: /lib64/libc.so.6(__libc_free+0x78) [0xfffed9828b64]
NativeBT: [0xfffed5b482c4]
EmulatedBT: box64(malloc+0) [0x10140]
72407|SIGABRT @0xfffed98185e0 (???(/lib64/libc.so.6+0x985e0)) (x64pc=0x10140/???:"???", rsp=0xfffed9468798, stack=0xfffed8c6c000:0xfffed946c000 own=(nil) fp=0x1), for accessing 0x3e800011ad7 (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=0x2bf57f0
RSP-0x20:0x000000000138b18c RSP-0x18:0x000000003e0d12f0 RSP-0x10:0x00000000013b3df2 RSP-0x08:0x0000027000000330
RSP+0x00:0x0000000001395b78 RSP+0x08:0x00000a5c33834bf8 RSP+0x10:0x00000000013778cf RSP+0x18:0x00000a5c33834bd0
RAX:0x0000000000000000 RCX:0x0000000003b56120 RDX:0x0000000000000000 RBX:0x00000000000000a8
RSP:0x0000fffed9468798 RBP:0x0000000000000001 RSI:0x00000a5c33834cb0 RDI:0x00000000000000a8
R8:0x0000000000000001 R9:0x00000000000001f2 R10:0x00000a5c335b4840 R11:0x00000000029f7f43
R12:0x00000a5c336e4dc0 R13:0x00000a5c337d1360 R14:0x0000000000000001 R15:0x00000a5c33834cb0
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053
Aborted (core dumped)
```
|