ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.37k stars 238 forks source link

Cannot allocate memory error #1622

Open matthewLkSk opened 3 days ago

matthewLkSk commented 3 days ago

I am trying to get running a .NET program with box64 and wine x64 on ARM on a raspberrypi 5 (64 bit Raspberry Pi OS ), installed from Pi Apps. The program crashes when clicking on menus or buttons with the output showing cannot allocate memory with an unhandled exception. I have installed dotnet48 and vbrun6 to get the program and/or associated programs to load.

The program that crashes is wxsimate.exe available at https://www.wxsim.com/wxsimdem.exe. Log output is listed below. I can get the program to work without any these crashes in a debian 12 VM in virtual box on a x64 computer so it seems it is and box64 problem rather than wine. Help with this would be predicated.

$wine wxsimate.exe
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 50 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/local/games/:/usr/games/
Looking for /usr/local/bin/wine
Apply RC params for wine
Applying BOX64_MAXCPU=64
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine preloader detected, loading "/opt/wine-9.3/bin/wine" directly
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/bin/wine
Apply RC params for wine
Applying BOX64_MAXCPU=64
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
posix_spawn(0x7fba71eb6c, "/opt/wine-9.3/bin/wineserver", (nil), (nil), 0x7fba71eb70["/opt/wine-9.3/bin/wineserver", "", ...], 0x7fba71efe8), IsX64=1, IsX86=0 IsScript=0 envp is context->envv
=> posix_spawn(0x7fba71eb6c, "/usr/local/bin/box64", (nil), (nil), 0x7fdf707450 ["/usr/local/bin/box64", "/opt/wine-9.3/bin/wineserver", ""...:1], 0x7fdf708070)
posix_spawn returned 0
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/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
002c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0048:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0068:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0068:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0068:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
008c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
008c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
008c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
008c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
008c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
008c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
00f0:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00f0:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00f0:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00f0:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00f0:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00f0:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff530000-0x6fffff59f000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff80000-0x7ffffffef000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff470000-0x6fffff519000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff40000-0x7ffffffe9000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000818525B7, 28) stub
Using emulated /opt/wine-9.3/lib/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
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe960000-0x6ffffe976000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffe6000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe890000-0x6ffffe94d000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff30000-0x7ffffffed000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000008150CDE4, 28) stub
0024:fixme:heap:GetNumaHighestNodeNumber semi-stub: 00000000800EFAE8
0024:fixme:seh:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscordacwks.dll", 0000000080D10000) stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:err:virtual:map_fixed_area out of memory for 0x64478000000-0x644795e3000
Using emulated /opt/wine-9.3/lib/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 native(wrapped) libXinerama.so.1
Using native(wrapped) libXxf86vm.so.1
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXi.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
0114:err:ole:CoGetContextToken apartment not initialised
0024:err:virtual:map_fixed_area out of memory for 0x64474a80000-0x644756ed000
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe730000-0x6ffffe87e000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000FFCAAEF1, 28) stub
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 0000000000000000 00000000800ED650) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 00000000807F7370 00000000800ED650) returning a dummy value (current locale)
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe700000-0x6ffffe716000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffe6000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffe6000, unix_prot 0x7.
0024:fixme:nls:LCMapStringEx unsupported lparam 807f6df0
0024:fixme:ntdll:NtQuerySystemInformation (0x000000ce,0x800ec010,0x00000008,(nil)) stub
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/bcrypt.so
Using native(wrapped) libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
0024:fixme:bcrypt:BCryptGetFipsAlgorithmMode 00000000800EBDB0 - semi-stub
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/crypt32.so
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe4d0000-0x6ffffe6e5000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/opengl32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/dnsapi.so
Using native(wrapped) libresolv.so.2
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/ws2_32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/winspool.so
Using native(wrapped) libcups.so.2
012c:fixme:sync:SetWaitableTimerEx (00000000000001FC, 000000006229FE30, 500, 0000000000000000, 0000000000000000, 0000000000000000, 50) semi-stub
0128:fixme:virtual:NtFlushProcessWriteBuffers stub
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF960, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 000000008072C298, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0024:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0024:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x00000402,0000000000000000,0x0001,0x00000000,00000000800E8B10,0000000000000000): stub
0024:err:eventlog:ReportEventW L"Application: wxsimate.exe\n"
0024:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n"
0024:err:eventlog:ReportEventW L"Description: The process was terminated due to an unhandled exception.\n"
0024:err:eventlog:ReportEventW L"Exception Info: System.NullReferenceException\n"
0024:err:eventlog:ReportEventW L"   at System.Drawing.Font.GetHeight()\n"
0024:err:eventlog:ReportEventW L"   at System.Drawing.Font.get_Height()\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.Control.get_FontHeight()\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.TextBoxBase.get_PreferredHeight()\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.TextBoxBase.get_DefaultSize()\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.Control..ctor(Boolean)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.TextBoxBase..ctor()\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.ThreadExceptionDialog..ctor(System.Exception)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.Application+ThreadContext.OnThreadException(System.Exception)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.Control.WndProcException(System.Exception)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)\n"
0024:err:eventlog:ReportEventW L"   at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)\n"
0024:err:eventlog:ReportEventW L"   at wxsimate.Form1.Main()\n"
0024:err:eventlog:ReportEventW L"\n"
0024:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub

