Unity iOs xCode Crash on Photon OnJointRoom call

SaravanaPerumal
edited February 2020 in Photon Voice
Hi,
I am developing the multiplayer cross platform application with photon SDK and Oculus SDK. It is working well in other platforms like android and windows. but when trying in iPhone, photon crashes the application after few seconds of launch with the below exception(uncaught exception: PhotonAudioException: Unknown session category 48528156) log in xCode.
2020-02-20 14:03:13.670927+0530 StopDropToolingVRTest[668:166281] [DYMTLInitPlatform] platform initialization successful
CrashReporter: initialized
2020-02-20 14:03:13.700457+0530 StopDropToolingVRTest[668:166232] Built from '2018.2/staging' branch, Version '2018.2.16f1 (39a4ac3d51f6)', Build type 'Release', Scripting Backend 'il2cpp'
2020-02-20 14:03:13.702602+0530 StopDropToolingVRTest[668:166232] -> registered mono modules 0x104a70cc0
-> applicationDidFinishLaunching()
2020-02-20 14:03:13.771196+0530 StopDropToolingVRTest[668:166232] Metal GPU Frame Capture Enabled
2020-02-20 14:03:13.771658+0530 StopDropToolingVRTest[668:166232] Metal API Validation Disabled
2020-02-20 14:03:13.868752+0530 StopDropToolingVRTest[668:166232] [Warning] Trying to set delaysTouchesBegan to NO on a system gate gesture recognizer - this is unsupported and will have undesired side effects
-> applicationDidBecomeActive()
GfxDevice: creating device client; threaded=1
Initializing Metal device caps: Apple A10 GPU
Initialize engine version: 2018.2.16f1 (39a4ac3d51f6)
2020-02-20 14:03:13.984121+0530 StopDropToolingVRTest[668:166313] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
2020-02-20 14:03:13.985008+0530 StopDropToolingVRTest[668:166313] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
UnloadTime: 0.624875 ms
Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)

Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)

Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)

Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)

WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShaderPBS' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShaderSelfOccluding' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShader' - Pass 'FORWARD' has no vertex shader
WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShader' - All passes removed
Unloading 5 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 3.085833 ms
Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)

Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)

Tiled-based Multi-resolution feature is not supported
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogWarning(Object)
OVRManager:set_tiledMultiResLevel(TiledMultiResLevel)
DropsController:Awake()
 
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

NotImplementedException: Oculus platform is not implemented on this platform yet.
  at Oculus.Platform.Core.Initialize (System.String appId) [0x00000] in <filename unknown>:0 
  at OculusUserIDGenerator.Awake () [0x00000] in <filename unknown>:0 
 
(Filename: currently not available on il2cpp Line: -1)

Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)

Particle System is trying to spawn on a mesh with zero surface area
 
(Filename:  Line: 1527)


Unloading 10 unused Assets to reduce memory usage. Loaded Objects now: 7075.
Total: 6.185958 ms (FindLiveObjects: 1.367916 ms CreateObjectMapping: 0.162208 ms MarkObjects: 4.425666 ms  DeleteObjects: 0.229500 ms)

ConnectAndJoinRandom.ConnectNow() will now call: PhotonNetwork.ConnectUsingSettings().
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
ConnectPhotonNetwork:ConnectNow()
<ConnectPhoton>c__Iterator1:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
 
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

Received your UserID from server. Updating local value to: 7be40d31-7fa9-4273-9391-9397f6802535
UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:Log(Object)
Photon.Realtime.LoadBalancingClient:DebugReturn(DebugLevel, String)
Photon.Realtime.LoadBalancingClient:OnOperationResponse(OperationResponse)
ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(StreamBuffer)
ExitGames.Client.Photon.TPeer:DispatchIncomingCommands()
ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
Photon.Pun.PhotonHandler:FixedUpdate()
 
(Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)

