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.

Bug The Player Build Crashes with AnimationClip::FireAnimationEvents

Discussion in 'Animation' started by xiaozj1992, Jun 28, 2023.

  1. xiaozj1992

    xiaozj1992

    Joined:
    Apr 12, 2019
    Posts:
    6
    The build runs better under AMD CPUs, while Intel CPUs crashes much more frequent.

    It doesn't show any errors while running in the Editor.

    I tried to open the Crash.dmp, this comes out:

    Code (CSharp):
    1.  
    2. .....................
    3. 'crash.dmp' (Minidump): Loaded 'C:\Windows\System32\gpapi.dll'.
    4. 'crash.dmp' (Minidump): Loaded 'C:\Windows\System32\dbghelp.dll'.
    5. 'crash.dmp' (Minidump): Loaded 'C:\Windows\System32\TextShaping.dll'.
    6. Unhandled exception at 0x00007FFCBB837A6C (UnityPlayer.dll) in crash.dmp: 0xC0000005: Access violation reading location 0x0000000000000000.
    The Callback Stacks screenshot:
    upload_2023-6-29_1-48-46.png


    The Crash report errors:
    Code (CSharp):
    1.  ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBAB56119)
    2. 0x00007FFCBAB56119 (UnityPlayer) (function-name not available)
    3.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBAB5699F)
    4. 0x00007FFCBAB5699F (UnityPlayer) (function-name not available)
    5.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBA6B124E)
    6. 0x00007FFCBA6B124E (UnityPlayer) (function-name not available)
    7.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBA6B131F)
    8. 0x00007FFCBA6B131F (UnityPlayer) (function-name not available)
    9.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBA6B5322)
    10. 0x00007FFCBA6B5322 (UnityPlayer) (function-name not available)
    11.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBAC18BFF)
    12. 0x00007FFCBAC18BFF (UnityPlayer) (function-name not available)
    13.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBAC1766B)
    14. 0x00007FFCBAC1766B (UnityPlayer) (function-name not available)
    15.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFCBAC1C7E7)
    16. 0x00007FFCBAC1C7E7 (UnityPlayer) (function-name not available)
    17. 0x00007FFCBAC1EEDB (UnityPlayer) UnityMain
    18.   ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FF63B1911F2)
    19. 0x00007FF63B1911F2 (PaperKnight) (function-name not available)
    20. 0x00007FFD77EF26AD (KERNEL32) BaseThreadInitThunk
    21. 0x00007FFD7816A9F8 (ntdll) RtlUserThreadStart
    Could anyone help with this problem?