Giter Site home page Giter Site logo

Comments (10)

quanc avatar quanc commented on August 15, 2024 1

You're welcome! The DataChannel, PeerConnection, and Stats samples work as expected without crashing. Are there any other logs that might be helpful?

from com.unity.webrtc.

karasusan avatar karasusan commented on August 15, 2024 1

Thanks, this issue caused by the driver version. You need to upgrade the driver version.

This package depends on NVIDIA CODEC SDK 9.0. I show below requirements for the SDK.

  • Windows: Driver version 418.81 or higher
  • Linux: Driver version 418.30 or higher

I am sorry for your hassle to solve the issue.
I will add description of the requirements about a display driver to the package manual.
And I fixed the code (#234), this will release next week as a new version 2.2.

Note: The next version 2.2 contains upgrading the SDK 9.1.
Accordingly, package requirements will be changed.

  • Windows: Driver version 436.15 or higher
  • Linux: Driver version 435.21 or higher

It is safer you upgrade the latest version of the driver.

from com.unity.webrtc.

karasusan avatar karasusan commented on August 15, 2024

Hi, thanks for your report,

We are trying to reproduce the issue but haven't done yet.
How about with Unity 2019.4.11.f1?

from com.unity.webrtc.

quanc avatar quanc commented on August 15, 2024

@karasusan Thanks for the response! I encountered the same crash with Unity 2019.4.11.f1. Below is a larger snippet of logs with the stack trace on Unity 2019.4.11.f1:

GetSelectedSdpSemantics
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
MediaStreamSample:Call() (at Assets\Samples\WebRTC\2.1.3-preview\Example\MediaStreamSample.cs:177)
UnityEngine.Events.InvokableCall:Invoke()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.UI.Button:Press() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\UI\Core\Button.cs:68)
UnityEngine.UI.Button:OnPointerClick(PointerEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\UI\Core\Button.cs:110)
UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:261)
UnityEngine.EventSystems.StandaloneInputModule:ReleaseMouse(PointerEventData, GameObject) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:195)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMousePress(MouseButtonEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:644)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMouseEvent(Int32) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:552)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMouseEvent() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:532)
UnityEngine.EventSystems.StandaloneInputModule:Process() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:289)
UnityEngine.EventSystems.EventSystem:Update() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\EventSystem.cs:377)
 
(Filename: Assets/Samples/WebRTC/2.1.3-preview/Example/MediaStreamSample.cs Line: 177)

Created local peer connection object pc1
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
MediaStreamSample:Call() (at Assets\Samples\WebRTC\2.1.3-preview\Example\MediaStreamSample.cs:180)
UnityEngine.Events.InvokableCall:Invoke()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.UI.Button:Press() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\UI\Core\Button.cs:68)
UnityEngine.UI.Button:OnPointerClick(PointerEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\UI\Core\Button.cs:110)
UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:261)
UnityEngine.EventSystems.StandaloneInputModule:ReleaseMouse(PointerEventData, GameObject) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:195)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMousePress(MouseButtonEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:644)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMouseEvent(Int32) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:552)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMouseEvent() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:532)
UnityEngine.EventSystems.StandaloneInputModule:Process() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:289)
UnityEngine.EventSystems.EventSystem:Update() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\EventSystem.cs:377)
 
(Filename: Assets/Samples/WebRTC/2.1.3-preview/Example/MediaStreamSample.cs Line: 180)

Created remote peer connection object pc2
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
MediaStreamSample:Call() (at Assets\Samples\WebRTC\2.1.3-preview\Example\MediaStreamSample.cs:185)
UnityEngine.Events.InvokableCall:Invoke()
UnityEngine.Events.UnityEvent:Invoke()
UnityEngine.UI.Button:Press() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\UI\Core\Button.cs:68)
UnityEngine.UI.Button:OnPointerClick(PointerEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\UI\Core\Button.cs:110)
UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:50)
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\ExecuteEvents.cs:261)
UnityEngine.EventSystems.StandaloneInputModule:ReleaseMouse(PointerEventData, GameObject) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:195)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMousePress(MouseButtonEventData) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:644)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMouseEvent(Int32) (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:552)
UnityEngine.EventSystems.StandaloneInputModule:ProcessMouseEvent() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:532)
UnityEngine.EventSystems.StandaloneInputModule:Process() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\InputModules\StandaloneInputModule.cs:289)
UnityEngine.EventSystems.EventSystem:Update() (at C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Runtime\EventSystem\EventSystem.cs:377)
 
