summary refs log tree commit diff stats
path: root/results/scraper/box64/1365
blob: 89aa3649b2b0a5fc93aa88c575dbb2a5eeef6e3a (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Didn't detect 48bits of address space, considering it's 39bits
I use the latest box64 and wine64-stable-9.0.0.0. I meet with the following errs whenever a 64bit app installing. And the installer stuck anyway.
```
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Unknown CPU with 8 Cores
Will use Hardware counter measured at 62.5 MHz emulating 500 MHz
Params database has 61 entries
Box64 with Dynarec v0.2.7 cd8bda7a built on Mar 15 2024 17:19:32
BOX64: Wine64 detected, WINEPRELOADRESERVE="000400000-0004b9000"
BOX64: Detected running wine with "dbeaver-ce-23.1.3-x86_64-setup.exe"
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 49 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/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/
Looking for /home/gyy/wine/bin/wine64
Apply RC params for wine64
Applying BOX64_MAXCPU=64
argv[1]="Z:\home\gyy\dbeaver-ce-23.1.3-x86_64-setup.exe"
Rename process to "wine64"
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libbsd.so.0
Using emulated /home/gyy/wine/bin/../lib64/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
0100:err:environ:init_peb starting L"Z:\\home\\gyy\\dbeaver-ce-23.1.3-x86_64-setup.exe" in experimental wow64 mode
0100:err:virtual:map_fixed_area out of memory for 0x6fffffc20000-0x6ffffffec000
0100:err:virtual:try_map_free_area mmap() error, can not malloc memory, range 0x7fffffc20000-0x7ffffffec000, unix_prot 0x7.
wine: failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c000013
Unable to start the program, or there is no application associated with the specified file.
ShellExecuteEx error
```

However, wine64 notepad work well with the similar errs. 
```
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Unknown CPU with 8 Cores
Will use Hardware counter measured at 62.5 MHz emulating 500 MHz
Params database has 61 entries
Box64 with Dynarec v0.2.7 cd8bda7a built on Mar 15 2024 17:19:32
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 37 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/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/
Looking for /home/gyy/wine/bin/wineserver
Rename process to "wineserver"
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 native(wrapped) libbsd.so.0
Using emulated /home/gyy/wine/bin/../lib64/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
002c:err:virtual:map_fixed_area out of memory for 0x6fffffc20000-0x6ffffffec000
002c:err:virtual:try_map_free_area mmap() error, can not malloc memory, range 0x7fffffc20000-0x7ffffffec000, unix_prot 0x7.
...
...
0050:err:ole:start_rpcss Failed to start Rpc5s service
00cc:err:virtual:map_fixed_area out of memory for 0x6fffffc20000-0x6ffffffec000
00cc:err:virtual:try_map_free_area mmap() error, can not malloc memory, range 0x7fffffc20000-0x7ffffffec000, unix_prot 0x7.
...
Using emulated /home/gyy/wine/lib64/wine/x86_64-unix/win32u.so
Using native(wrapped) libm.so.6
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libfontconfig.so.1
Using native(wrapped) libexpat.so.1
Using emulated /home/gyy/wine/lib64/wine/x86_64-unix/winex11.so
Using native(wrapped) libXext.so.6
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 emulated /home/gyy/wine/lib64/wine/x86_64-unix/winex11.so
Using emulated /home/gyy/wine/lib64/wine/x86_64-unix/winspool.so
Using native(wrapped) libcups.so.2
```