2020-02-20 14:03:25.305294+0530 StopDropToolingVRTest[668:166232] Uncaught exception: PhotonAudioException: Unknown session category 48528156
(
	0   CoreFoundation                      0x00000001d77eff10 <redacted> + 252
	1   libobjc.A.dylib                     0x00000001d69bda40 objc_exception_throw + 56
	2   StopDropToolingVRTest               0x0000000103014600 -[Photon_Audio_In setCategory:mode:options:] + 572
	3   StopDropToolingVRTest               0x000000010301424c Photon_Audio_In_CreatePusher + 96
	4   StopDropToolingVRTest               0x000000010458b864 AppleAudioInPusher_Photon_Audio_In_CreatePusher_m3533824088 + 72
	5   StopDropToolingVRTest               0x000000010458b528 AppleAudioInPusher__ctor_m1641507628 + 996
	6   StopDropToolingVRTest               0x00000001045c1338 Recorder_CreateLocalVoiceAudioAndSource_m4227198471 + 704
	7   StopDropToolingVRTest               0x00000001045c0c58 Recorder_Setup_m2979736205 + 96
	8   StopDropToolingVRTest               0x00000001045bd5a8 Recorder_Init_m1039045471 + 692
	9   StopDropToolingVRTest               0x00000001045bb20c PhotonVoiceView_SetupRecorder_m1617332548 + 1444
	10  StopDropToolingVRTest               0x00000001045bc56c PhotonVoiceView_SetupRecorder_m745576119 + 1144
	11  StopDropToolingVRTest               0x00000001045bc018 PhotonVoiceView_Setup_m319458870 + 128
	12  StopDropToolingVRTest               0x00000001045bbf8c PhotonVoiceView_OnEnable_m1362120164 + 104
	13  StopDropToolingVRTest               0x0000000102fa32cc _Z31RuntimeInvoker_Void_t1185182177PFvvEPK10MethodInfoPvPS4_ + 60
	14  StopDropToolingVRTest               0x0000000103ae2d50 _ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException + 108
	15  StopDropToolingVRTest               0x000000010341f9f8 _Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb + 100
	16  StopDropToolingVRTest               0x0000000103427cdc _ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb + 60
	17  StopDropToolingVRTest               0x000000010342ec7c _ZN13MonoBehaviour12AddToManagerEv + 312
	18  StopDropToolingVRTest               0x000000010342e804 _ZN13MonoBehaviour13AwakeFromLoadE17AwakeFromLoadMode + 636
	19  StopDropToolingVRTest               0x00000001034541ec _ZN18AwakeFromLoadQueue19InvokeAwakeFromLoadEPNS_4ItemEj17AwakeFromLoadMode + 96
	20  StopDropToolingVRTest               0x00000001034540f0 _ZN18AwakeFromLoadQueue13AwakeFromLoadE17AwakeFromLoadModeb + 108
	21  StopDropToolingVRTest               0x00000001032088e8 _ZN10GameObject24ActivateAwakeRecursivelyE19DeactivateOperation + 84
	22  StopDropToolingVRTest               0x00000001046e2b74 GameObject_SetActive_m796801857 + 92
	23  StopDropToolingVRTest               0x0000000104560900 PhotonNetwork_NetworkInstantiate_m351743105 + 3860
	24  StopDropToolingVRTest               0x000000010455f9d4 PhotonNetwork_Instantiate_m4150460228 + 612
	25  StopDropToolingVRTest               0x0000000103bc05d0 CharacterInstantiation_OnJoinedRoom_m3935868544 + 5172
	26  StopDropToolingVRTest               0x0000000102c83938 _ZN23InterfaceActionInvoker06InvokeEjP11Il2CppClassP12Il2CppObject + 664
	27  StopDropToolingVRTest               0x000000010450dcd4 MatchMakingCallbacksContainer_OnJoinedRoom_m3072188767 + 308
	28  StopDropToolingVRTest               0x000000010450cee4 LoadBalancingClient_OnEvent_m4287737176 + 2432
	29  StopDropToolingVRTest               0x0000000102e2fa64 _ZN23InterfaceActionInvoker1IP21EventData_t3728223374E6InvokeEjP11Il2CppClassP12Il2CppObjectS1_ + 672
	30  StopDropToolingVRTest               0x000000010449d7e8 PeerBase_DeserializeMessageAndCallback_m435737712 + 4636
	31  StopDropToolingVRTest               0x0000000102e2d1cc _ZN16VirtFuncInvoker1IbP24StreamBuffer_t3827669789E6InvokeEjP12Il2CppObjectS1_ + 208
	32  StopDropToolingVRTest               0x00000001044da580 TPeer_DispatchIncomingCommands_m1581931628 + 2032
	33  StopDropToolingVRTest               0x0000000102c7bed4 _ZN16VirtFuncInvoker0IbE6InvokeEjP12Il2CppObject + 200
	34  StopDropToolingVRTest               0x00000001044a3870 PhotonPeer_DispatchIncomingCommands_m2193869886 + 356
	35  StopDropToolingVRTest               0x0000000102c7bed4 _ZN16VirtFuncInvoker0IbE6InvokeEjP12Il2CppObject + 200
	36  StopDropToolingVRTest               0x000000010454b964 PhotonHandler_FixedUpdate_m889526629 + 488
	37  StopDropToolingVRTest               0x0000000102fa32cc _Z31RuntimeInvoker_Void_t1185182177PFvvEPK10MethodInfoPvPS4_ + 60
	38  StopDropToolingVRTest               0x0000000103ae2d50 _ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException + 108
	39  StopDropToolingVRTest               0x000000010341f9f8 _Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb + 100
	40  StopDropToolingVRTest               0x0000000103427cdc _ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb + 60
	41  StopDropToolingVRTest               0x000000010342d090 _ZN13MonoBehaviour16CallUpdateMethodEi + 280
	42  StopDropToolingVRTest               0x000000010329d830 _ZN20BaseBehaviourManager12CommonUpdateI21FixedBehaviourManagerEEvv + 80
	43  StopDropToolingVRTest               0x000000010336bfd0 _Z17ExecutePlayerLoopP22NativePlayerLoopSystem + 88
	44  StopDropToolingVRTest               0x000000010336bff8 _Z17ExecutePlayerLoopP22NativePlayerLoopSystem + 128
	45  StopDropToolingVRTest               0x000000010336c154 _Z10PlayerLoopv + 220
	46  StopDropToolingVRTest               0x0000000103165604 _ZL19UnityPlayerLoopImplb + 272
	47  StopDropToolingVRTest               0x0000000102c5618c UnityRepaint + 64
	48  StopDropToolingVRTest               0x0000000102c56140 -[UnityAppController(Rendering) repaint] + 96
	49  StopDropToolingVRTest               0x0000000102c56088 -[UnityAppController(Rendering) repaintDisplayLink] + 112
	50  GPUToolsCore                        0x0000000107b3166c -[DYDisplayLinkInterposer forwardDisplayLinkCallback:] + 176
	51  QuartzCore                          0x00000001dbca5574 <redacted> + 828
	52  IOKit                               0x00000001d7a4f58c IODispatchCalloutFromCFMessage + 488
	53  CoreFoundation                      0x00000001d77573e4 <redacted> + 188
	54  CoreFoundation                      0x00000001d777ec30 <redacted> + 56
	55  CoreFoundation                      0x00000001d777e37c <redacted> + 440
	56  CoreFoundation                      0x00000001d7779134 <redacted> + 2140
	57  CoreFoundation                      0x00000001d77785b8 CFRunLoopRunSpecific + 436
	58  GraphicsServices                    0x00000001d99ec584 GSEventRunModal + 100
	59  UIKitCore                           0x000000020473cbc8 UIApplicationMain + 212
	60  StopDropToolingVRTest               0x0000000102c48c84 main + 212
	61  libdyld.dylib                       0x00000001d7238b94 <redacted> + 4
)