Unhandled Exception: 0024:err:virtual:map_fixed_area out of memory for 0x6ffffe350000-0x6ffffe4ba000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe80000-0x7ffffffea000, unix_prot 0x7.

   Cannot print exception string because Exception.ToString() failed.
wine: Unhandled page fault on read access to 0000000000000000 at address 000000009A3EBEA6 (thread 0024), starting debugger...
0024:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 32 592" (1359)
Read the Wine Developers Guide on how to set up winedbg or another debugger
ptitSeb commented 3 days ago

The memory errors are because you are runningon a system with only 39 bits of address space. Also, box64 detect that:

BOX64: Didn't detect 48bits of address space, considering it's 39bits

So wine (or anything) cannot allocate memory beyond 39 bits.

Wine should compensate and allocate memory elsewhere.

You issue, anyway, seems Fonts related. Maybe you are missing some of the required fonts for your program?

matthewLkSk commented 3 days ago

Okay then.

I installed the missing fonts in winetricks and don't get the fonts issue.

My program now takes a bit longer to crash after clicking buttons, but still crashes and appears to be crashing in .NET

$ wine wxsimate.exe
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 50 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/local/games/:/usr/games/
Looking for /usr/local/bin/wine
Apply RC params for wine
Applying BOX64_MAXCPU=64
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine preloader detected, loading "/opt/wine-9.3/bin/wine" directly
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/bin/wine
Apply RC params for wine
Applying BOX64_MAXCPU=64
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
posix_spawn(0x7fa03aeb6c, "/opt/wine-9.3/bin/wineserver", (nil), (nil), 0x7fa03aeb70["/opt/wine-9.3/bin/wineserver", "", ...], 0x7fa03aefe8), IsX64=1, IsX86=0 IsScript=0 envp is context->envv
 => posix_spawn(0x7fa03aeb6c, "/usr/local/bin/box64", (nil), (nil), 0x7fe6f7a690 ["/usr/local/bin/box64", "/opt/wine-9.3/bin/wineserver", ""...:1], 0x7fe6f7b2b0)
