diff options
Diffstat (limited to 'results/scraper/box64/1365')
| -rw-r--r-- | results/scraper/box64/1365 | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/results/scraper/box64/1365 b/results/scraper/box64/1365 new file mode 100644 index 000000000..89aa3649b --- /dev/null +++ b/results/scraper/box64/1365 @@ -0,0 +1,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 +``` \ No newline at end of file |