Please Guide me to solve this error.

Thanks in advance.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited February 2020
    Hi @SaravanaPerumal,

    I moved the discussion under Photon Voice category.

    It looks like you are using Photon MicrophoneType which also sets iOS audio session parameters.
    So either the chosen values are wrong or incompatible
    OR
    the audio is being initialized more than once, by Photon & maybe the Oculus plugin.

    You can change the iOS audio session parameters from Unity Editor or via code using Recorder.SetIosAudioSessionParameters methods. You can choose values from presets or define custom ones manually. Read about iOS audio session here.

    - Try using Unity MicrophoneType in iOS
    - Try changing the iOS Audio Session Parameters (take screenshots or log values used and their results: crash or no crash)

    What Photon Voice version are you using?
    What Unity version are you using?

    What XCode version are you using?
    What iOS devices did you test this with (where the crash happens or not)? iOS version + model
  • Thanks for you quick response.

    Here is the details you asked.
    Photon version -Pun:2.5 ;Photon lib:4.1.2.4
    Unity Version - 2018.2.16f1

    XCode Version - 10.1
    Testing Device- iPhone 7 and the version is 12.0.1

    Now I have tried with unity Microphone type, its giving same error.

    But I have checked with the Demo scene( DemoVoicePun-Scene) from the Photon SDK from the same project.Its working well without any issue. Even in that scene, MicrophoneType is Photon.

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited February 2020
    Hi @SaravanaPerumal,

    I see.
    Looks more like a Unity or Oculus plugin issue.
    Or clash between Oculus & Photon Voice.

    Could you try building a project w/ Oculus' OVR plugin only w/o Photon Voice?
    Not sure if they have a demo or not.
  • Hi @JohnTube

    I was thought as you said that there is a clash between Oculus and Photon Voice.
    So, I removed Photon voice components and objects from my scene and build for iOs. It was worked well.

    But Photon voice is mandatory for our project. So, I removed entire Oculus SDK from the project.
    Still occurring the same issue.
  • JohnTube
    JohnTube ✭✭✭✭✭
    edited February 2020
    Hi @SaravanaPerumal,

    Since you provided only PUN & client lib versions
    The Photon Voice version you are using is either:
    v2.11 (October 11th, 2019)
    or
    v2.10 (September 25th, 2019)

    Even if nothing changed regarding the iOS plugin, you could try updating to latest 2.13.

    Send a minimal repro project to developer@photonengine.com with link to this discussion + ALL info necessary.
    Thanks.
  • Hi @JohnTube ,

    Yes, We have updated the Photon SDK(PUN-2.16, Voice-2.13).
    Its connecting properly some time, But some time crashing the application with the following error log.
    2020-02-26 12:31:42.171759+0530 StopDropToolingVRTest[413:21875] [DYMTLInitPlatform] platform initialization successful
    CrashReporter: initialized
    2020-02-26 12:31:42.200765+0530 StopDropToolingVRTest[413:21844] Built from '2018.2/staging' branch, Version '2018.2.16f1 (39a4ac3d51f6)', Build type 'Release', Scripting Backend 'il2cpp'
    2020-02-26 12:31:42.202638+0530 StopDropToolingVRTest[413:21844] -> registered mono modules 0x102dda1a0
    -> applicationDidFinishLaunching()
    2020-02-26 12:31:42.261521+0530 StopDropToolingVRTest[413:21844] Metal GPU Frame Capture Enabled
    2020-02-26 12:31:42.261963+0530 StopDropToolingVRTest[413:21844] Metal API Validation Disabled
    2020-02-26 12:31:42.338439+0530 StopDropToolingVRTest[413:21844] [Warning] Trying to set delaysTouchesBegan to NO on a system gate gesture recognizer - this is unsupported and will have undesired side effects
    -> applicationDidBecomeActive()
    GfxDevice: creating device client; threaded=1
    Initializing Metal device caps: Apple A10 GPU
    Initialize engine version: 2018.2.16f1 (39a4ac3d51f6)
    2020-02-26 12:31:42.450844+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:31:42.451702+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    UnloadTime: 0.638041 ms
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShaderPBS' - Pass 'FORWARD' has no vertex shader
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShaderSelfOccluding' - Pass 'FORWARD' has no vertex shader
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShader' - Pass 'FORWARD' has no vertex shader
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShader' - All passes removed
    Unloading 5 Unused Serialized files (Serialized files now loaded: 0)
    UnloadTime: 3.020958 ms
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Tiled-based Multi-resolution feature is not supported
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:LogWarning(Object)
    OVRManager:set_tiledMultiResLevel(TiledMultiResLevel)
    DropsController:Awake()
     
    (Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)
    
    2020-02-26 12:31:51.877256+0530 StopDropToolingVRTest[413:21976] Setting category = AVAudioSessionCategoryPlayAndRecord, mode = AVAudioSessionModeDefault, options = 12
    (audio_processing_impl.cc:432): Capture post processor activated: 0
    Render pre processor activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    
    Unloading 10 unused Assets to reduce memory usage. Loaded Objects now: 7185.
    Total: 4.932875 ms (FindLiveObjects: 1.293208 ms CreateObjectMapping: 0.175291 ms MarkObjects: 3.349083 ms  DeleteObjects: 0.114833 ms)
    
    ConnectAndJoinRandom.ConnectNow() will now call: PhotonNetwork.ConnectUsingSettings().
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:Log(Object)
    ConnectPhotonNetwork:ConnectNow()
    <ConnectPhoton>c__Iterator1:MoveNext()
    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
     
    (Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)
    
    2020-02-26 12:31:52.350038+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:31:52.350357+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:31:52.366775+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:31:52.367374+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:31:52.688716+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:31:52.689794+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:31:52.689944+0530 StopDropToolingVRTest[413:21905] Route change:
    2020-02-26 12:31:52.690577+0530 StopDropToolingVRTest[413:21905]      ReasonUnknown
    2020-02-26 12:31:52.690625+0530 StopDropToolingVRTest[413:21905] Previous route:
    2020-02-26 12:31:52.690888+0530 StopDropToolingVRTest[413:21905] <AVAudioSessionRouteDescription: 0x283cc07d0, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x283cc0d20, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x283cc0d80, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:31:52.690913+0530 StopDropToolingVRTest[413:21905] Current route:
    2020-02-26 12:31:52.691986+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:31:52.692252+0530 StopDropToolingVRTest[413:21905] <AVAudioSessionRouteDescription: 0x283cc0e00, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x283cc0e20, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = (null)>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x283cc0e80, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:31:52.696261+0530 StopDropToolingVRTest[413:21905] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    female-1_Parent
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:Log(Object)
    AvatarManager:OnEvent(EventData)
    System.Action`1:Invoke(T)
    Photon.Realtime.LoadBalancingClient:OnEvent(EventData)
    ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(StreamBuffer)
    ExitGames.Client.Photon.TPeer:DispatchIncomingCommands()
    ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
    Photon.Pun.PhotonHandler:Dispatch()
    Photon.Pun.PhotonHandler:FixedUpdate()
     
    (Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)
    
    (audio_processing_impl.cc:432): Capture post processor activated: 0
    Render pre processor activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    2020-02-26 12:31:53.651360+0530 StopDropToolingVRTest[413:22063] Setting category = AVAudioSessionCategoryPlayAndRecord, mode = AVAudioSessionModeDefault, options = 12
    (lldb)
    
  • SaravanaPerumal
    edited February 2020
    And this is the log while connecting without crash,
    2020-02-26 12:34:12.124265+0530 StopDropToolingVRTest[419:22555] [DYMTLInitPlatform] platform initialization successful
    CrashReporter: initialized
    2020-02-26 12:34:12.145849+0530 StopDropToolingVRTest[419:22522] Built from '2018.2/staging' branch, Version '2018.2.16f1 (39a4ac3d51f6)', Build type 'Release', Scripting Backend 'il2cpp'
    2020-02-26 12:34:12.149062+0530 StopDropToolingVRTest[419:22522] -> registered mono modules 0x1066561a0
    -> applicationDidFinishLaunching()
    2020-02-26 12:34:12.210200+0530 StopDropToolingVRTest[419:22522] Metal GPU Frame Capture Enabled
    2020-02-26 12:34:12.210649+0530 StopDropToolingVRTest[419:22522] Metal API Validation Disabled
    2020-02-26 12:34:12.288932+0530 StopDropToolingVRTest[419:22522] [Warning] Trying to set delaysTouchesBegan to NO on a system gate gesture recognizer - this is unsupported and will have undesired side effects
    -> applicationDidBecomeActive()
    GfxDevice: creating device client; threaded=1
    Initializing Metal device caps: Apple A10 GPU
    Initialize engine version: 2018.2.16f1 (39a4ac3d51f6)
    2020-02-26 12:34:12.444083+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:12.444434+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    UnloadTime: 0.415916 ms
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShaderPBS' - Pass 'FORWARD' has no vertex shader
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShaderSelfOccluding' - Pass 'FORWARD' has no vertex shader
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShader' - Pass 'FORWARD' has no vertex shader
    WARNING: Shader Unsupported: 'OvrAvatar/AvatarSurfaceShader' - All passes removed
    Unloading 5 Unused Serialized files (Serialized files now loaded: 0)
    UnloadTime: 2.049166 ms
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Tiled-based Multi-resolution feature is not supported
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:LogWarning(Object)
    OVRManager:set_tiledMultiResLevel(TiledMultiResLevel)
    DropsController:Awake()
     
    (Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)
    
    2020-02-26 12:34:21.312345+0530 StopDropToolingVRTest[419:22658] Setting category = AVAudioSessionCategoryPlayAndRecord, mode = AVAudioSessionModeDefault, options = 12
    (audio_processing_impl.cc:432): Capture post processor activated: 0
    Render pre processor activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    Particle System is trying to spawn on a mesh with zero surface area
     
    (Filename:  Line: 1527)
    
    
    Unloading 10 unused Assets to reduce memory usage. Loaded Objects now: 7185.
    Total: 13.547291 ms (FindLiveObjects: 1.219250 ms CreateObjectMapping: 0.184666 ms MarkObjects: 11.942125 ms  DeleteObjects: 0.200875 ms)
    
    ConnectAndJoinRandom.ConnectNow() will now call: PhotonNetwork.ConnectUsingSettings().
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:Log(Object)
    ConnectPhotonNetwork:ConnectNow()
    <ConnectPhoton>c__Iterator1:MoveNext()
    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
     
    (Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)
    
    2020-02-26 12:34:21.805177+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:21.805446+0530 StopDropToolingVRTest[419:22585] Route change:
    2020-02-26 12:34:21.805607+0530 StopDropToolingVRTest[419:22585]      CategoryChange
    2020-02-26 12:34:21.831145+0530 StopDropToolingVRTest[419:22585]  New Category: AVAudioSessionCategoryPlayAndRecord
    2020-02-26 12:34:21.831322+0530 StopDropToolingVRTest[419:22585] Previous route:
    2020-02-26 12:34:21.855844+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a0b020, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a0b040, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a16ae0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:21.873391+0530 StopDropToolingVRTest[419:22585] Current route:
    2020-02-26 12:34:21.897903+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:21.898298+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a16c10, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a16c30, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a16ce0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:21.899144+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:34:21.899784+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:34:21.900010+0530 StopDropToolingVRTest[419:22585] Route change:
    2020-02-26 12:34:21.900040+0530 StopDropToolingVRTest[419:22585]      CategoryChange
    2020-02-26 12:34:22.109754+0530 StopDropToolingVRTest[419:22585]  New Category: AVAudioSessionCategoryPlayAndRecord
    2020-02-26 12:34:22.110510+0530 StopDropToolingVRTest[419:22585] Previous route:
    2020-02-26 12:34:22.111112+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a16a60, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a16ab0, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a16a50, type = Receiver; name = Receiver; UID = Built-In Receiver; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:22.114979+0530 StopDropToolingVRTest[419:22585] Current route:
    2020-02-26 12:34:22.116710+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:22.118320+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a0b4e0, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a0b520, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = (null)>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a0b5e0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:22.119260+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:22.120293+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:22.121884+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:22.122100+0530 StopDropToolingVRTest[419:22585] Route change:
    2020-02-26 12:34:22.122193+0530 StopDropToolingVRTest[419:22585]      ReasonUnknown
    2020-02-26 12:34:22.122271+0530 StopDropToolingVRTest[419:22585] Previous route:
    2020-02-26 12:34:22.122459+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a16cc0, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a16a50, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a16e10, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:22.122477+0530 StopDropToolingVRTest[419:22585] Current route:
    2020-02-26 12:34:22.123800+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:22.124489+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a170c0, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a17190, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = (null)>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a171f0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:22.125313+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    female-1_Parent
    UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
    UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
    UnityEngine.Logger:Log(LogType, Object)
    UnityEngine.Debug:Log(Object)
    AvatarManager:OnEvent(EventData)
    System.Action`1:Invoke(T)
    Photon.Realtime.LoadBalancingClient:OnEvent(EventData)
    ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(StreamBuffer)
    ExitGames.Client.Photon.TPeer:DispatchIncomingCommands()
    ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
    Photon.Pun.PhotonHandler:Dispatch()
    Photon.Pun.PhotonHandler:FixedUpdate()
     
    (Filename: /Users/builduser/buildslave/unity/build/Runtime/Export/Debug.bindings.h Line: 43)
    
    (audio_processing_impl.cc:432): Capture post processor activated: 0
    Render pre processor activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    2020-02-26 12:34:23.131245+0530 StopDropToolingVRTest[419:22757] Setting category = AVAudioSessionCategoryPlayAndRecord, mode = AVAudioSessionModeDefault, options = 12
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    (audio_processing_impl.cc:695): Highpass filter activated: 0
    (fixed_gain_controller.cc:50): Gain to apply: 0 db.
    (audio_processing_impl.cc:709): Gain Controller 2 activated: 0
    (audio_processing_impl.cc:711): Pre-amplifier activated: 0
    2020-02-26 12:34:23.602634+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:23.602974+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:34:23.898218+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:34:23.900327+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:23.900538+0530 StopDropToolingVRTest[419:22585] Route change:
    2020-02-26 12:34:23.900661+0530 StopDropToolingVRTest[419:22585]      ReasonUnknown
    2020-02-26 12:34:23.900887+0530 StopDropToolingVRTest[419:22585] Previous route:
    2020-02-26 12:34:23.901112+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a17310, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a16a60, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = (null)>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a17360, type = Receiver; name = Receiver; UID = Built-In Receiver; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:23.903359+0530 StopDropToolingVRTest[419:22585] Current route:
    2020-02-26 12:34:23.873671+0530 StopDropToolingVRTest[419:22757] [aurioc] 1029: failed: -66635 (enable 3, outf< 1 ch,  48000 Hz, Float32> inf< 1 ch,  48000 Hz, Float32>)
    2020-02-26 12:34:23.928451+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:23.928739+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a17400, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a17420, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a174d0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:23.929256+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:34:24.123608+0530 StopDropToolingVRTest[419:22757] Error returned from setupIOUnit: couldn't initialize AURemoteIO instance (0)
    2020-02-26 12:34:24.135806+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Receiver (type: Receiver)
    2020-02-26 12:34:24.136081+0530 StopDropToolingVRTest[419:22585] Route change:
    2020-02-26 12:34:24.136204+0530 StopDropToolingVRTest[419:22585]      CategoryChange
    2020-02-26 12:34:24.136396+0530 StopDropToolingVRTest[419:22585]  New Category: AVAudioSessionCategoryPlayAndRecord
    2020-02-26 12:34:24.136524+0530 StopDropToolingVRTest[419:22585] Previous route:
    2020-02-26 12:34:24.136732+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a0bef0, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a0bf00, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a0bf50, type = Receiver; name = Receiver; UID = Built-In Receiver; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:24.139156+0530 StopDropToolingVRTest[419:22585] Current route:
    2020-02-26 12:34:24.140524+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:24.140790+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a0bf80, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a0bd10, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = (null)>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a0bfe0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:24.141238+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:24.142423+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:24.143855+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:24.143907+0530 StopDropToolingVRTest[419:22585] Route change:
    2020-02-26 12:34:24.143974+0530 StopDropToolingVRTest[419:22585]      ReasonUnknown
    2020-02-26 12:34:24.143996+0530 StopDropToolingVRTest[419:22585] Previous route:
    2020-02-26 12:34:24.144173+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a1bd60, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a350f0, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = Bottom>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a1d3e0, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:24.144200+0530 StopDropToolingVRTest[419:22585] Current route:
    2020-02-26 12:34:24.145796+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    2020-02-26 12:34:24.145908+0530 StopDropToolingVRTest[419:22585] <AVAudioSessionRouteDescription: 0x282a0bd30, 
    inputs = (
        "<AVAudioSessionPortDescription: 0x282a0bf00, type = MicrophoneBuiltIn; name = iPhone Microphone; UID = Built-In Microphone; selectedDataSource = (null)>"
    ); 
    outputs = (
        "<AVAudioSessionPortDescription: 0x282a17080, type = Speaker; name = Speaker; UID = Speaker; selectedDataSource = (null)>"
    )>
    2020-02-26 12:34:24.146087+0530 StopDropToolingVRTest[419:22585] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker)
    
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @SaravanaPerumal,

    Is this issue still occurring with Photon Voice 2.15?