Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug (Case 1297730) DSPGraph PlayClip sample crashes in Windows/x64 build

Discussion in '2020.2 Beta' started by Hyp-X, Dec 7, 2020.

  1. Hyp-X

    Hyp-X

    Joined:
    Jun 24, 2015
    Posts:
    432
    Any DSPGraph code is crashing in Windows/x64 build.
    It can be reproduced with the PlayClip sample provided with the package...

    The issue happens in 2020.2.0b14
    The issue DOES NOT happen in 2020.2.0b13

    The crash dump is:

    Code (CSharp):
    1. 0x00007FFAAACBDC46 (mono-2.0-bdwgc) mono_get_runtime_build_info
    2. 0x00007FFAAAC42902 (mono-2.0-bdwgc) mono_perfcounters_init
    3. 0x00007FFAAAC4B95F (mono-2.0-bdwgc) mono_runtime_invoke
    4. 0x00007FFAABBC62ED (UnityPlayer) scripting_method_invoke
    5. 0x00007FFAABBC3592 (UnityPlayer) ScriptingInvocation::Invoke
    6. 0x00007FFAAB882D7B (UnityPlayer) BurstCompilerService::CompileAsync
    7. 0x00007FFAAB882CC9 (UnityPlayer) BurstCompilerService::CompileAsync
    8. 0x00007FFAABA236D4 (UnityPlayer) ProcessCompilationRequests
    9. 0x00007FFAABA231B2 (UnityPlayer) JobReflectionData::FinalizeReflectionData
    10. 0x00007FFAAB468982 (UnityPlayer) Internal_InitializeJob
    11. 0x00007FFAAB629797 (UnityPlayer) DSPGraphInternal_CUSTOM_Internal_InitializeJob
    12. 0x00007FFAD8A0B16B (lib_burst_generated) Ordinal0
    13. 0x00007FFAD8A051BB (lib_burst_generated) Ordinal0
    14. 0x00007FFAD8A04E65 (lib_burst_generated) Ordinal0
    15. 0x00007FFAD8A0BFC2 (lib_burst_generated) 48b351eef39ddda672f56a6738434b01
    16. 0x00007FFAABA28682 (UnityPlayer) ExecuteJobWithSharedJobData
    17. 0x00007FFAAB463D32 (UnityPlayer) AudioOutputHookManager::RunEndMixJobs
    18. 0x00007FFAABDA89F3 (UnityPlayer) AudioManager::systemCallback
    19. 0x00007FFAAC449162 (UnityPlayer) FMOD::DSPSoundCard::read
    20. 0x00007FFAAC3F7769 (UnityPlayer) FMOD::Output::mix
    21. 0x00007FFAAC4443C4 (UnityPlayer) FMOD::OutputWASAPI::mixerUpdate
    22. 0x00007FFAAC3CFF36 (UnityPlayer) FMOD::Thread::callback
    23. 0x00007FFAAC894EF0 (UnityPlayer) thread_start<unsigned int (__cdecl*)(void *),1>
    24. 0x00007FFB28F07034 (KERNEL32) BaseThreadInitThunk
    25. 0x00007FFB290DCEC1 (ntdll) RtlUserThreadStart
     
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,132
    Looks like we have a fix for this incoming.