blob: 904eedcc6433ec49f37617ac8f0b6db1ce95e2f3 (
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
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
|
Wine64 gives an error on fedora 37 running on an M1 mac
[alex@toolbox ~]$ ./box64/build/box64 ./box64/tests/bash
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Cores:8
Box64 with Dynarec v0.2.1 c821fd93 built on Dec 30 2022 11:47:22
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 40 Env var
Looking for ./box64/tests/bash
bash detected, disabling banner
Rename process to "bash"
Using native(wrapped) libtinfo.so.6
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) libutil.so.1
Using native(wrapped) librt.so.1
⬢[alex@toolbox ~]$ ~/wine-dirs/wine64-build/wine64 winecfg
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Cores:8
Box64 with Dynarec v0.2.1 c821fd93 built on Dec 30 2022 11:47:22
BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/
BOX64_PATH: ./:bin/
Counted 40 Env var
Looking for ./box64/tests/bash
bash detected, disabling banner
argv[1]="/home/alex/wine-dirs/wine64-build/wine64"
argv[2]="winecfg"
Rename process to "bash"
Using native(wrapped) libtinfo.so.6
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) libutil.so.1
Using native(wrapped) librt.so.1
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Cores:8
Box64 with Dynarec v0.2.1 c821fd93 built on Dec 30 2022 11:47:22
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 42 Env var
Looking for /home/alex/wine-dirs/wine64-build/loader/wine64
argv[1]="winecfg"
Rename process to "wine64"
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) libutil.so.1
Using native(wrapped) librt.so.1
Using emulated /home/alex/wine-dirs/wine64-build/dlls/ntdll/ntdll.so
Using native(wrapped) libunwind.so.8
Error: Symbol _dl_find_object not found, cannot apply R_X86_64_JUMP_SLOT @0x10008f398 (0xa736) in /home/alex/wine-dirs/wine64-build/dlls/ntdll/ntdll.so
Error: relocating Plt symbols in elf ntdll.so
Error initializing needed lib ntdll.so
wine: could not load ntdll.so: Cannot dlopen("/home/alex/wine-dirs/wine64-build/dlls/ntdll/ntdll.so"/0x45ff9660, 2)
|