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

Resolved Windows build of Game Crashes quite often!

Discussion in 'Editor & General Support' started by fkjaha_unity, Aug 18, 2023.

  1. fkjaha_unity

    fkjaha_unity

    Joined:
    Dec 1, 2019
    Posts:
    5
    Hi!
    I'm making a game for PC (Windows).
    The problem is that on any device I am getting a regular crashes.
    On some devices they are more often and on some they are less often. (This does not correlate with pc components (on one pc with rtx3070 I had only one crash and on another with rtx3070 I have them very often))

    Unity Version: 2022.3.7f1 (Also tried 2022.3.4-5f1 and 2023.2.0a22)

    I cant reproduce the crash on purpose. I noticed that in 1/4 of cases it crashes when new scene loads) but overall I cant find anything in common in all crashes.

    All the crash logs and .dmp files attached.

    I have already tried: changing versions, deleting Library, cloning project, disabling burst compiler and code optimization.

    And so far I didnt catch any crashes on development build (I played dev build for about half an hour while on default builds I get crashes once a 2-10 mins)

    Also here is WinDbg analysis for one of the crashes:

    ************* Preparing the environment for Debugger Extensions Gallery repositories **************
    ExtensionRepository : Implicit
    UseExperimentalFeatureForNugetShare : false
    AllowNugetExeUpdate : false
    AllowNugetMSCredentialProviderInstall : false
    AllowParallelInitializationOfLocalRepositories : true

    -- Configuring repositories
    ----> Repository : LocalInstalled, Enabled: true
    ----> Repository : UserExtensions, Enabled: true

    >>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.000 seconds

    ************* Waiting for Debugger Extensions Gallery to Initialize **************

    >>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.015 seconds
    ----> Repository : UserExtensions, Enabled: true, Packages count: 0
    ----> Repository : LocalInstalled, Enabled: true, Packages count: 36

    Microsoft (R) Windows Debugger Version 10.0.25877.1004 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.


    Loading Dump File [C:\Users\Fkjaha\AppData\Local\Temp\Fkjaha\Utter Takedown\Crashes\Crash_2023-08-18_144338103\crash.dmp]
    User Mini Dump File: Only registers, stack and portions of memory are available


    ************* Path validation summary **************
    Response Time (ms) Location
    Deferred srv*
    Symbol search path is: srv*
    Executable search path is:
    Windows 10 Version 19045 MP (12 procs) Free x64
    Product: WinNt, suite: SingleUserTS Personal
    Edition build lab: 19041.1.amd64fre.vb_release.191206-1406
    Debug session time: Fri Aug 18 16:43:38.000 2023 (UTC + 2:00)
    System Uptime: not available
    Process Uptime: 0 days 0:01:36.000
    ................................................................
    .............................................
    This dump file has an exception of interest stored in it.
    The stored exception information can be accessed via .ecxr.
    (3cc.5bd8): Access violation - code c0000005 (first/second chance not available)
    For analysis of this file, run !analyze -v
    ntdll!NtWaitForMultipleObjects+0x14:
    00007ffc`07c4db64 c3 ret
    0:057> !analyze -v
    *******************************************************************************
    * *
    * Exception Analysis *
    * *
    *******************************************************************************


    KEY_VALUES_STRING: 1

    Key : AV.Fault
    Value: Read

    Key : Analysis.CPU.mSec
    Value: 484

    Key : Analysis.Elapsed.mSec
    Value: 1144

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

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

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

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

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

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

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

    Key : Failure.Hash
    Value: {4ef3fb3a-e244-c654-7bbb-8dc14d423640}

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

    Key : WER.OS.Branch
    Value: vb_release

    Key : WER.OS.Version
    Value: 10.0.19041.1

    Key : WER.Process.Version
    Value: 9.18.944.0


    FILE_IN_CAB: crash.dmp

    CONTEXT: (.ecxr)
    rax=ffffffffffffffff rbx=000001b701001b20 rcx=ffffffffffffffff
    rdx=00007ffc01139ef0 rsi=000001b701001b20 rdi=0000000000000000
    rip=00007ffb84571e7e rsp=000000389f6fd7b0 rbp=000000389f6fd8e0
    r8=0000000000000000 r9=ffffffff00000000 r10=0000000000002792
    r11=0000000000000001 r12=0000000000000000 r13=0000000000000000
    r14=000001b8200000c0 r15=000001b700c3bb00
    iopl=0 nv up ei ng nz na po nc
    cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010286
    UnityPlayer+0x841e7e:
    00007ffb`84571e7e 488b10 mov rdx,qword ptr [rax] ds:ffffffff`ffffffff=????????????????
    Resetting default scope

    EXCEPTION_RECORD: (.exr -1)
    ExceptionAddress: 00007ffb84571e7e (UnityPlayer+0x0000000000841e7e)
    ExceptionCode: c0000005 (Access violation)
    ExceptionFlags: 00000000
    NumberParameters: 2
    Parameter[0]: 0000000000000000
    Parameter[1]: ffffffffffffffff
    Attempt to read from address ffffffffffffffff

    PROCESS_NAME: Utter Takedown.exe

    READ_ADDRESS: ffffffffffffffff

    ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s.

    EXCEPTION_CODE_STR: c0000005

    EXCEPTION_PARAMETER1: 0000000000000000

    EXCEPTION_PARAMETER2: ffffffffffffffff

    IP_ON_HEAP: 000001b81aaabfb0
    The fault address in not in any loaded module, please check your build's rebase
    log at <releasedir>\bin\build_logs\timebuild\ntrebase.log for module which may
    contain the address if it were loaded.

    FRAME_ONE_INVALID: 1

    STACK_TEXT:
    00000038`9f6fd7b0 000001b8`1aaabfb0 : 00007ffb`83fa5cb4 000001b7`01001b20 00000000`00000000 00000000`00000000 : UnityPlayer+0x841e7e
    00000038`9f6fd7b8 00007ffb`83fa5cb4 : 000001b7`01001b20 00000000`00000000 00000000`00000000 00007ffb`8457184e : 0x000001b8`1aaabfb0
    00000038`9f6fd7c0 000001b7`01001b20 : 00000000`00000000 00000000`00000000 00007ffb`8457184e 000001b7`01001b20 : UnityPlayer+0x275cb4
    00000038`9f6fd7c8 00000000`00000000 : 00000000`00000000 00007ffb`8457184e 000001b7`01001b20 00000000`00000172 : 0x000001b7`01001b20


    SYMBOL_NAME: UnityPlayer+841e7e

    MODULE_NAME: UnityPlayer

    IMAGE_NAME: UnityPlayer.dll

    STACK_COMMAND: ~57s; .ecxr ; kb

    FAILURE_BUCKET_ID: INVALID_POINTER_READ_MINUS_ONE_ffffffff_c0000005_UnityPlayer.dll!Unknown

    OS_VERSION: 10.0.19041.1

    BUILDLAB_STR: vb_release

    OSPLATFORM_TYPE: x64

    OSNAME: Windows 10

    IMAGE_VERSION: 2023.2.0.36296

    FAILURE_ID_HASH: {4ef3fb3a-e244-c654-7bbb-8dc14d423640}

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

    Mono path[0] = 'C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/Managed'
    Mono config path = 'C:/Users/Fkjaha/Desktop/UT Crush Test/MonoBleedingEdge/etc'
    [Physics::Module] Initialized MultithreadedJobDispatcher with 11 workers.
    Initialize engine version: 2023.2.0a22 (6c8dc80eafdf)
    [Subsystems] Discovering subsystems at path C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/UnitySubsystems
    kGfxThreadingModeSplitJobs is not supported on Direct3D 11. Reverting to kGfxThreadingModeClientWorkerJobs instead.
    GfxDevice: creating device client; kGfxThreadingModeClientWorkerJobs
    Direct3D:
    Version: Direct3D 11.0 [level 11.1]
    Renderer: NVIDIA GeForce RTX 3070 (ID=0x2488)
    Vendor: NVIDIA
    VRAM: 8031 MB
    Driver: 31.0.15.3699
    Begin MonoManager ReloadAssembly
    - Loaded All Assemblies, in 4.239 seconds
    - Finished resetting the current domain, in 0.001 seconds
    <RI> Initializing input.

    New input system (experimental) initialized
    Using Windows.Gaming.Input
    <RI> Input initialized.

    <RI> Initialized touch support.

    UnloadTime: 0.644700 ms
    [Steamworks.NET] SteamAPI_Init() failed. Refer to Valve's documentation or the comment above this line for more information.
    Loading Scene 2
    Unloading 7 Unused Serialized files (Serialized files now loaded: 0)
    UnloadTime: 4.981200 ms
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Failed to create agent because there is no valid NavMesh
    Unloading 54 unused Assets to reduce memory usage. Loaded Objects now: 17344.
    Total: 2.260000 ms (FindLiveObjects: 0.786800 ms CreateObjectMapping: 0.138100 ms MarkObjects: 1.256400 ms DeleteObjects: 0.078500 ms)

    First video frame not zero: 1 (0.016667s). Result may be out of sync. Please make sure tracks all start at 0 in C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/sharedassets1.resource
    Color primaries 0 is unknown or unsupported by WindowsMediaFoundation. Falling back to default may result in color shift. C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/sharedassets1.resource
    Loading Scene 0
    Unloading 3 Unused Serialized files (Serialized files now loaded: 0)
    NullReferenceException: Object reference not set to an instance of an object.
    at UnityEngine.Bindings.ThrowHelper.ThrowNullReferenceException (System.Object obj) [0x00018] in <dbdcbb8582d84a3681b56c77786a9fc2>:0
    at UnityEngine.GameObject.SetActive (System.Boolean value) [0x00006] in <dbdcbb8582d84a3681b56c77786a9fc2>:0
    at AIStatVisualizer`1[T].OnTargetChanged (T target) [0x00032] in <977a8d7d3d2c48f49214df1c4f5c6a61>:0
    at AIStatVisualizer`1[T].ChangeVisualizationTarget (UnityEngine.GameObject target) [0x00022] in <977a8d7d3d2c48f49214df1c4f5c6a61>:0
    at AIStatsVisualizer.OnTargetChanged () [0x0002c] in <977a8d7d3d2c48f49214df1c4f5c6a61>:0
    at AIStatsVisualizer.ChangeVisualizationTarget (IAIMindBaseProvider target) [0x0005b] in <977a8d7d3d2c48f49214df1c4f5c6a61>:0
    at AIStatsVisualizer.ResetCurrentBase () [0x00000] in <977a8d7d3d2c48f49214df1c4f5c6a61>:0
    at AIMindBase.OnDestroy () [0x00017] in <977a8d7d3d2c48f49214df1c4f5c6a61>:0

    UnloadTime: 42.775600 ms
    Unloading 746 unused Assets to reduce memory usage. Loaded Objects now: 5357.
    Total: 3.459600 ms (FindLiveObjects: 0.412000 ms CreateObjectMapping: 0.128100 ms MarkObjects: 1.726300 ms DeleteObjects: 1.193100 ms)

    Crash!!!
    SymInit: Symbol-SearchPath: '.;C:\Users\Fkjaha\Desktop\UT Crush Test;C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/Plugins\x86_64;C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/Plugins;C:\Users\Fkjaha\Desktop\UT Crush Test;C:\WINDOWS;C:\WINDOWS\system32;', symOptions: 534, UserName: 'Fkjaha'
    OS-Version: 10.0.0
    C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown.exe:Utter Takedown.exe (00007FF655710000), size: 688128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2023.2.0.36296
    C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FFC07BB0000), size: 2064384 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3324
    C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFC06E40000), size: 782336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFC05640000), size: 3104768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3324
    C:\WINDOWS\SYSTEM32\apphelp.dll:apphelp.dll (00007FFC02B40000), size: 593920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
    C:\Users\Fkjaha\Desktop\UT Crush Test\UnityPlayer.dll:UnityPlayer.dll (00007FFB83D30000), size: 31522816 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2023.2.0.36296
    C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FFC064B0000), size: 1691648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
    C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FFC05610000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FFC07850000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
    C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FFC05290000), size: 1134592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FFC054F0000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.789
    C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FFC05940000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.789
    C:\WINDOWS\System32\ole32.dll:eek:le32.dll (00007FFC05C10000), size: 1220608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2965
    C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FFC05DA0000), size: 1204224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3208
    C:\WINDOWS\System32\combase.dll:combase.dll (00007FFC06F60000), size: 3489792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
    C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFC07780000), size: 348160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2075
    C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FFC07880000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.19041.546
    C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FFBFF620000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFC05FA0000), size: 4644864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\cfgmgr32.dll:cfgmgr32.dll (00007FFC05590000), size: 319488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\bcrypt.dll:bcrypt.dll (00007FFC055E0000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3208
    C:\WINDOWS\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFC07920000), size: 716800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
    C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FFC075E0000), size: 638976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
    C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FFC066F0000), size: 7618560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFC05ED0000), size: 839680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3208
    C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FFC06650000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
    C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FFBF4A00000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFBCDE00000), size: 1200128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
    C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FFC05AB0000), size: 1433600 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FFC06680000), size: 438272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFBFF1B0000), size: 1089536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3031
    C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FFC03AF0000), size: 53248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (00007FFC00F70000), size: 2502656 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
    C:\WINDOWS\SYSTEM32\d3d12.dll:d3d12.dll (00007FFBDB8F0000), size: 131072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1266
    C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (00007FFC03B30000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2311
    C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FFBD2710000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
    C:\WINDOWS\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFC02F70000), size: 192512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
    C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FFC03150000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFC05460000), size: 532480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2486
    C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (00007FFC02C80000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2193
    C:\WINDOWS\System32\shcore.dll:shcore.dll (00007FFC07530000), size: 708608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1865
    C:\WINDOWS\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FFC03350000), size: 7942144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\SYSTEM32\Wldp.dll:Wldp.dll (00007FFC04CD0000), size: 188416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
    C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (00007FFC051C0000), size: 151552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3155
    C:\Users\Fkjaha\Desktop\UT Crush Test\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFB83310000), size: 10596352 (result: 0), SymType: '-deferred-', PDB: ''
    C:\WINDOWS\SYSTEM32\iphlpapi.dll:iphlpapi.dll (00007FFC04650000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\MSCTF.dll:MSCTF.dll (00007FFC07A50000), size: 1130496 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\nvldumdx.dll:nvldumdx.dll (00007FFBF4CB0000), size: 770048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3699
    C:\WINDOWS\SYSTEM32\msasn1.dll:msasn1.dll (00007FFC04E60000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2251
    C:\WINDOWS\SYSTEM32\cryptnet.dll:cryptnet.dll (00007FFBFF5E0000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.906
    C:\WINDOWS\SYSTEM32\drvstore.dll:drvstore.dll (00007FFBFE6E0000), size: 1343488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2546
    C:\WINDOWS\SYSTEM32\devobj.dll:devobj.dll (00007FFC05020000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3155
    C:\WINDOWS\SYSTEM32\cryptbase.dll:cryptbase.dll (00007FFC04C40000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\wintrust.dll:wintrust.dll (00007FFC05A40000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FFC07680000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1415
    C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFC04C20000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FFC04270000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1052
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\nvwgf2umx.dll:nvwgf2umx.dll (00007FFB85B40000), size: 99467264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 31.0.15.3699
    C:\WINDOWS\system32\nvspcap64.dll:nvspcap64.dll (00007FFBC3040000), size: 2953216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.27.0.112
    C:\WINDOWS\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFC04390000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\Display.NvContainer\MessageBus.dll:MessageBus.dll (00007FFBF15D0000), size: 7565312 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.22.2758.1620
    C:\WINDOWS\SYSTEM32\dxcore.dll:dxcore.dll (00007FFBFE0A0000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FFC07480000), size: 692224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
    C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFBFADE0000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFBFA990000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1566
    C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FFC07840000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.610
    C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFBFFD70000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2673
    C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFBF4430000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FFBF4680000), size: 1093632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\amsi.dll:amsi.dll (00007FFBF1070000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2075
    C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FFC05180000), size: 188416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3155
    C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23070.1004-0\MpOav.dll:MpOav.dll (00007FFBFA210000), size: 507904 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.18.23070.1004
    C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (00007FFBFF6D0000), size: 544768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1503
    C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FFBFF810000), size: 1581056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2364
    C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (00007FFC04A70000), size: 307200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FFC04A30000), size: 73728 (result: 0), SymType: '-deferred-', PDB: ''
    C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FFC02D40000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\Windows.Gaming.Input.dll:Windows.Gaming.Input.dll (00007FFBFC500000), size: 884736 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3031
    C:\WINDOWS\SYSTEM32\inputhost.dll:inputhost.dll (00007FFBFDBF0000), size: 1384448 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\Windows\System32\CoreMessaging.dll:CoreMessaging.dll (00007FFC02860000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3324
    C:\Windows\System32\PROPSYS.dll:pROPSYS.dll (00007FFC00C90000), size: 1007616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.19041.1741
    C:\WINDOWS\SYSTEM32\wintypes.dll:wintypes.dll (00007FFC01D90000), size: 1392640 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2788
    C:\Windows\System32\CoreUIComponents.dll:CoreUIComponents.dll (00007FFC02500000), size: 3530752 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Windows\System32\twinapi.appcore.dll:twinapi.appcore.dll (00007FFBFF3C0000), size: 2125824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3031
    C:\WINDOWS\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
    C:\WINDOWS\SYSTEM32\dcomp.dll:dcomp.dll (00007FFC01F40000), size: 1978368 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2913
    C:\WINDOWS\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FFBFCF90000), size: 1024000 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown_Data\Plugins\x86_64\steam_api64.dll:steam_api64.dll (00007FFBD4F70000), size: 315392 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 8.2.21.95
    C:\WINDOWS\System32\PSAPI.DLL:pSAPI.DLL (00007FFC064A0000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (00007FFC049C0000), size: 434176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.546
    C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown_Data\Plugins\x86_64\lib_burst_generated.dll:lib_burst_generated.dll (00007FFBD0C90000), size: 479232 (result: 0), SymType: '-deferred-', PDB: ''
    C:\WINDOWS\SYSTEM32\mfplat.dll:mfplat.dll (00007FFBE8A00000), size: 1818624 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
    C:\WINDOWS\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FFBEF650000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1741
    C:\WINDOWS\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FFB99130000), size: 1089536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
    C:\WINDOWS\SYSTEM32\Mf.dll:Mf.dll (00007FFBDEAA0000), size: 540672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3086
    C:\WINDOWS\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FFBD2B40000), size: 4775936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3324
    C:\WINDOWS\SYSTEM32\ksuser.dll:ksuser.dll (00007FFBE0930000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
    C:\WINDOWS\System32\mfmp4srcsnk.dll:mfmp4srcsnk.dll (00007FFBCE070000), size: 2113536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3086
    C:\WINDOWS\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FFBE7920000), size: 225280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.746
    C:\Windows\System32\Windows.Media.dll:Windows.Media.dll (00007FFBEC700000), size: 7495680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2075
    C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FFBF5E20000), size: 942080 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1806
    C:\Windows\System32\msmpeg2vdec.dll:msmpeg2vdec.dll (00007FFBDA910000), size: 2600960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\Windows\System32\mfperfhelper.dll:mfperfhelper.dll (00007FFBDD230000), size: 1232896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
    C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FFC00260000), size: 1056768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3271
    C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FFBE8050000), size: 1335296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\msvproc.dll:msvproc.dll (00007FFBDB410000), size: 1441792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1949
    C:\Windows\System32\colorcnv.dll:colorcnv.dll (00007FFBE2EF0000), size: 245760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2604
    C:\Windows\System32\msdmo.dll:msdmo.dll (00007FFC02B20000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
    C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFBFE310000), size: 1982464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.867
    C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (00007FFC05140000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.2130

    ========== OUTPUTTING STACK TRACE ==================

    0x00007FFB84571E7E (UnityPlayer) UnityMain
    0x00007FFB8457184E (UnityPlayer) UnityMain
    0x00007FFB84564C29 (UnityPlayer) UnityMain
    0x00007FFB84D4DBA4 (UnityPlayer) UnityMain
    0x00007FFB84D4330D (UnityPlayer) UnityMain
    0x00007FFB84D4325C (UnityPlayer) UnityMain
    SymInit: Symbol-SearchPath: '.;C:\Users\Fkjaha\Desktop\UT Crush Test;C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/Plugins\x86_64;C:/Users/Fkjaha/Desktop/UT Crush Test/Utter Takedown_Data/Plugins;C:\Users\Fkjaha\Desktop\UT Crush Test;C:\WINDOWS;C:\WINDOWS\system32;', symOptions: 534, UserName: 'Fkjaha'
    OS-Version: 10.0.0
    C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown.exe:Utter Takedown.exe (00007FF655710000), size: 688128 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown.exe', fileVersion: 2023.2.0.36296
    C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FFC07BB0000), size: 2064384 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntdll.dll', fileVersion: 10.0.19041.3324
    C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFC06E40000), size: 782336 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\KERNEL32.DLL', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFC05640000), size: 3104768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\KERNELBASE.dll', fileVersion: 10.0.19041.3324
    C:\WINDOWS\SYSTEM32\apphelp.dll:apphelp.dll (00007FFC02B40000), size: 593920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\apphelp.dll', fileVersion: 10.0.19041.2913
    C:\Users\Fkjaha\Desktop\UT Crush Test\UnityPlayer.dll:UnityPlayer.dll (00007FFB83D30000), size: 31522816 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Fkjaha\Desktop\UT Crush Test\UnityPlayer.dll', fileVersion: 2023.2.0.36296
    C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FFC064B0000), size: 1691648 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\USER32.dll', fileVersion: 10.0.19041.2788
    C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FFC05610000), size: 139264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\win32u.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FFC07850000), size: 180224 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\GDI32.dll', fileVersion: 10.0.19041.2913
    C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FFC05290000), size: 1134592 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\gdi32full.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FFC054F0000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvcp_win.dll', fileVersion: 10.0.19041.789
    C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FFC05940000), size: 1048576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ucrtbase.dll', fileVersion: 10.0.19041.789
    C:\WINDOWS\System32\ole32.dll:eek:le32.dll (00007FFC05C10000), size: 1220608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ole32.dll', fileVersion: 10.0.19041.2965
    C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FFC05DA0000), size: 1204224 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\RPCRT4.dll', fileVersion: 10.0.19041.3208
    C:\WINDOWS\System32\combase.dll:combase.dll (00007FFC06F60000), size: 3489792 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\combase.dll', fileVersion: 10.0.19041.2788
    C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFC07780000), size: 348160 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SHLWAPI.dll', fileVersion: 10.0.19041.2075
    C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FFC07880000), size: 647168 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvcrt.dll', fileVersion: 7.0.19041.546
    C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FFBFF620000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\VERSION.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFC05FA0000), size: 4644864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SETUPAPI.dll', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\cfgmgr32.dll:cfgmgr32.dll (00007FFC05590000), size: 319488 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\cfgmgr32.dll', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\bcrypt.dll:bcrypt.dll (00007FFC055E0000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\bcrypt.dll', fileVersion: 10.0.19041.3208
    C:\WINDOWS\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFC07920000), size: 716800 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\ADVAPI32.dll', fileVersion: 10.0.19041.2913
    C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FFC075E0000), size: 638976 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\sechost.dll', fileVersion: 10.0.19041.2913
    C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FFC066F0000), size: 7618560 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\SHELL32.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFC05ED0000), size: 839680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\OLEAUT32.dll', fileVersion: 10.0.19041.3208
    C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FFC06650000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\IMM32.dll', fileVersion: 10.0.19041.2673
    C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FFBF4A00000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMM.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFBCDE00000), size: 1200128 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OPENGL32.dll', fileVersion: 10.0.19041.2193
    C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FFC05AB0000), size: 1433600 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\CRYPT32.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FFC06680000), size: 438272 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\WS2_32.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFBFF1B0000), size: 1089536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINHTTP.dll', fileVersion: 10.0.19041.3031
    C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FFC03AF0000), size: 53248 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HID.DLL', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (00007FFC00F70000), size: 2502656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d11.dll', fileVersion: 10.0.19041.2913
    C:\WINDOWS\SYSTEM32\d3d12.dll:d3d12.dll (00007FFBDB8F0000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d12.dll', fileVersion: 10.0.19041.1266
    C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (00007FFC03B30000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxgi.dll', fileVersion: 10.0.19041.2311
    C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FFBD2710000), size: 180224 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GLU32.dll', fileVersion: 10.0.19041.2193
    C:\WINDOWS\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FFC02F70000), size: 192512 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dwmapi.dll', fileVersion: 10.0.19041.746
    C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FFC03150000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\kernel.appcore.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFC05460000), size: 532480 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\bcryptPrimitives.dll', fileVersion: 10.0.19041.2486
    C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (00007FFC02C80000), size: 647168 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\uxtheme.dll', fileVersion: 10.0.19041.2193
    C:\WINDOWS\System32\shcore.dll:shcore.dll (00007FFC07530000), size: 708608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\shcore.dll', fileVersion: 10.0.19041.1865
    C:\WINDOWS\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FFC03350000), size: 7942144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\windows.storage.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\SYSTEM32\Wldp.dll:Wldp.dll (00007FFC04CD0000), size: 188416 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Wldp.dll', fileVersion: 10.0.19041.2788
    C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (00007FFC051C0000), size: 151552 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\profapi.dll', fileVersion: 10.0.19041.3155
    C:\Users\Fkjaha\Desktop\UT Crush Test\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFB83310000), size: 10596352 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Fkjaha\Desktop\UT Crush Test\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll'
    C:\WINDOWS\SYSTEM32\iphlpapi.dll:iphlpapi.dll (00007FFC04650000), size: 241664 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\iphlpapi.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\MSCTF.dll:MSCTF.dll (00007FFC07A50000), size: 1130496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MSCTF.dll', fileVersion: 10.0.19041.2673
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\nvldumdx.dll:nvldumdx.dll (00007FFBF4CB0000), size: 770048 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\nvldumdx.dll', fileVersion: 31.0.15.3699
    C:\WINDOWS\SYSTEM32\msasn1.dll:msasn1.dll (00007FFC04E60000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msasn1.dll', fileVersion: 10.0.19041.2251
    C:\WINDOWS\SYSTEM32\cryptnet.dll:cryptnet.dll (00007FFBFF5E0000), size: 200704 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\cryptnet.dll', fileVersion: 10.0.19041.906
    C:\WINDOWS\SYSTEM32\drvstore.dll:drvstore.dll (00007FFBFE6E0000), size: 1343488 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\drvstore.dll', fileVersion: 10.0.19041.2546
    C:\WINDOWS\SYSTEM32\devobj.dll:devobj.dll (00007FFC05020000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\devobj.dll', fileVersion: 10.0.19041.3155
    C:\WINDOWS\SYSTEM32\cryptbase.dll:cryptbase.dll (00007FFC04C40000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\cryptbase.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\wintrust.dll:wintrust.dll (00007FFC05A40000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\wintrust.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FFC07680000), size: 118784 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\imagehlp.dll', fileVersion: 10.0.19041.1415
    C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFC04C20000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTSP.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FFC04270000), size: 212992 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\rsaenh.dll', fileVersion: 10.0.19041.1052
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\nvwgf2umx.dll:nvwgf2umx.dll (00007FFB85B40000), size: 99467264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\nvwgf2umx.dll', fileVersion: 31.0.15.3699
    C:\WINDOWS\system32\nvspcap64.dll:nvspcap64.dll (00007FFBC3040000), size: 2953216 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\nvspcap64.dll', fileVersion: 3.27.0.112
    C:\WINDOWS\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFC04390000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntmarta.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\Display.NvContainer\MessageBus.dll:MessageBus.dll (00007FFBF15D0000), size: 7565312 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_1ddf203f8d876fdf\Display.NvContainer\MessageBus.dll', fileVersion: 1.22.2758.1620
    C:\WINDOWS\SYSTEM32\dxcore.dll:dxcore.dll (00007FFBFE0A0000), size: 241664 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxcore.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FFC07480000), size: 692224 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\clbcatq.dll', fileVersion: 2001.12.10941.16384
    C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFBFADE0000), size: 69632 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\wbemprox.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFBFA990000), size: 589824 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\wbemcomn.dll', fileVersion: 10.0.19041.1566
    C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FFC07840000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\NSI.dll', fileVersion: 10.0.19041.610
    C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFBFFD70000), size: 118784 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL', fileVersion: 10.0.19041.2673
    C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFBF4430000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\wbemsvc.dll', fileVersion: 10.0.19041.3271
    C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FFBF4680000), size: 1093632 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\wbem\fastprox.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\amsi.dll:amsi.dll (00007FFBF1070000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\amsi.dll', fileVersion: 10.0.19041.2075
    C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FFC05180000), size: 188416 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USERENV.dll', fileVersion: 10.0.19041.3155
    C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23070.1004-0\MpOav.dll:MpOav.dll (00007FFBFA210000), size: 507904 (result: 0), SymType: '-exported-', PDB: 'C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.23070.1004-0\MpOav.dll', fileVersion: 4.18.23070.1004
    C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (00007FFBFF6D0000), size: 544768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MMDevApi.dll', fileVersion: 10.0.19041.1503
    C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FFBFF810000), size: 1581056 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AUDIOSES.DLL', fileVersion: 10.0.19041.2364
    C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (00007FFC04A70000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\powrprof.dll', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FFC04A30000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\UMPDC.dll'
    C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FFC02D40000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll', fileVersion: 10.0.19041.546
    C:\Windows\System32\Windows.Gaming.Input.dll:Windows.Gaming.Input.dll (00007FFBFC500000), size: 884736 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.Gaming.Input.dll', fileVersion: 10.0.19041.3031
    C:\WINDOWS\SYSTEM32\inputhost.dll:inputhost.dll (00007FFBFDBF0000), size: 1384448 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\inputhost.dll', fileVersion: 10.0.19041.1741
    C:\Windows\System32\CoreMessaging.dll:CoreMessaging.dll (00007FFC02860000), size: 991232 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\CoreMessaging.dll', fileVersion: 10.0.19041.3324
    C:\Windows\System32\PROPSYS.dll:pROPSYS.dll (00007FFC00C90000), size: 1007616 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\PROPSYS.dll', fileVersion: 7.0.19041.1741
    C:\WINDOWS\SYSTEM32\wintypes.dll:wintypes.dll (00007FFC01D90000), size: 1392640 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\wintypes.dll', fileVersion: 10.0.19041.2788
    C:\Windows\System32\CoreUIComponents.dll:CoreUIComponents.dll (00007FFC02500000), size: 3530752 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\CoreUIComponents.dll', fileVersion: 10.0.19041.546
    C:\Windows\System32\twinapi.appcore.dll:twinapi.appcore.dll (00007FFBFF3C0000), size: 2125824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\twinapi.appcore.dll', fileVersion: 10.0.19041.3031
    C:\WINDOWS\SYSTEM32\xinput1_3.dll:xinput1_3.dll (0000000000400000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\xinput1_3.dll', fileVersion: 9.18.944.0
    C:\WINDOWS\SYSTEM32\dcomp.dll:dcomp.dll (00007FFC01F40000), size: 1978368 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dcomp.dll', fileVersion: 10.0.19041.2913
    C:\WINDOWS\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FFBFCF90000), size: 1024000 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\textinputframework.dll', fileVersion: 10.0.19041.3271
    C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown_Data\Plugins\x86_64\steam_api64.dll:steam_api64.dll (00007FFBD4F70000), size: 315392 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown_Data\Plugins\x86_64\steam_api64.dll', fileVersion: 8.2.21.95
    C:\WINDOWS\System32\PSAPI.DLL:pSAPI.DLL (00007FFC064A0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\PSAPI.DLL', fileVersion: 10.0.19041.546
    C:\WINDOWS\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (00007FFC049C0000), size: 434176 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSWSOCK.dll', fileVersion: 10.0.19041.546
    C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown_Data\Plugins\x86_64\lib_burst_generated.dll:lib_burst_generated.dll (00007FFBD0C90000), size: 479232 (result: 0), SymType: '-exported-', PDB: 'C:\Users\Fkjaha\Desktop\UT Crush Test\Utter Takedown_Data\Plugins\x86_64\lib_burst_generated.dll'
    C:\WINDOWS\SYSTEM32\mfplat.dll:mfplat.dll (00007FFBE8A00000), size: 1818624 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\mfplat.dll', fileVersion: 10.0.19041.746
    C:\WINDOWS\SYSTEM32\RTWorkQ.DLL:RTWorkQ.DLL (00007FFBEF650000), size: 212992 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\RTWorkQ.DLL', fileVersion: 10.0.19041.1741
    C:\WINDOWS\SYSTEM32\mfreadwrite.dll:mfreadwrite.dll (00007FFB99130000), size: 1089536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\mfreadwrite.dll', fileVersion: 10.0.19041.746
    C:\WINDOWS\SYSTEM32\Mf.dll:Mf.dll (00007FFBDEAA0000), size: 540672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Mf.dll', fileVersion: 10.0.19041.3086
    C:\WINDOWS\SYSTEM32\MFCORE.DLL:MFCORE.DLL (00007FFBD2B40000), size: 4775936 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MFCORE.DLL', fileVersion: 10.0.19041.3324
    C:\WINDOWS\SYSTEM32\ksuser.dll:ksuser.dll (00007FFBE0930000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ksuser.dll', fileVersion: 10.0.19041.1
    C:\WINDOWS\System32\mfmp4srcsnk.dll:mfmp4srcsnk.dll (00007FFBCE070000), size: 2113536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\mfmp4srcsnk.dll', fileVersion: 10.0.19041.3086
    C:\WINDOWS\SYSTEM32\CompPkgSup.DLL:CompPkgSup.DLL (00007FFBE7920000), size: 225280 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CompPkgSup.DLL', fileVersion: 10.0.19041.746
    C:\Windows\System32\Windows.Media.dll:Windows.Media.dll (00007FFBEC700000), size: 7495680 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.Media.dll', fileVersion: 10.0.19041.2075
    C:\Windows\System32\Windows.ApplicationModel.dll:Windows.ApplicationModel.dll (00007FFBF5E20000), size: 942080 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.ApplicationModel.dll', fileVersion: 10.0.19041.1806
    C:\Windows\System32\msmpeg2vdec.dll:msmpeg2vdec.dll (00007FFBDA910000), size: 2600960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msmpeg2vdec.dll', fileVersion: 10.0.19041.3271
    C:\Windows\System32\mfperfhelper.dll:mfperfhelper.dll (00007FFBDD230000), size: 1232896 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\System32\mfperfhelper.dll', fileVersion: 10.0.19041.1
    C:\Windows\System32\AppXDeploymentClient.dll:AppXDeploymentClient.dll (00007FFC00260000), size: 1056768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\AppXDeploymentClient.dll', fileVersion: 10.0.19041.3271
    C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FFBE8050000), size: 1335296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\Windows.StateRepositoryPS.dll', fileVersion: 10.0.19041.3155
    C:\WINDOWS\System32\msvproc.dll:msvproc.dll (00007FFBDB410000), size: 1441792 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\msvproc.dll', fileVersion: 10.0.19041.1949
    C:\Windows\System32\colorcnv.dll:colorcnv.dll (00007FFBE2EF0000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\colorcnv.dll', fileVersion: 10.0.19041.2604
    C:\Windows\System32\msdmo.dll:msdmo.dll (00007FFC02B20000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\msdmo.dll', fileVersion: 10.0.19041.1
    C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFBFE310000), size: 1982464 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dbghelp.dll', fileVersion: 10.0.19041.867
    C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (00007FFC05140000), size: 204800 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SspiCli.dll', fileVersion: 10.0.19041.2130
    ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFB842C9CE9)
    0x00007FFB842C9CE9 (UnityPlayer) (function-name not available)
    0x00007FFC06E57614 (KERNEL32) BaseThreadInitThunk
    0x00007FFC07C026B1 (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/Fkjaha/AppData/Local/Temp/Fkjaha/Utter Takedown/Crashes

    Can anyone help?
    I would be very grateful to get any help.
    Thanks in advance:)!

    P.S. I should publish a demo for the Steam next fest very soon so this is very important for me
     

    Attached Files:

  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    36,560
    I'm not sifting through megabytes worth of logfiles for you.

    What have you found by searching for crashes and looking them up in Google?

    That's all anyone here is gonna tell you to do anyway.

    It's just error messages and troubleshooting.

    Remember: NOBODY here memorizes error codes. That's not a thing. The error code is absolutely the least useful part of the error. It serves no purpose at all. Forget the error code. Put it out of your mind.

    The complete error message contains everything you need to know to fix the error yourself.

    The important parts of the error message are:

    - the description of the error itself (google this; you are NEVER the first one!)
    - the file it occurred in (critical!)
    - the line number and character position (the two numbers in parentheses)
    - also possibly useful is the stack trace (all the lines of text in the lower console window)

    Always start with the FIRST error in the console window, as sometimes that error causes or compounds some or all of the subsequent errors. Often the error will be immediately prior to the indicated line, so make sure to check there as well.

    Look in the documentation. Every API you attempt to use is probably documented somewhere. Are you using it correctly? Are you spelling it correctly?

    All of that information is in the actual error message and you must pay attention to it. Learn how to identify it instantly so you don't have to stop your progress and fiddle around with the forum.
     
  3. fkjaha_unity

    fkjaha_unity

    Joined:
    Dec 1, 2019
    Posts:
    5
    I have already spent 2 days on this and I cant find thing about how I should read all those random numbers and what should I do with that. Those crashes have nothing in common and I made this thread to at least find out if there is a problem in code or unity.
    I have already tried googling a lot but I cant find anything helpful.
    Sry if it sounds offensive, I didnt mean do it
     
  4. tsibiski

    tsibiski

    Joined:
    Jul 11, 2016
    Posts:
    569
    The error in the above log says

     ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFB842C9CE9)


    Which searching for brings up this thread that might be useful to look at.

    Considering most people will ask for the logs if someone doesn't provide them, I don't see what the point of this reply is. You don't have to check the logs out by any means, but this seems like an unnecessary jab when they did the right thing by providing them.
     
    Ruslank100 likes this.
  5. fkjaha_unity

    fkjaha_unity

    Joined:
    Dec 1, 2019
    Posts:
    5
    Thanks for you reply.
    I have already read through the thread you have attached today and seems like this message means that Unity Crash handler just didnt find the reason for crash
     
  6. tsibiski

    tsibiski

    Joined:
    Jul 11, 2016
    Posts:
    569
    I guess the takeaway might be that you need to directly contact Unity support to create a ticket, and provide the crash dump. They should be able to extract the real error from the dump, like they seemingly did in that older thread.
     
    fkjaha_unity likes this.
  7. fkjaha_unity

    fkjaha_unity

    Joined:
    Dec 1, 2019
    Posts:
    5
    I managed to fix crashes!
    Turned out the problem was in an asset named "Ultimate Outlines & Highlights".
    After removing it from URP asset rendering features everything works fine.
     
  8. JohnTM

    JohnTM

    Joined:
    Apr 2, 2015
    Posts:
    1
    I've been experiencing this exact same issue (same asset and everything). I've contacted the developer and will post if they manage to find a fix. It's a shame because I use the effect for a few important indicators in the game and it'll be annoying to find, purchase and integrate an alternative solution
     
    fkjaha_unity likes this.
  9. JonathanLeFaucheur

    JonathanLeFaucheur

    Joined:
    Sep 12, 2019
    Posts:
    2
    Thanks to this thread, we found the problem that was causing the crashes that were plaguing our game for some time. Same symptoms, seems to crash randomly and differently even on similar configurations, usually during loading.

    Turns out it was a renderer feature, not what the RenderPasses were doing but the fact we were activating/deactivating and even animating some values on the feature when it was not thought as something that should be updated all the time (or even at all).

    To fix this problem and allow regular updates on the effect, we got rid of the Renderer Feature part and instead used RenderPipelineManager.beginCameraRendering in a monobehaviour to inject the render passe.
     
    fkjaha_unity likes this.