Cannot allocate memory error 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 ```