posix_spawn returned 0
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/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
002c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0034:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0068:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0068:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0068:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0090:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0090:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0090:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0090:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0090:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0090:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
00f0:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00f0:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00f0:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00f0:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00f0:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00f0:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff530000-0x6fffff59f000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff80000-0x7ffffffef000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff470000-0x6fffff519000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff40000-0x7ffffffe9000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000818525B7, 28) stub
Using emulated /opt/wine-9.3/lib/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
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe960000-0x6ffffe976000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffe6000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe890000-0x6ffffe94d000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff30000-0x7ffffffed000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000008150CDE4, 28) stub
0024:fixme:heap:GetNumaHighestNodeNumber semi-stub: 00000000800EFAE8
0024:fixme:seh:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscordacwks.dll", 0000000080D10000) stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:err:virtual:map_fixed_area out of memory for 0x64478000000-0x644795e3000
Using emulated /opt/wine-9.3/lib/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 native(wrapped) libXinerama.so.1
Using native(wrapped) libXxf86vm.so.1
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXi.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
0114:err:ole:CoGetContextToken apartment not initialised
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff50000-0x7fffffff0000, unix_prot 0.
0024:err:virtual:map_fixed_area out of memory for 0x64474a80000-0x644756ed000
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe730000-0x6ffffe87e000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000FFC0AEF1, 28) stub
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 0000000000000000 00000000800ED650) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 00000000807F4470 00000000800ED650) returning a dummy value (current locale)
0024:fixme:ntdll:NtQuerySystemInformation (0x000000ce,0x800ec010,0x00000008,(nil)) stub
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff1c0000-0x7ffffffea000, unix_prot 0x7.
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/bcrypt.so
Using native(wrapped) libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
0024:fixme:bcrypt:BCryptGetFipsAlgorithmMode 00000000800EBDB0 - semi-stub
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe5b0000-0x6ffffe717000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe80000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe80000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffb50000-0x7ffffffe2000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000605C06F8, 51) stub
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe380000-0x6ffffe595000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff30000-0x7ffffffea000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff50000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffba0000-0x7ffffffea000, unix_prot 0x7.
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffa0000-0x7ffffffe6000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe90000-0x7ffffffe5000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffecd0000-0x7ffffffe4000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffb50000-0x7ffffffed000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffe4000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffa0000-0x7ffffffe1000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffe3000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe00000-0x7ffffffeb000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff30000-0x7ffffffea000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffef000, unix_prot 0x7.
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/opengl32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/dnsapi.so
Using native(wrapped) libresolv.so.2
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/ws2_32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/winspool.so
Using native(wrapped) libcups.so.2
012c:fixme:sync:SetWaitableTimerEx (00000000000001FC, 000000007A43FE30, 500, 0000000000000000, 0000000000000000, 0000000000000000, 50) semi-stub
0128:fixme:virtual:NtFlushProcessWriteBuffers stub
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F960, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000078C0F850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0130:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 000000007A53EF10, 00000000808D12C0, 000000007A53EF18, 000000007A53EF08
0130:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 000000007A53EF10, 00000000808D12C0, 000000007A53EF18, 000000007A53EF08
0130:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 000000007A53EF10, 00000000808D12C0, 000000007A53EF18, 000000007A53EF08
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
0024:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0024:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x000003ff,0000000000000000,0x0001,0x00000000,00000000800E9E70,0000000000000000): stub
0024:err:eventlog:ReportEventW L"Application: wxsimate.exe\n"
0024:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n"
0024:err:eventlog:ReportEventW L"Description: The process was terminated due to an internal error in the .NET Runtime at IP 0000000080E81EF7 (0000000080D10000) with exit code 80131506.\n"
0024:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
0024:fixme:seh:RaiseFailFastException (00000000800EB6F0, 00000000800EB200, 0) stub
ptitSeb commented 3 days ago

tere seems to be a segfault happening. Use BOX64_SIGSEGV=1 to show more detail. Maybe add also BOX64_SHOWBT=1 and BOX64_ROLLING_LOG=1 to see even more details.

matthewLkSk commented 3 days ago

Enabling those configs for the wine process:

Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Warning, unsupported BOX64_SIGSEGV=1 for [wine] in /etc/box64.box64rc
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 50 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/local/games/:/usr/games/
Looking for /usr/local/bin/wine
Apply RC params for wine
Applying BOX64_ROLLING_LOG=1
Applying BOX64_SHOWBT=1
Applying BOX64_MAXCPU=64
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Warning, unsupported BOX64_SIGSEGV=1 for [wine] in /etc/box64.box64rc
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine preloader detected, loading "/opt/wine-9.3/bin/wine" directly
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/bin/wine
Apply RC params for wine
Applying BOX64_ROLLING_LOG=1
Applying BOX64_SHOWBT=1
Applying BOX64_MAXCPU=64
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
posix_spawn(0x7f81b6eb6c, "/opt/wine-9.3/bin/wineserver", (nil), (nil), 0x7f81b6eb70["/opt/wine-9.3/bin/wineserver", "", ...], 0x7f81b6efe8), IsX64=1, IsX86=0 IsScript=0 envp is context->envv
 => posix_spawn(0x7f81b6eb6c, "/usr/local/bin/box64", (nil), (nil), 0x7fc342bac0 ["/usr/local/bin/box64", "/opt/wine-9.3/bin/wineserver", ""...:1], 0x7fc342c6e0)