(Filename: Assets/Samples/WebRTC/2.1.3-preview/Example/MediaStreamSample.cs Line: 185)

Crash!!!
SymInit: Symbol-SearchPath: 'C:/Program Files/Unity/Hub/Editor/2019.4.11f1/Editor/Data/Mono;.;C:\Users\chqu\Documents\webrtctest2\WebRtcExample;C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 534, UserName: 'chqu'
OS-Version: 10.0.0
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Unity.exe:Unity.exe (00007FF6929C0000), size: 137138176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2019.4.11.38916
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FF82AFF0000), size: 2052096 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FF829600000), size: 774144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.292
C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FF828970000), size: 2912256 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
pc1 createOffer start
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
<Pc1OnNegotiationNeeded>d__30:MoveNext() (at Assets\Samples\WebRTC\2.1.3-preview\Example\MediaStreamSample.cs:123)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
UnityEngine.MonoBehaviour:StartCoroutineManaged2(IEnumerator)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
MediaStreamSample:<Start>b__27_5() (at Assets\Samples\WebRTC\2.1.3-preview\Example\MediaStreamSample.cs:74)
Unity.WebRTC.<>c__DisplayClass47_0:<PCOnNegotiationNeeded>b__0() (at Library\PackageCache\[email protected]\Runtime\Scripts\RTCPeerConnection.cs:305)
Unity.WebRTC.WebRTC:SendOrPostCallback(Object) (at Library\PackageCache\[email protected]\Runtime\Scripts\WebRTC.cs:338)
UnityEngine.WorkRequest:Invoke()
UnityEngine.UnitySynchronizationContext:Exec()
UnityEngine.UnitySynchronizationContext:ExecuteTasks()
 
(Filename: Assets/Samples/WebRTC/2.1.3-preview/Example/MediaStreamSample.cs Line: 123)

