Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Bug Unity build crashes at launch

Discussion in 'Editor & General Support' started by jeanf_le, Aug 15, 2023.

  1. jeanf_le

    jeanf_le

    Joined:
    Jul 28, 2014
    Posts:
    10
    Hello everyone,

    I have a strange crash when I start my game.
    And not much clues...

    Here is what I got:

    Unity version: 2022.3.3f1
    target platform: Windows 64 (windows 11)

    Description of the error:
    - When trying to start the built game, it crashes automatically.
    - The error has been reproduced on multiple computers so it rules out the possibility of being a driver of some sort.

    Mono path[0] = 'C:/Users/{USER}/Desktop/Builds/StandaloneWindows64/{MyGame}/Managed'
    Mono config path = 'C:/Users/{USER}/Desktop/Builds/StandaloneWindows64/myGame/MonoBleedingEdge/etc'
    RuntimeInitializeOnLoadManagerInitializer: Failed reading 'RuntimeInitializeOnLoads.json'Initialize engine version: 2022.3.3f1 (7cdc2969a641)
    [Subsystems] Discovering subsystems at path C:/Users/{USER}/Desktop/Builds/StandaloneWindows64/{MyGame}/UnitySubsystems
    [Subsystems] No descriptors matched for examples in UnitySubsystems/OculusXRPlugin/UnitySubsystemsManifest.json.
    [Subsystems] 1 'inputs' descriptors matched in UnitySubsystems/OculusXRPlugin/UnitySubsystemsManifest.json
    [Subsystems] 1 'displays' descriptors matched in UnitySubsystems/OculusXRPlugin/UnitySubsystemsManifest.json
    [Subsystems] No descriptors matched for meshings in UnitySubsystems/OculusXRPlugin/UnitySubsystemsManifest.json.
    [Subsystems] No descriptors matched for examples in UnitySubsystems/UnityMockHMD/UnitySubsystemsManifest.json.
    [Subsystems] 1 'inputs' descriptors matched in UnitySubsystems/UnityMockHMD/UnitySubsystemsManifest.json
    [Subsystems] 1 'displays' descriptors matched in UnitySubsystems/UnityMockHMD/UnitySubsystemsManifest.json
    [Subsystems] No descriptors matched for meshings in UnitySubsystems/UnityMockHMD/UnitySubsystemsManifest.json.
    [Subsystems] No descriptors matched for examples in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json.
    [Subsystems] 1 'inputs' descriptors matched in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json
    [Subsystems] 1 'displays' descriptors matched in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json
    [Subsystems] No descriptors matched for meshings in UnitySubsystems/UnityOpenXR/UnitySubsystemsManifest.json.
    GfxDevice: creating device client; threaded=1; jobified=1
    [XR] [22196] [16:58:39.986][Info ] Available Layers: (0)
    [XR] SetOutput Failed.[XR] [22196] [16:58:39.993][Error ] xrGetSystem: XR_ERROR_FORM_FACTOR_UNAVAILABLE
    [XR] [22196] [16:58:39.993][Info ]
    ==== Start Unity OpenXR Diagnostic Report ====
    [XR] [22196] [16:58:39.993][Info ] ==== Report Reason: Uncaught Exception ====
    [XR] [22196] [16:58:39.993][Info ] ==== OpenXR Init Info ====
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] Stage 1 Missing Entry Points: (1)
    [XR] [22196] [16:58:39.993][Info ] xrInitializeLoaderKHR
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] ==== OpenXR Runtime Info ====
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] Available Runtime Extensions: (28)
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_D3D11_enable: Version=9
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_D3D12_enable: Version=9
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_opengl_enable: Version=10
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_vulkan_enable: Version=8
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_vulkan_enable2: Version=2
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_composition_layer_depth: Version=6
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_win32_convert_performance_counter_time: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_convert_timespec_time: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_composition_layer_cube: Version=8
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_composition_layer_cylinder: Version=4
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_composition_layer_equirect: Version=3
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_visibility_mask: Version=2
    [XR] [22196] [16:58:39.993][Info ] XR_KHR_composition_layer_color_scale_bias: Version=5
    [XR] [22196] [16:58:39.993][Info ] XR_EXT_win32_appcontainer_compatible: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_EXT_debug_utils: Version=4
    [XR] [22196] [16:58:39.993][Info ] XR_OCULUS_recenter_event: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_OCULUS_audio_device_guid: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_FB_color_space: Version=3
    [XR] [22196] [16:58:39.993][Info ] XR_FB_display_refresh_rate: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_META_performance_metrics: Version=2
    [XR] [22196] [16:58:39.993][Info ] XR_META_headset_id: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_OCULUS_ovrsession_handle: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_FB_haptic_amplitude_envelope: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_FB_haptic_pcm: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_FB_touch_controller_pro: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_META_touch_controller_plus: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_FB_touch_controller_proximity: Version=1
    [XR] [22196] [16:58:39.993][Info ] XR_OCULUS_external_camera: Version=1
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] Available Layers: (0)
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] Runtime Name: Oculus
    [XR] [22196] [16:58:39.993][Info ] Runtime Version: 1.87.0
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] ==== OpenXR Exception Thrown ====
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] Error: XrResult failure [XR_ERROR_FORM_FACTOR_UNAVAILABLE]
    [XR] [22196] [16:58:39.993][Info ] Origin: result
    [XR] [22196] [16:58:39.993][Info ] Source: C:\build\output\unity\xr.sdk.openxr\NativePlugin\Source\unity_session.cpp:260
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] ==== Std Exception Thrown ====
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] Function: PreInit_Display_Setup::<lambda_4fbc124a0a834a46f47ad9f63094300a>::eek:perator ()
    [XR] [22196] [16:58:39.993][Info ] Message: XrResult failure [XR_ERROR_FORM_FACTOR_UNAVAILABLE]
    [XR] [22196] [16:58:39.993][Info ] Origin: result
    [XR] [22196] [16:58:39.993][Info ] Source: C:\build\output\unity\xr.sdk.openxr\NativePlugin\Source\unity_session.cpp:260
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] ==== Last 20 non-XR_SUCCESS returns ====
    [XR] [22196] [16:58:39.993][Info ] [FAILURE] xrGetSystem: XR_ERROR_FORM_FACTOR_UNAVAILABLE (1x)
    [XR] [22196] [16:58:39.993][Info ]
    [XR] [22196] [16:58:39.993][Info ] ==== Last 20 Events ====
    [XR] [22196] [16:58:39.993][Info ]
    ==== End Unity OpenXR Diagnostic Report ====
    Direct3D:
    Version: Direct3D 11.0 [level 11.1]
    Renderer: NVIDIA GeForce RTX 4060 Laptop GPU (ID=0x28e0)
    Vendor: NVIDIA
    VRAM: 7971 MB
    Driver: 31.0.15.3667
    Begin MonoManager ReloadAssembly
    - Loaded All Assemblies, in 0.139 seconds
    - Finished resetting the current domain, in 0.002 seconds
    The file 'C:/Users/{USER}/Desktop/Builds/StandaloneWindows64/{MyGame}/globalgamemanagers.assets' is corrupted! Remove it and launch unity again!
    [Position out of bounds!]
    Crash!!!
    SymInit: Symbol-SearchPath: '.', symOptions: 534, UserName: 'USER}'
    OS-Version: 10.0.0
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame.exe:myGame.exe (00007FF686A30000), size: 688128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2022.3.3.56361
    C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FFDAB7B0000), size: 2179072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2134
    C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFDAA290000), size: 802816 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFDA8CB0000), size: 3817472 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2134
    C:\Windows\SYSTEM32\apphelp.dll:apphelp.dll (00007FFDA54C0000), size: 618496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\UnityPlayer.dll:UnityPlayer.dll (00007FFD22F70000), size: 31608832 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2022.3.3.56361
    C:\Windows\System32\USER32.dll:USER32.dll (00007FFDAAD00000), size: 1744896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1928
    C:\Windows\System32\win32u.dll:win32u.dll (00007FFDA8C80000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\GDI32.dll:GDI32.dll (00007FFDA9710000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1778
    C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FFDA92E0000), size: 1150976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FFDA9060000), size: 630784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.608
    C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FFDA9100000), size: 1118208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.608
    C:\Windows\System32\ole32.dll:eek:le32.dll (00007FFDA9570000), size: 1687552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1702
    C:\Windows\System32\combase.dll:combase.dll (00007FFDAA4F0000), size: 3710976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FFDAAFD0000), size: 1142784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1992
    C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFDAA090000), size: 385024 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1635
    C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FFDAB2C0000), size: 684032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.22621.608
    C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFDAA880000), size: 4669440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1778
    C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFDAA1E0000), size: 720896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\sechost.dll:sechost.dll (00007FFDA9740000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FFDA9870000), size: 8478720 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FFDA06A0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFDAA410000), size: 880640 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1992
    C:\Windows\System32\IMM32.dll:IMM32.dll (00007FFDAB220000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1344
    C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FFDA9400000), size: 1470464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FFDAA140000), size: 462848 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FFDA15E0000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFD521C0000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FFDA7410000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFDA5DE0000), size: 176128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFDA29D0000), size: 1273856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FFDA8530000), size: 163840 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1992
    C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FFD840E0000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.608
    C:\Windows\SYSTEM32\dxcore.dll:dxcore.dll (00007FFDA6000000), size: 229376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1778
    C:\Windows\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FFDA7C90000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFDA8C00000), size: 499712 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1928
    C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FFDA5B20000), size: 700416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1635
    C:\Users\{USER}\AppData\Local\Temp\TeamViewer\tv_x64.dll:tv_x64.dll (00007FFD5DAA0000), size: 626688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 15.44.6.0
    C:\Windows\System32\shcore.dll:shcore.dll (00007FFDAAEB0000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FFDA6B20000), size: 9347072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FFDA69E0000), size: 1302528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\profapi.dll:profapi.dll (00007FFDA8AC0000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1928
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFD22540000), size: 10682368 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\SYSTEM32\iphlpapi.dll:iphlpapi.dll (00007FFDA76E0000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\crashpad_handler.dll:crashpad_handler.dll (00007FF7D5F60000), size: 823296 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\AudioPluginMicrosoftSpatializer.dll:AudioPluginMicrosoftSpatializer.dll (00007FFD83D10000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.0.0
    C:\Windows\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FFD9AF00000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.32.31332.0
    C:\Windows\SYSTEM32\MMDevAPI.DLL:MMDevAPI.DLL (00007FFD9F4D0000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\MFPlat.DLL:MFPlat.DLL (00007FFDA19C0000), size: 1892352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1485
    C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FFD9AFC0000), size: 581632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.32.31332.0
    C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FFD9AF30000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.32.31332.0
    C:\Windows\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (00007FFDA8880000), size: 319488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1344
    C:\Windows\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FFDA1980000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\BacktraceCrashpadWindows.dll:BacktraceCrashpadWindows.dll (00007FFD81670000), size: 155648 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\SYSTEM32\CRYPTBASE.DLL:CRYPTBASE.DLL (00007FFDA83B0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FFDAB540000), size: 1208320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1928
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\UnityOpenXR.dll:UnityOpenXR.dll (00007FFD400A0000), size: 724992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.8.1.0
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\openxr_loader.dll:eek:penxr_loader.dll (00007FFD22350000), size: 2027520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.27.0
    C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FFDA3580000), size: 2453504 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FFDA5CC0000), size: 1015808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\directxdatabasehelper.dll:directxdatabasehelper.dll (00007FFD81030000), size: 303104 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Program Files\Oculus\Support\oculus-runtime\LibOVRRT64_1.dll:LibOVRRT64_1.dll (00007FFD21F10000), size: 4415488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 55.0.91.272
    C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FFDA8B90000), size: 438272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FFDA8830000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.819
    C:\Windows\SYSTEM32\DbgHelp.dll:DbgHelp.dll (00007FFDA6590000), size: 2285568 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFDA8390000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FFDA7C00000), size: 217088 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FFDAA1C0000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FFDA81D0000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2134
    C:\Program Files\Oculus\Support\oculus-runtime\RuntimeIPCServiceClient_64.dll:RuntimeIPCServiceClient_64.dll (00007FFD65A60000), size: 1138688 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_EXT_hand_tracking.dll:XR_EXT_hand_tracking.dll (00007FFD21DA0000), size: 1478656 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_body_tracking.dll:XR_FB_body_tracking.dll (00007FFD3DAC0000), size: 729088 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_eye_tracking_social.dll:XR_FB_eye_tracking_social.dll (00007FFD3C7A0000), size: 532480 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_face_tracking.dll:XR_FB_face_tracking.dll (00007FFD384B0000), size: 532480 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_keyboard_tracking.dll:XR_FB_keyboard_tracking.dll (00007FFD37A80000), size: 520192 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_passthrough.dll:XR_FB_passthrough.dll (00007FFD362D0000), size: 1028096 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_render_model.dll:XR_FB_render_model.dll (00007FFD37A00000), size: 483328 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_spatial_entity.dll:XR_FB_spatial_entity.dll (00007FFD217F0000), size: 5914624 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\SYSTEM32\Secur32.dll:Secur32.dll (00007FFD93D80000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FFDA7F00000), size: 270336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_META_virtual_keyboard.dll:XR_META_virtual_keyboard.dll (00007FFD21670000), size: 1519616 (result: 0), SymType: '-deferred-', PDB: ''
    C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FFDAA360000), size: 720896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
    C:\Windows\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (00007FFDA8850000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1344
    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\nvldumdx.dll:nvldumdx.dll (00007FFD37720000), size: 770048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3667
    C:\Windows\SYSTEM32\cryptnet.dll:cryptnet.dll (00007FFDA0660000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\drvstore.dll:drvstore.dll (00007FFDA0480000), size: 1409024 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\wldp.dll:wldp.dll (00007FFDA8440000), size: 307200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\nvwgf2umx.dll:nvwgf2umx.dll (00007FFD04CE0000), size: 99467264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3667
    C:\Windows\system32\nvspcap64.dll:nvspcap64.dll (00007FFD21390000), size: 2953216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.27.0.112
    C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFDA7CB0000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\Display.NvContainer\MessageBus.dll:MessageBus.dll (00007FFD691D0000), size: 7565312 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.22.2758.1620
    C:\Windows\System32\NSI.dll:NSI.dll (00007FFDAAFB0000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFDA1D90000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1344
    C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFD9F4C0000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFD9F440000), size: 524288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFD9D0E0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FFD9D420000), size: 1015808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\amsi.dll:amsi.dll (00007FFD9CE70000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\USERENV.dll:USERENV.dll (00007FFDA8230000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1928
    C:\Program Files\McAfee\MfeAV\AMSIExt.dll:AMSIExt.dll (00007FFD9CDA0000), size: 835584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 26.6.161.0
    C:\Windows\System32\PSAPI.DLL:pSAPI.DLL (00007FFDA9860000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FFD93EA0000), size: 2015232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FFDA6380000), size: 86016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\powrprof.dll:powrprof.dll (00007FFDA7A50000), size: 315392 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1344
    C:\Windows\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FFDA7A30000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22621.1
    ========== OUTPUTTING STACK TRACE ==================
    0x00007FFD23FD4711 (UnityPlayer) UnityMain
    0x00007FFD23FD52A0 (UnityPlayer) UnityMain
    SymInit: Symbol-SearchPath: '.', symOptions: 534, UserName: 'USER}'
    OS-Version: 10.0.0
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame.exe:myGame.exe (00007FF686A30000), size: 688128 (result: 0), SymType: '-exported-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame.exe', fileVersion: 2022.3.3.56361
    C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (00007FFDAB7B0000), size: 2179072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ntdll.dll', fileVersion: 10.0.22621.2134
    C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFDAA290000), size: 802816 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\KERNEL32.DLL', fileVersion: 10.0.22621.2070
    C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFDA8CB0000), size: 3817472 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\KERNELBASE.dll', fileVersion: 10.0.22621.2134
    C:\Windows\SYSTEM32\apphelp.dll:apphelp.dll (00007FFDA54C0000), size: 618496 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\apphelp.dll', fileVersion: 10.0.22621.2070
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\UnityPlayer.dll:UnityPlayer.dll (00007FFD22F70000), size: 31608832 (result: 0), SymType: '-exported-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\UnityPlayer.dll', fileVersion: 2022.3.3.56361
    C:\Windows\System32\USER32.dll:USER32.dll (00007FFDAAD00000), size: 1744896 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\USER32.dll', fileVersion: 10.0.22621.1928
    C:\Windows\System32\win32u.dll:win32u.dll (00007FFDA8C80000), size: 155648 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\win32u.dll', fileVersion: 10.0.22621.2070
    C:\Windows\System32\GDI32.dll:GDI32.dll (00007FFDA9710000), size: 167936 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\GDI32.dll', fileVersion: 10.0.22621.1778
    C:\Windows\System32\gdi32full.dll:gdi32full.dll (00007FFDA92E0000), size: 1150976 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\gdi32full.dll', fileVersion: 10.0.22621.2070
    C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (00007FFDA9060000), size: 630784 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msvcp_win.dll', fileVersion: 10.0.22621.608
    C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (00007FFDA9100000), size: 1118208 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\ucrtbase.dll', fileVersion: 10.0.22621.608
    C:\Windows\System32\ole32.dll:eek:le32.dll (00007FFDA9570000), size: 1687552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\ole32.dll', fileVersion: 10.0.22621.1702
    C:\Windows\System32\combase.dll:combase.dll (00007FFDAA4F0000), size: 3710976 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\combase.dll', fileVersion: 10.0.22621.2070
    C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (00007FFDAAFD0000), size: 1142784 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\RPCRT4.dll', fileVersion: 10.0.22621.1992
    C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFDAA090000), size: 385024 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SHLWAPI.dll', fileVersion: 10.0.22621.1635
    C:\Windows\System32\msvcrt.dll:msvcrt.dll (00007FFDAB2C0000), size: 684032 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msvcrt.dll', fileVersion: 7.0.22621.608
    C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFDAA880000), size: 4669440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SETUPAPI.dll', fileVersion: 10.0.22621.1778
    C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFDAA1E0000), size: 720896 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\ADVAPI32.dll', fileVersion: 10.0.22621.2070
    C:\Windows\System32\sechost.dll:sechost.dll (00007FFDA9740000), size: 679936 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\sechost.dll', fileVersion: 10.0.22621.2070
    C:\Windows\System32\SHELL32.dll:SHELL32.dll (00007FFDA9870000), size: 8478720 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SHELL32.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (00007FFDA06A0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\VERSION.dll', fileVersion: 10.0.22621.1
    C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFDAA410000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\OLEAUT32.dll', fileVersion: 10.0.22621.1992
    C:\Windows\System32\IMM32.dll:IMM32.dll (00007FFDAB220000), size: 200704 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\IMM32.dll', fileVersion: 10.0.22621.1344
    C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (00007FFDA9400000), size: 1470464 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\CRYPT32.dll', fileVersion: 10.0.22621.2070
    C:\Windows\System32\WS2_32.dll:WS2_32.dll (00007FFDAA140000), size: 462848 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\WS2_32.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (00007FFDA15E0000), size: 212992 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\WINMM.dll', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFD521C0000), size: 1048576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\OPENGL32.dll', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\HID.DLL:HID.DLL (00007FFDA7410000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\HID.DLL', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFDA5DE0000), size: 176128 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dwmapi.dll', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFDA29D0000), size: 1273856 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\WINHTTP.dll', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FFDA8530000), size: 163840 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\bcrypt.dll', fileVersion: 10.0.22621.1992
    C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (00007FFD840E0000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\GLU32.dll', fileVersion: 10.0.22621.608
    C:\Windows\SYSTEM32\dxcore.dll:dxcore.dll (00007FFDA6000000), size: 229376 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dxcore.dll', fileVersion: 10.0.22621.1778
    C:\Windows\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FFDA7C90000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\kernel.appcore.dll', fileVersion: 10.0.22621.1
    C:\Windows\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFDA8C00000), size: 499712 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\bcryptPrimitives.dll', fileVersion: 10.0.22621.1928
    C:\Windows\system32\uxtheme.dll:uxtheme.dll (00007FFDA5B20000), size: 700416 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\uxtheme.dll', fileVersion: 10.0.22621.1635
    C:\Users\{USER}\AppData\Local\Temp\TeamViewer\tv_x64.dll:tv_x64.dll (00007FFD5DAA0000), size: 626688 (result: 0), SymType: '-exported-', PDB: 'C:\Users\{USER}\AppData\Local\Temp\TeamViewer\tv_x64.dll', fileVersion: 15.44.6.0
    C:\Windows\System32\shcore.dll:shcore.dll (00007FFDAAEB0000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\shcore.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FFDA6B20000), size: 9347072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\windows.storage.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (00007FFDA69E0000), size: 1302528 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\wintypes.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\profapi.dll:profapi.dll (00007FFDA8AC0000), size: 155648 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\SYSTEM32\profapi.dll', fileVersion: 10.0.22621.1928
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFD22540000), size: 10682368 (result: 0), SymType: '-exported-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'
    C:\Windows\SYSTEM32\iphlpapi.dll:iphlpapi.dll (00007FFDA76E0000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\iphlpapi.dll', fileVersion: 10.0.22621.1
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\crashpad_handler.dll:crashpad_handler.dll (00007FF7D5F60000), size: 823296 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\crashpad_handler.dll'
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\AudioPluginMicrosoftSpatializer.dll:AudioPluginMicrosoftSpatializer.dll (00007FFD83D10000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\AudioPluginMicrosoftSpatializer.dll', fileVersion: 1.0.0.0
    C:\Windows\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FFD9AF00000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\VCRUNTIME140_1.dll', fileVersion: 14.32.31332.0
    C:\Windows\SYSTEM32\MMDevAPI.DLL:MMDevAPI.DLL (00007FFD9F4D0000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\MMDevAPI.DLL', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\MFPlat.DLL:MFPlat.DLL (00007FFDA19C0000), size: 1892352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\MFPlat.DLL', fileVersion: 10.0.22621.1485
    C:\Windows\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FFD9AFC0000), size: 581632 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\MSVCP140.dll', fileVersion: 14.32.31332.0
    C:\Windows\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FFD9AF30000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\VCRUNTIME140.dll', fileVersion: 14.32.31332.0
    C:\Windows\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (00007FFDA8880000), size: 319488 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\cfgmgr32.dll', fileVersion: 10.0.22621.1344
    C:\Windows\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FFDA1980000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\RTWorkQ.DLL', fileVersion: 10.0.22621.1
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\BacktraceCrashpadWindows.dll:BacktraceCrashpadWindows.dll (00007FFD81670000), size: 155648 (result: 0), SymType: '-exported-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\BacktraceCrashpadWindows.dll'
    C:\Windows\SYSTEM32\CRYPTBASE.DLL:CRYPTBASE.DLL (00007FFDA83B0000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\CRYPTBASE.DLL', fileVersion: 10.0.22621.1
    C:\Windows\System32\MSCTF.dll:MSCTF.dll (00007FFDAB540000), size: 1208320 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\MSCTF.dll', fileVersion: 10.0.22621.1928
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\UnityOpenXR.dll:UnityOpenXR.dll (00007FFD400A0000), size: 724992 (result: 0), SymType: '-exported-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\UnityOpenXR.dll', fileVersion: 1.8.1.0
    C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\openxr_loader.dll:eek:penxr_loader.dll (00007FFD22350000), size: 2027520 (result: 0), SymType: '-exported-', PDB: 'C:\Users/{USER}\Desktop\Builds\StandaloneWindows64\myGame\myGame_Data\Plugins\x86_64\openxr_loader.dll', fileVersion: 1.0.27.0
    C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (00007FFDA3580000), size: 2453504 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\d3d11.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (00007FFDA5CC0000), size: 1015808 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dxgi.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\directxdatabasehelper.dll:directxdatabasehelper.dll (00007FFD81030000), size: 303104 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\SYSTEM32\directxdatabasehelper.dll', fileVersion: 10.0.22621.2070
    C:\Program Files\Oculus\Support\oculus-runtime\LibOVRRT64_1.dll:LibOVRRT64_1.dll (00007FFD21F10000), size: 4415488 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\LibOVRRT64_1.dll', fileVersion: 55.0.91.272
    C:\Windows\System32\WINTRUST.dll:WINTRUST.dll (00007FFDA8B90000), size: 438272 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\WINTRUST.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FFDA8830000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\MSASN1.dll', fileVersion: 10.0.22621.819
    C:\Windows\SYSTEM32\DbgHelp.dll:DbgHelp.dll (00007FFDA6590000), size: 2285568 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\DbgHelp.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFDA8390000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\CRYPTSP.dll', fileVersion: 10.0.22621.1
    C:\Windows\system32\rsaenh.dll:rsaenh.dll (00007FFDA7C00000), size: 217088 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rsaenh.dll', fileVersion: 10.0.22621.1
    C:\Windows\System32\imagehlp.dll:imagehlp.dll (00007FFDAA1C0000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\imagehlp.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\gpapi.dll:gpapi.dll (00007FFDA81D0000), size: 155648 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\gpapi.dll', fileVersion: 10.0.22621.2134
    C:\Program Files\Oculus\Support\oculus-runtime\RuntimeIPCServiceClient_64.dll:RuntimeIPCServiceClient_64.dll (00007FFD65A60000), size: 1138688 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\RuntimeIPCServiceClient_64.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_EXT_hand_tracking.dll:XR_EXT_hand_tracking.dll (00007FFD21DA0000), size: 1478656 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_EXT_hand_tracking.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_body_tracking.dll:XR_FB_body_tracking.dll (00007FFD3DAC0000), size: 729088 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_body_tracking.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_eye_tracking_social.dll:XR_FB_eye_tracking_social.dll (00007FFD3C7A0000), size: 532480 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_eye_tracking_social.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_face_tracking.dll:XR_FB_face_tracking.dll (00007FFD384B0000), size: 532480 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_face_tracking.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_keyboard_tracking.dll:XR_FB_keyboard_tracking.dll (00007FFD37A80000), size: 520192 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_keyboard_tracking.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_passthrough.dll:XR_FB_passthrough.dll (00007FFD362D0000), size: 1028096 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_passthrough.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_render_model.dll:XR_FB_render_model.dll (00007FFD37A00000), size: 483328 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_render_model.dll'
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_spatial_entity.dll:XR_FB_spatial_entity.dll (00007FFD217F0000), size: 5914624 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_FB_spatial_entity.dll'
    C:\Windows\SYSTEM32\Secur32.dll:Secur32.dll (00007FFD93D80000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\Secur32.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FFDA7F00000), size: 270336 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\SSPICLI.DLL', fileVersion: 10.0.22621.2070
    C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_META_virtual_keyboard.dll:XR_META_virtual_keyboard.dll (00007FFD21670000), size: 1519616 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\Oculus\Support\oculus-runtime\client-plugins\x64\XR_META_virtual_keyboard.dll'
    C:\Windows\System32\clbcatq.dll:clbcatq.dll (00007FFDAA360000), size: 720896 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\clbcatq.dll', fileVersion: 2001.12.10941.16384
    C:\Windows\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (00007FFDA8850000), size: 180224 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\DEVOBJ.dll', fileVersion: 10.0.22621.1344
    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\nvldumdx.dll:nvldumdx.dll (00007FFD37720000), size: 770048 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\nvldumdx.dll', fileVersion: 31.0.15.3667
    C:\Windows\SYSTEM32\cryptnet.dll:cryptnet.dll (00007FFDA0660000), size: 204800 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\cryptnet.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\drvstore.dll:drvstore.dll (00007FFDA0480000), size: 1409024 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\drvstore.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\wldp.dll:wldp.dll (00007FFDA8440000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\wldp.dll', fileVersion: 10.0.22621.2070
    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\nvwgf2umx.dll:nvwgf2umx.dll (00007FFD04CE0000), size: 99467264 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\nvwgf2umx.dll', fileVersion: 31.0.15.3667
    C:\Windows\system32\nvspcap64.dll:nvspcap64.dll (00007FFD21390000), size: 2953216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\nvspcap64.dll', fileVersion: 3.27.0.112
    C:\Windows\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFDA7CB0000), size: 212992 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ntmarta.dll', fileVersion: 10.0.22621.1
    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\Display.NvContainer\MessageBus.dll:MessageBus.dll (00007FFD691D0000), size: 7565312 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_a4e83a4bfff92e83\Display.NvContainer\MessageBus.dll', fileVersion: 1.22.2758.1620
    C:\Windows\System32\NSI.dll:NSI.dll (00007FFDAAFB0000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\NSI.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFDA1D90000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\dhcpcsvc.DLL', fileVersion: 10.0.22621.1344
    C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFD9F4C0000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\wbemprox.dll', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFD9F440000), size: 524288 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\wbemcomn.dll', fileVersion: 10.0.22621.1
    C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFD9D0E0000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\wbemsvc.dll', fileVersion: 10.0.22621.2070
    C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (00007FFD9D420000), size: 1015808 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\fastprox.dll', fileVersion: 10.0.22621.1635
    C:\Windows\SYSTEM32\amsi.dll:amsi.dll (00007FFD9CE70000), size: 118784 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\amsi.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\USERENV.dll:USERENV.dll (00007FFDA8230000), size: 180224 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\USERENV.dll', fileVersion: 10.0.22621.1928
    C:\Program Files\McAfee\MfeAV\AMSIExt.dll:AMSIExt.dll (00007FFD9CDA0000), size: 835584 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\McAfee\MfeAV\AMSIExt.dll', fileVersion: 26.6.161.0
    C:\Windows\System32\PSAPI.DLL:pSAPI.DLL (00007FFDA9860000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\PSAPI.DLL', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FFD93EA0000), size: 2015232 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\AUDIOSES.DLL', fileVersion: 10.0.22621.2070
    C:\Windows\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FFDA6380000), size: 86016 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\resourcepolicyclient.dll', fileVersion: 10.0.22621.1
    C:\Windows\SYSTEM32\powrprof.dll:powrprof.dll (00007FFDA7A50000), size: 315392 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\powrprof.dll', fileVersion: 10.0.22621.1344
    C:\Windows\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FFDA7A30000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\UMPDC.dll', fileVersion: 10.0.22621.1
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD230CC16B)
    0x00007FFD230CC16B (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD2355B8D9)
    0x00007FFD2355B8D9 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD2355B075)
    0x00007FFD2355B075 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD232BA038)
    0x00007FFD232BA038 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD2372978B)
    0x00007FFD2372978B (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD2371B4F9)
    0x00007FFD2371B4F9 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD2371B38F)
    0x00007FFD2371B38F (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD23727D2A)
    0x00007FFD23727D2A (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD23719813)
    0x00007FFD23719813 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD237502D8)
    0x00007FFD237502D8 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD236E60D4)
    0x00007FFD236E60D4 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD2375DFCA)
    0x00007FFD2375DFCA (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD23752F1C)
    0x00007FFD23752F1C (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD23753EEC)
    0x00007FFD23753EEC (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD232EFCF3)
    0x00007FFD232EFCF3 (UnityPlayer) (function-name not available)
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FFD2377D557)
    0x00007FFD2377D557 (UnityPlayer) (function-name not available)
    0x00007FFD2377DEDB (UnityPlayer) UnityMain
    ERROR: SymGetSymFromAddr64, GetLastError: 'Tentative d’accès à une adresse non valide.' (Address: 00007FF686A311F2)
    0x00007FF686A311F2 (myGame) (function-name not available)
    0x00007FFDAA2A26AD (KERNEL32) BaseThreadInitThunk
    0x00007FFDAB80AA68 (ntdll) RtlUserThreadStart
    ========== END OF STACKTRACE ===========
    A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in:
    * C:/Users/{USER}/AppData/Local/Temp/noName/myGame/Crashes

    I Have attached the crash.dmp in the crash.zip

    Here is the analysis from WinDbg:
    0:000> !analyze -v
    *******************************************************************************
    * *
    * Exception Analysis *
    * *
    *******************************************************************************

    *** WARNING: Unable to verify timestamp for mono-2.0-bdwgc.dll
    *** WARNING: Unable to verify timestamp for LibOVRRT64_1.dll
    *** WARNING: Unable to verify timestamp for MessageBus.dll
    *** WARNING: Unable to verify timestamp for nvwgf2umx.dll

    KEY_VALUES_STRING: 1

    Key : Analysis.CPU.mSec
    Value: 3843

    Key : Analysis.Elapsed.mSec
    Value: 25194

    Key : Analysis.IO.Other.Mb
    Value: 91

    Key : Analysis.IO.Read.Mb
    Value: 0

    Key : Analysis.IO.Write.Mb
    Value: 121

    Key : Analysis.Init.CPU.mSec
    Value: 156

    Key : Analysis.Init.Elapsed.mSec
    Value: 11246

    Key : Analysis.Memory.CommitPeak.Mb
    Value: 153

    Key : Failure.Bucket
    Value: BREAKPOINT_80000003_UnityPlayer.dll!Unknown

    Key : Failure.Hash
    Value: {06aca6d0-53ac-a834-23c0-8ba2a2a61fdc}

    Key : Timeline.OS.Boot.DeltaSec
    Value: 875

    Key : Timeline.Process.Start.DeltaSec
    Value: 57

    Key : WER.OS.Branch
    Value: ni_release

    Key : WER.OS.Version
    Value: 10.0.22621.1

    Key : WER.Process.Version
    Value: 2022.3.3.56361


    FILE_IN_CAB: crash.dmp

    CONTEXT: (.ecxr)
    rax=0000000000000000 rbx=000000f986b1e230 rcx=00000000ffffffff
    rdx=0000000000000003 rsi=0000000000000002 rdi=00000000000000f1
    rip=00007ffd23fd4711 rsp=000000f986b1df10 rbp=000000f986b1e010
    r8=00007ffd24bc4250 r9=0000000000000000 r10=0000000000000000
    r11=000000f986b1dc60 r12=00007ffd2482fa6a r13=000000f986b1e140
    r14=0000000000000000 r15=0000000000000018
    iopl=0 nv up ei pl nz na pe nc
    cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
    UnityPlayer+0x1064711:
    00007ffd`23fd4711 cc int 3
    Resetting default scope

    EXCEPTION_RECORD: (.exr -1)
    ExceptionAddress: 00007ffd23fd4711 (UnityPlayer+0x0000000001064711)
    ExceptionCode: 80000003 (Break instruction exception)
    ExceptionFlags: 00000000
    NumberParameters: 1
    Parameter[0]: 0000000000000000

    PROCESS_NAME: uvs.exe

    ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION} Breakpoint A breakpoint has been reached.

    EXCEPTION_CODE_STR: 80000003

    EXCEPTION_PARAMETER1: 0000000000000000

    STACK_TEXT:
    000000f9`86b1df10 00007ffd`2481deec : 0000026d`3020e030 00000000`00000000 0000026d`3020e030 000000f9`86b1e158 : UnityPlayer+0x1064711
    000000f9`86b1df18 0000026d`3020e030 : 00000000`00000000 0000026d`3020e030 000000f9`86b1e158 00000000`00920000 : UnityPlayer+0x18adeec
    000000f9`86b1df20 00000000`00000000 : 0000026d`3020e030 000000f9`86b1e158 00000000`00920000 000000f9`86b1e078 : 0x0000026d`3020e030


    STACK_COMMAND: ~0s; .ecxr ; kb

    SYMBOL_NAME: UnityPlayer+1064711

    MODULE_NAME: UnityPlayer

    IMAGE_NAME: UnityPlayer.dll

    FAILURE_BUCKET_ID: BREAKPOINT_80000003_UnityPlayer.dll!Unknown

    OS_VERSION: 10.0.22621.1

    BUILDLAB_STR: ni_release

    OSPLATFORM_TYPE: x64

    OSNAME: Windows 10

    IMAGE_VERSION: 2022.3.3.56361

    FAILURE_ID_HASH: {06aca6d0-53ac-a834-23c0-8ba2a2a61fdc}

    Followup: MachineOwner
    ---------

    Here are the packages included in the project:
    {
    "scopedRegistries": [
    {
    "name": "NPM",
    "url": "https://registry.npmjs.org",
    "scopes": [
    "com.redbluegames"
    ]
    },
    {
    "name": "VIVE",
    "url": "https://npm-registry.vive.com",
    "scopes": [
    "com.htc.upm"
    ]
    },
    {
    "name": "Valve",
    "url": "https://registry.npmjs.org",
    "scopes": [
    "com.valvesoftware",
    "com.valvesoftware.openvr"
    ]
    },
    {
    "name": "Backtrace",
    "url": "https://package.openupm.com",
    "scopes": [
    "io.backtrace.unity"
    ]
    },
    {
    "name": "jeanf",
    "url": "https://registry.npmjs.com",
    "scopes": [
    "fr.jeanf"
    ]
    },
    {
    "name": "labo_onirique",
    "url": "https://registry.npmjs.com",
    "scopes": [
    "com.labo_onirique.ipadfrontend"
    ]
    }
    ],
    "dependencies": {
    "com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
    "com.microsoft.spatialaudio.spatializer.unity": "file:MixedReality/com.microsoft.spatialaudio.spatializer.unity-1.0.196.tgz",
    "com.unity.2d.sprite": "1.0.0",
    "com.unity.2d.spriteshape": "9.0.2",
    "com.unity.addressables": "1.21.12",
    "com.unity.ai.navigation": "1.1.3",
    "com.unity.animation.rigging": "1.2.1",
    "com.unity.burst": "1.8.7",
    "com.unity.collab-proxy": "2.0.5",
    "com.unity.entities": "1.0.11",
    "com.unity.entities.graphics": "1.0.11",
    "com.unity.feature.vr": "1.0.0",
    "com.unity.formats.fbx": "4.2.1",
    "com.unity.ide.rider": "3.0.24",
    "com.unity.ide.visualstudio": "2.0.18",
    "com.unity.ide.vscode": "1.2.5",
    "com.unity.jobs": "0.70.0-preview.7",
    "com.unity.memoryprofiler": "1.0.0",
    "com.unity.performance.profile-analyzer": "1.2.2",
    "com.unity.render-pipelines.high-definition": "14.0.8",
    "com.unity.scriptablebuildpipeline": "1.21.5",
    "com.unity.test-framework": "1.1.33",
    "com.unity.testtools.codecoverage": "1.2.4",
    "com.unity.textmeshpro": "3.0.6",
    "com.unity.timeline": "1.7.4",
    "com.unity.ugui": "1.0.0",
    "com.unity.vectorgraphics": "2.0.0-preview.20",
    "com.unity.visualeffectgraph": "14.0.8",
    "com.unity.visualscripting": "1.8.0",
    "com.unity.xr.core-utils": "2.2.1",
    "com.unity.xr.interaction.toolkit": "2.3.2",
    "com.unity.xr.management": "4.3.3",
    "com.unity.xr.mock-hmd": "1.3.0-preview.1",
    "com.unity.xr.oculus": "4.0.0",
    "com.unity.xr.openxr": "1.8.1",
    "fr.jeanf.eventsystem": "0.1.75",
    "fr.jeanf.propertydrawer": "1.0.3",
    "fr.jeanf.vr.player": "0.2.52",
    "io.backtrace.unity": "3.7.8",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.androidjni": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.assetbundle": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.cloth": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.screencapture": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.terrainphysics": "1.0.0",
    "com.unity.modules.tilemap": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unityanalytics": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.vehicles": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.wind": "1.0.0",
    "com.unity.modules.xr": "1.0.0"
    }
    }


    I also use:
    - Vuplex
    - Dotween PRO
    - Bakery
    - MHLab patch system
    - and a bunch of nuget packages for supabase and various web stuff


    Do any of you have any idea what could cause this crash?
    Can anyone help me find clues?
     

    Attached Files:

    Last edited: Aug 16, 2023
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    3,899
    The build is corrupt. Try building again to an empty folder.

    If the issue persists check whether you have any public or SerializeField enclosed within #if DEBUG or similar such that the field only exists in the editor or uses a different type in the editor. This will likely corrupt scene deserialization.