posix_spawn returned 0
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Warning, unsupported BOX64_SIGSEGV=1 for [wine] in /etc/box64.box64rc
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/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
002c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0034:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0050:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
006c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
006c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
006c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
006c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
006c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
006c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
008c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
008c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
008c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
008c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
008c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
008c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00c8:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00c8:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
00ec:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00ec:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00ec:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00ec:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00ec:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00ec:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff530000-0x6fffff59f000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff80000-0x7ffffffef000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff470000-0x6fffff519000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff40000-0x7ffffffe9000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000818525B7, 28) stub
Using emulated /opt/wine-9.3/lib/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
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe960000-0x6ffffe976000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffe6000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe890000-0x6ffffe94d000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff30000-0x7ffffffed000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000008150CDE4, 28) stub
0024:fixme:heap:GetNumaHighestNodeNumber semi-stub: 00000000800EFAE8
0024:fixme:seh:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscordacwks.dll", 0000000080D10000) stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
Last calls
0024:err:virtual:map_fixed_area out of memory for 0x64478000000-0x644795e3000
Using emulated /opt/wine-9.3/lib/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 native(wrapped) libXinerama.so.1
Using native(wrapped) libXxf86vm.so.1
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXi.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
0114:err:ole:CoGetContextToken apartment not initialised
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff50000-0x7fffffff0000, unix_prot 0.
0024:err:virtual:map_fixed_area out of memory for 0x64474a80000-0x644756ed000
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe730000-0x6ffffe87e000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000FFC0AEF1, 28) stub
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 0000000000000000 00000000800ED650) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 000000008080AE50 00000000800ED650) returning a dummy value (current locale)
0024:fixme:ntdll:NtQuerySystemInformation (0x000000ce,0x800ec010,0x00000008,(nil)) stub
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/bcrypt.so
Using native(wrapped) libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
0024:fixme:bcrypt:BCryptGetFipsAlgorithmMode 00000000800EBDB0 - semi-stub
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe5b0000-0x6ffffe717000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe80000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe80000-0x7ffffffe7000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000821A06F8, 51) stub
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe380000-0x6ffffe595000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/opengl32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/dnsapi.so
Using native(wrapped) libresolv.so.2
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/ws2_32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/winspool.so
Using native(wrapped) libcups.so.2
0128:fixme:virtual:NtFlushProcessWriteBuffers stub
012c:fixme:sync:SetWaitableTimerEx (00000000000001FC, 0000000061FFFE30, 500, 0000000000000000, 0000000000000000, 0000000000000000, 50) semi-stub
Last calls
Last calls
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF960, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E28, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
Last calls
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0128:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000061ACEF90, 000000008087CAD0, 0000000061ACEF98, 0000000061ACEF88
0128:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000061ACEF90, 000000008087CAD0, 0000000061ACEF98, 0000000061ACEF88
0128:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000061ACEF90, 000000008087CAD0, 0000000061ACEF98, 0000000061ACEF88
Last calls
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0024:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0024:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x000003ff,0000000000000000,0x0001,0x00000000,00000000800E9E70,0000000000000000): stub
0024:err:eventlog:ReportEventW L"Application: wxsimate.exe\n"
0024:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n"
0024:err:eventlog:ReportEventW L"Description: The process was terminated due to an internal error in the .NET Runtime at IP 0000000080E81EF3 (0000000080D10000) with exit code 80131506.\n"
0024:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
0024:fixme:seh:RaiseFailFastException (00000000800EB6F0, 00000000800EB200, 0) stub
matthewLkSk commented 2 days ago

Does the log show the info that identifies what going on?

Is there a solution to this fault?

ptitSeb commented 8 hours ago

I don't see anything box64 relevent in this log. Maybe try with BOX64_DYNAREC=0 to run without the dynarec (so slowly) and see if it does work better that way. Also, just to be sure, this program runs fine with the same Wine version on a x86_64 machine?