C:\WINDOWS\System32\ADVAPI32.DLL:ADVAPI32.DLL (00007FF829430000), size: 696320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FF829720000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.19041.1
C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FF829370000), size: 634880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.388
C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FF8291D0000), size: 1196032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FF828C40000), size: 1429504 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.21
C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FF828870000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FF82A4E0000), size: 1703936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FF828730000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FF829050000), size: 172032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FF828760000), size: 1085440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FF828E50000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FF82A7B0000), size: 7606272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FF82A3F0000), size: 348160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\ole32.dll:ole32.dll (00007FF82A680000), size: 1216512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.153
C:\WINDOWS\System32\combase.dll:combase.dll (00007FF829E80000), size: 3493888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FF829080000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FF829A10000), size: 4616192 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\cfgmgr32.dll:cfgmgr32.dll (00007FF828FA0000), size: 315392 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\bcrypt.dll:bcrypt.dll (00007FF828E20000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FF829300000), size: 438272 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FF8298B0000), size: 839680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.388
C:\WINDOWS\System32\WINTRUST.dll:WINTRUST.dll (00007FF828FF0000), size: 393216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.423
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\optix.6.0.0.dll:optix.6.0.0.dll (00007FF804AF0000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.0.0.0
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\RadeonImageFilters64.dll:RadeonImageFilters64.dll (00007FFFDE9E0000), size: 1310720 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.4.0.0
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FFFDE8A0000), size: 1306624 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\System32\WLDAP32.dll:WLDAP32.dll (00007FF82A390000), size: 352256 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\Normaliz.dll:Normaliz.dll (00007FF829980000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\OpenRL.dll:OpenRL.dll (0000000180000000), size: 12779520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.5.100.0
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\libfbxsdk.dll:libfbxsdk.dll (00007FFFB4CE0000), size: 8511488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2018.1.1.0
C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FF826ED0000), size: 53248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FFFC50D0000), size: 1609728 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\WinPixEventRuntime.dll:WinPixEventRuntime.dll (00007FF81BB80000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.1812.6001
C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FF801900000), size: 1200128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FF80FE60000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FF827B60000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FF827740000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.264
C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FF80E170000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (00007FF827E50000), size: 434176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.423
C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FF81ED90000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\D3DCOMPILER_47.dll:D3DCOMPILER_47.dll (00007FF8243A0000), size: 4575232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FF811C80000), size: 593920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.26.28720.3
C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FF812E80000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.26.28720.3
C:\WINDOWS\SYSTEM32\MSVCP100.dll:MSVCP100.dll (0000000073650000), size: 622592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325
C:\WINDOWS\SYSTEM32\MSVCR100.dll:MSVCR100.dll (0000000073570000), size: 860160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\OpenImageDenoise.dll:OpenImageDenoise.dll (00007FFFA9410000), size: 38039552 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FF828110000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FF8101C0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.26.28720.3
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\tbb.dll:tbb.dll (00007FFFE8970000), size: 413696 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2017.0.2016.1004
C:\WINDOWS\SYSTEM32\CRYPTBASE.DLL:CRYPTBASE.DLL (00007FF827FD0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\MSVCP120.dll:MSVCP120.dll (00007FF80F4C0000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40649.5
C:\WINDOWS\SYSTEM32\MSVCR120.dll:MSVCR120.dll (00007FF8120C0000), size: 978944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40649.5
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\SketchUpAPI.dll:SketchUpAPI.dll (00007FFFB2FF0000), size: 8978432 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 19.0.753.0
C:\WINDOWS\SYSTEM32\Secur32.dll:Secur32.dll (00007FF813760000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\embree.dll:embree.dll (00007FFFB0F90000), size: 16711680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.14.0.0
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\SketchUpCommonPreferences.dll:SketchUpCommonPreferences.dll (00007FFFE8290000), size: 483328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 19.0.753.20342
C:\WINDOWS\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FF8285E0000), size: 245760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\libcef.dll:libcef.dll (00007FFFA6240000), size: 52219904 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.2062.1930.0
C:\WINDOWS\System32\PSAPI.DLL:PSAPI.DLL (00007FF8297C0000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\COMDLG32.dll:COMDLG32.dll (00007FF8297D0000), size: 892928 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\shcore.dll:shcore.dll (00007FF82AF00000), size: 712704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\WINSPOOL.DRV:WINSPOOL.DRV (00007FF80E1D0000), size: 581632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.488_none_ca04af081b815d21\COMCTL32.dll:COMCTL32.dll (00007FF8128D0000), size: 2732032 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.10.19041.488
C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FF828620000), size: 188416 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\urlmon.dll:urlmon.dll (00007FF819260000), size: 2019328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.19041.488
C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FF820010000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (00007FF8262F0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\USP10.dll:USP10.dll (00007FF81BC70000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\OLEACC.dll:OLEACC.dll (00007FF814D20000), size: 417792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.2.19041.1
C:\WINDOWS\SYSTEM32\iertutil.dll:iertutil.dll (00007FF8199B0000), size: 2813952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.19041.488
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\FreeImage.dll:FreeImage.dll (000002BEEDD00000), size: 6414336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.18.0.0
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (000002BEEDC70000), size: 61440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.9.0.0
C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FF828320000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\system32\apphelp.dll:apphelp.dll (00007FF825C90000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FF8271E0000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FF828DA0000), size: 520192 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.264
C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (00007FF825D40000), size: 651264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FF826730000), size: 7942144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\SYSTEM32\Wldp.dll:Wldp.dll (00007FF8280D0000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.423
C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (00007FF828660000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FF829550000), size: 688128 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384
C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FF8072F0000), size: 69632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FF813460000), size: 548864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FF807320000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FF806E80000), size: 1093632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\amsi.dll:amsi.dll (00007FF80A540000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\ProgramData\Microsoft\Windows Defender\platform\4.18.2009.2-0\MpOav.dll:MpOav.dll (00007FF80A4C0000), size: 495616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.18.2009.2
C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FF8276A0000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FF829410000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\gpapi.dll:gpapi.dll (00007FF826EE0000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\Windows\System32\cryptnet.dll:cryptnet.dll (00007FF81C4D0000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\WINNSI.DLL:WINNSI.DLL (00007FF820050000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FF829540000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\MSCTF.dll:MSCTF.dll (00007FF8290B0000), size: 1134592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\textinputframework.dll:textinputframework.dll (00007FF81B6E0000), size: 1036288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\SYSTEM32\CoreUIComponents.dll:CoreUIComponents.dll (00007FF825700000), size: 3514368 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\CoreMessaging.dll:CoreMessaging.dll (00007FF825A60000), size: 991232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.423
C:\WINDOWS\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FF827340000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\wintypes.dll:wintypes.dll (00007FF825030000), size: 1400832 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\System32\netprofm.dll:netprofm.dll (00007FF822BA0000), size: 253952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.423
C:\WINDOWS\System32\npmproxy.dll:npmproxy.dll (00007FF81BED0000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.423
C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FF820030000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (00007FF827BA0000), size: 831488 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (00007FF81AD70000), size: 520192 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FF81B340000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\TextShaping.dll:TextShaping.dll (00007FF819190000), size: 704512 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\system32\explorerframe.dll:explorerframe.dll (00007FFFFB4F0000), size: 2232320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (00007FF8216E0000), size: 544768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\DEVOBJ.dll:DEVOBJ.dll (00007FF8284E0000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (00007FF821990000), size: 1572864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.264
C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (00007FF828030000), size: 307200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\UMPDC.dll:UMPDC.dll (00007FF828010000), size: 73728 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll:resourcepolicyclient.dll (00007FF825E20000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.388
C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (00007FF824800000), size: 2502656 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (00007FF826F30000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\DriverStore\FileRepository\nvmi.inf_amd64_8f1fffadaecedda0\nvldumdx.dll:nvldumdx.dll (00007FFFBA560000), size: 974848 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 25.21.14.1749
C:\WINDOWS\System32\DriverStore\FileRepository\nvmi.inf_amd64_8f1fffadaecedda0\nvwgf2umx.dll:nvwgf2umx.dll (00007FFFA3E50000), size: 37642240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 25.21.14.1749
C:\WINDOWS\SYSTEM32\dxcore.dll:dxcore.dll (00007FF820880000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FF8101D0000), size: 1982464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\tbbmalloc.dll:tbbmalloc.dll (00007FFFBCAC0000), size: 372736 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2017.0.2016.1004
C:\WINDOWS\SYSTEM32\opencl.dll:opencl.dll (00007FFFDA950000), size: 131072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.2.5.0
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\radeonrays.dll:radeonrays.dll (00007FFFBBA70000), size: 552960 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFFA36E0000), size: 7782400 (result: 0), SymType: '-deferred-', PDB: ''
C:\Program Files\Unity\Hub\Editor\2019.4.11f1\Editor\Data\PlaybackEngines\iOSSupport\x86_64\UnityEditor.iOS.Native.dll:UnityEditor.iOS.Native.dll (00007FFFBC450000), size: 319488 (result: 0), SymType: '-deferred-', PDB: ''
C:\ProgramData\Microsoft\VisualStudio\Setup\x64\Microsoft.VisualStudio.Setup.Configuration.Native.dll:Microsoft.VisualStudio.Setup.Configuration.Native.dll (00007FFFDE590000), size: 327680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.6.2111.5687
C:\WINDOWS\SYSTEM32\PROPSYS.dll:PROPSYS.dll (00007FF823490000), size: 1011712 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.19041.488
C:\WINDOWS\SYSTEM32\WindowsCodecs.dll:WindowsCodecs.dll (00007FF822910000), size: 1785856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.388
C:\Windows\System32\thumbcache.dll:thumbcache.dll (00007FF800EF0000), size: 413696 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.423
C:\WINDOWS\system32\IconCodecService.dll:IconCodecService.dll (00007FF8100E0000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\policymanager.dll:policymanager.dll (00007FF821620000), size: 647168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.508
C:\WINDOWS\SYSTEM32\msvcp110_win.dll:msvcp110_win.dll (00007FF827840000), size: 565248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\Users\chqu\Documents\webrtctest2\WebRtcExample\Library\PackageCache\[email protected]\Runtime\Plugins\x86_64\webrtc.dll:webrtc.dll (00007FFFA2470000), size: 19316736 (result: 0), SymType: '-deferred-', PDB: ''
C:\WINDOWS\SYSTEM32\msdmo.dll:msdmo.dll (00007FF81BE80000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\system32\dataexchange.dll:dataexchange.dll (00007FF801F30000), size: 253952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.264
C:\WINDOWS\system32\dcomp.dll:dcomp.dll (00007FF825190000), size: 1986560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\system32\twinapi.appcore.dll:twinapi.appcore.dll (00007FF822BF0000), size: 2125824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\xinput9_1_0.dll:xinput9_1_0.dll (00007FF8000F0000), size: 28672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\dwmapi.dll:dwmapi.dll (00007FF825F10000), size: 192512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_020c2c7d3ac4a7d3\igd10iumd64.dll:igd10iumd64.dll (00007FF81EDA0000), size: 19333120 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 27.20.100.7990
C:\WINDOWS\SYSTEM32\ncrypt.dll:ncrypt.dll (00007FF828210000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\SYSTEM32\NTASN1.dll:NTASN1.dll (00007FF8281D0000), size: 241664 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.1
C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_020c2c7d3ac4a7d3\igdgmm64.dll:igdgmm64.dll (00007FF81E9B0000), size: 1720320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 27.20.100.7990
C:\WINDOWS\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_020c2c7d3ac4a7d3\igc64.dll:igc64.dll (00007FF81C510000), size: 38383616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 27.20.100.7990
C:\WINDOWS\system32\NLAapi.dll:NLAapi.dll (00007FF823D50000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.19041.488
C:\WINDOWS\SYSTEM32\nvEncodeAPI64.dll:nvEncodeAPI64.dll (00007FFFB4700000), size: 798720 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 25.21.14.1749

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

0x00007FF828993E49 (KERNELBASE) RaiseException
0x00007FFFA30D7B75 (webrtc) TransceiverStop
0x00007FFFA25F761A (webrtc) TransceiverStop
  ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFFA25DB7C9)
0x00007FFFA25DB7C9 (webrtc) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFFA25EE991)
0x00007FFFA25EE991 (webrtc) (function-name not available)
0x00007FF69487039E (Unity) GfxDeviceWorker::RunCommand
0x00007FF6948781EC (Unity) GfxDeviceWorker::RunExt
0x00007FF6948785D8 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x00007FF69572B393 (Unity) Thread::RunThreadWrapper
0x00007FF829616FD4 (KERNEL32) BaseThreadInitThunk
0x00007FF82B03CEC1 (ntdll) RtlUserThreadStart

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

from com.unity.webrtc.

karasusan avatar karasusan commented on August 15, 2024

Thanks for the log you sent.
This crash log is the first time I have seen it.

How about other samples?

from com.unity.webrtc.

karasusan avatar karasusan commented on August 15, 2024

@quanc
Hi, I am trying to reproduce this issue. but I can't yet.

This issue could happen for the graphics driver version.
I taken a screenshot for this sample scene. How about on your environment?
image

from com.unity.webrtc.

karasusan avatar karasusan commented on August 15, 2024

If your environment does not support the hardware encoder, you can see a message below,

Pasted_Image_10_21_20__5_39_PM

from com.unity.webrtc.

quanc avatar quanc commented on August 15, 2024

Hello! In Unity 2019.4.11.f1, I see the following:

Before I play the scene, I see this:

image

After I play the scene, I see this:
image

After I click "Call", I see this crash with the stack trace I pasted above:
image

from com.unity.webrtc.

karasusan avatar karasusan commented on August 15, 2024

@quanc
According to your screenshot, the graphics driver is no problem in your environment.
It is weird. Would you give me the system information in the NVIDIA control panel?
I want to know the driver version.

image (16)

from com.unity.webrtc.

quanc avatar quanc commented on August 15, 2024

Here is the system information:

image

from com.unity.webrtc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.