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. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Bug Editor crash Possible bug

Discussion in 'Editor & General Support' started by stevenfuturlab, Jan 24, 2023.

  1. stevenfuturlab

    stevenfuturlab

    Joined:
    Jan 17, 2022
    Posts:
    1
    I am getting a crash when exiting play mode on editor that appears to be happening due to AsyncGPUReadback.RequestIntoNativeArray starting just before play mode is ended, I have tried to replicate it on a smaller project but cant track down what might be causing the crash, Using Unity 2020.3.38f

    With the stack trace not being very helpful

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

    0x00007FF604EC672E (Unity) memcpy_repmovs
    0x00007FF602335A1E (Unity) prcore::BlitImage
    0x00007FF602187EA0 (Unity) AsyncReadbackDataD3D11::Update
    0x00007FF6041EB56F (Unity) GfxDeviceWorker::RunCommand
    0x00007FF6041F11AD (Unity) GfxDeviceWorker::RunExt
    0x00007FF6041F12C8 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
    0x00007FF602829196 (Unity) Thread::RunThreadWrapper
    0x00007FFEE6EC7614 (KERNEL32) BaseThreadInitThunk
    0x00007FFEE8CC26A1 (ntdll) RtlUserThreadStart

    ========== END OF STACKTRACE ===========

    Does anyone have any ideas on what might be the cause?