matthewLkSk commented 7 hours ago

Looking at the wine version they are actually different versions - so that may be why. On the x86_64 machine it is 9.0 (the latest stable version) which works very well with no crashes, but on the ARM it is 9.3 (dev version) which is what got installed when using box64 + winex64 from Pi Apps.

When running with that config the program still crashes in the same way as before:

$wine wxsimate.exe
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Warning, unsupported BOX64_SIGSEGV=1 for [wine] in /etc/box64.box64rc
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 50 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/local/games/:/usr/games/
Looking for /usr/local/bin/wine
Apply RC params for wine
Applying BOX64_ROLLING_LOG=1
Applying BOX64_SHOWBT=1
Applying BOX64_MAXCPU=64
Applying BOX64_DYNAREC=0
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Warning, unsupported BOX64_SIGSEGV=1 for [wine] in /etc/box64.box64rc
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Wine preloader detected, loading "/opt/wine-9.3/bin/wine" directly
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
BOX64: Detected running wine with "wxsimate.exe"
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/bin/wine
Apply RC params for wine
Applying BOX64_ROLLING_LOG=1
Applying BOX64_SHOWBT=1
Applying BOX64_MAXCPU=64
Applying BOX64_DYNAREC=0
argv[1]="wxsimate.exe"
Rename process to "wine"
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 /opt/wine-9.3/bin/../lib/wine/x86_64-unix/ntdll.so
Using emulated /lib/x86_64-linux-gnu/libunwind.so.8
Using native(wrapped) liblzma.so.5
posix_spawn(0x7f9bb0eb7c, "/opt/wine-9.3/bin/wineserver", (nil), (nil), 0x7f9bb0eb80["/opt/wine-9.3/bin/wineserver", "", ...], 0x7f9bb0eff8), IsX64=1, IsX86=0 IsScript=0 envp is context->envv
 => posix_spawn(0x7f9bb0eb7c, "/usr/local/bin/box64", (nil), (nil), 0x7fddcca250 ["/usr/local/bin/box64", "/opt/wine-9.3/bin/wineserver", ""...:1], 0x7fddccae70)
