blob: fd51a6a295ae5e9b30064248150f48220863035c (
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
26
|
heroic launcher memory map creation crash on M1 (Asahi)
Binaries for heroic downloaded from latest release on github: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v2.13.0/heroic-2.13.0.tar.xz
Fresh build of box64 https://github.com/ptitSeb/box64/commit/f4fd01c77705b31c4525e66dcbc7dfe966456006 with params for M1 from wiki.
```
juniorjpdj@lizak-macbook-asahi:~/Downloads/heroic-2.13.0$ ./heroic
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1 Firestorm-M1 with 8 Cores
Params database has 57 entries
Box64 with Dynarec v0.2.7 f4fd01c7 built on Feb 16 2024 03:56:54
BOX64: Detected 48bits at least of address space
Counted 93 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/:/home/juniorjpdj/.local/bin/:/home/juniorjpdj/bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/
Looking for ./heroic
Apply RC params for heroic
Applying BOX64_NOSANDBOX=1
Applying BOX64_INPROCESSGPU=1
Applying BOX64_MALLOC_HACK=2
Applying BOX64_DYNAREC_BIGBLOCK=0
Applying BOX64_DYNAREC_STRONGMEM=1
Applying BOX64_DYNAREC_CALLRET=1
Applying BOX64_DYNAREC_ALIGNED_ATOMICS=1
Cannot create memory map (@0x10a3e5000 0x1c0000/0xfff) for elf "/home/juniorjpdj/Downloads/heroic-2.13.0/heroic" error=22/Invalid argument
Error: Loading elf /home/juniorjpdj/Downloads/heroic-2.13.0/heroic
```
|