posix_spawn returned 0
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores
Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz
Warning, unsupported BOX64_SIGSEGV=1 for [wine] in /etc/box64.box64rc
Params database has 75 entries
Box64 with Dynarec v0.2.9 df228f88 built on Jun 23 2024 06:19:32
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 52 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/local/games/:/usr/games/
Looking for /opt/wine-9.3/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
002c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
002c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0034:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0034:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
003c:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0048:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0060:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0060:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0060:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0060:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0060:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0060:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0080:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0080:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0080:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0080:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0080:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0080:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0094:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0094:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0094:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0094:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0094:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0094:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0094:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
00b4:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00b4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00b4:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00b4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00b4:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00b4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff530000-0x6fffff59f000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff80000-0x7ffffffef000, unix_prot 0x7.
00ec:err:virtual:map_fixed_area out of memory for 0x6fffffcd0000-0x6ffffffef000
00ec:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffcd0000-0x7ffffffef000, unix_prot 0x7.
00ec:err:virtual:map_fixed_area out of memory for 0x6fffffb30000-0x6fffffcb9000
00ec:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffe9000, unix_prot 0x7.
00ec:err:virtual:map_fixed_area out of memory for 0x6fffff5b0000-0x6fffffb12000
00ec:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6fffff470000-0x6fffff519000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff40000-0x7ffffffe9000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000818525B7, 28) stub
Using emulated /opt/wine-9.3/lib/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
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe990000-0x6fffff457000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff520000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe960000-0x6ffffe976000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffe6000, unix_prot 0x7.
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe890000-0x6ffffe94d000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff30000-0x7ffffffed000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000008150CDE4, 28) stub
0024:fixme:heap:GetNumaHighestNodeNumber semi-stub: 00000000800EFAE8
0024:fixme:seh:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscordacwks.dll", 0000000080D10000) stub
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
Last calls
0024:err:virtual:map_fixed_area out of memory for 0x64478000000-0x644795e3000
Using emulated /opt/wine-9.3/lib/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 native(wrapped) libXinerama.so.1
Using native(wrapped) libXxf86vm.so.1
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXcomposite.so.1
Using native(wrapped) libXi.so.6
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXfixes.so.3
0114:err:ole:CoGetContextToken apartment not initialised
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff50000-0x7fffffff0000, unix_prot 0.
0024:err:virtual:map_fixed_area out of memory for 0x64474a80000-0x644756ed000
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe730000-0x6ffffe87e000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffea0000-0x7ffffffee000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000FFC0AEF1, 28) stub
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 0000000000000000 00000000800ED650) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0x809 00000000800ED654 00000000807D7040 00000000800ED650) returning a dummy value (current locale)
0024:fixme:ntdll:NtQuerySystemInformation (0x000000ce,0x800ec010,0x00000008,(nil)) stub
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/bcrypt.so
Using native(wrapped) libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_derive_secret in loaded elfs
Warning, function gnutls_privkey_derive_secret not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_export_dh_raw in loaded elfs
Warning, function gnutls_privkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_privkey_import_dh_raw in loaded elfs
Warning, function gnutls_privkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_export_dh_raw in loaded elfs
Warning, function gnutls_pubkey_export_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
Look for gnutls_pubkey_import_dh_raw in loaded elfs
Warning, function gnutls_pubkey_import_dh_raw not found in lib libgnutls.so.30
0024:fixme:bcrypt:BCryptGetFipsAlgorithmMode 00000000800EBDB0 - semi-stub
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe5b0000-0x6ffffe717000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe80000-0x7ffffffe7000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe80000-0x7ffffffe7000, unix_prot 0x7.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000000821A06F8, 51) stub
0024:err:virtual:map_fixed_area out of memory for 0x6ffffe380000-0x6ffffe595000
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0024:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdd0000-0x7ffffffe5000, unix_prot 0x7.
0124:fixme:sync:SetWaitableTimerEx (00000000000001D0, 0000000061BCFE30, 500, 0000000000000000, 0000000000000000, 0000000000000000, 50) semi-stub
0120:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000061ACEF90, 0000000080861BA0, 0000000061ACEF98, 0000000061ACEF88
0120:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000061ACEF90, 0000000080861BA0, 0000000061ACEF98, 0000000061ACEF88
0120:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0000000061ACEF90, 0000000080861BA0, 0000000061ACEF98, 0000000061ACEF88
0120:fixme:virtual:NtFlushProcessWriteBuffers stub
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/opengl32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/dnsapi.so
Using native(wrapped) libresolv.so.2
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/ws2_32.so
Using emulated /opt/wine-9.3/lib/wine/x86_64-unix/winspool.so
Using native(wrapped) libcups.so.2
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
0120:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
Last calls
Last calls
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF960, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0114:fixme:ole:thread_context_callback_ContextCallback 0000000080720E88, 0000000081262B80, 0000000060ADF850, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0128:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
Last calls
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0114:err:sync:RtlpWaitForCriticalSection section 0000000077AF1F00 "../wine-9.3/dlls/wbemprox/table.c: table_cs" wait timed out in thread 0114, blocked by 0024, retrying (60 sec)
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004002 for dll L"C:\\windows\\system32\\wbem\\wbemdisp.dll"
0024:err:ole:create_server class {172bddf8-ceea-11d1-8b05-00600806d9b6} not registered
0024:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0024:err:ole:com_get_class_object no class object {172bddf8-ceea-11d1-8b05-00600806d9b6} could be created for context 0x15
Last calls
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
Last calls
0024:err:seh:user_callback_handler ignoring exception c0000005
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
0024:err:seh:user_callback_handler ignoring exception e0434352
Last calls
0024:err:seh:user_callback_handler ignoring exception c0000005
Last calls
0024:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0024:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x000003ff,0000000000000000,0x0001,0x00000000,00000000800EC630,0000000000000000): stub
0024:err:eventlog:ReportEventW L"Application: wxsimate.exe\n"
0024:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n"
0024:err:eventlog:ReportEventW L"Description: The process was terminated due to an internal error in the .NET Runtime at IP 0000000080E9EB8C (0000000080D10000) with exit code 80131506.\n"
0024:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
0024:fixme:seh:RaiseFailFastException (00000000800EDEB0, 00000000800ED9C0, 0) stub