Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. MTSAdsManager: close: interstitial
  2. MTSAdsManager:InterstitialCloseListener(Object, EventArgs)
  3.  
  4. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  5.  
  6. 2018-02-22 17:35:37.512237+0100 tunich[2375:797935] I/UnityAds: +[UADSApiSdk WebViewExposed_logInfo:callback:] (line:59) :: Closing Unity Ads ad unit
  7. 2018-02-22 17:35:37.513274+0100 tunich[2375:797935] I/UnityAds: +[UADSApiSdk WebViewExposed_logInfo:callback:] (line:59) :: Unity Ads placement video status set to READY
  8. 2018-02-22 17:35:37.514069+0100 tunich[2375:797935] I/UnityAds: +[UADSApiSdk WebViewExposed_logInfo:callback:] (line:59) :: Unity Ads placement rewardedVideo status set to READY
  9. 2018-02-22 17:35:39.309897+0100 tunich[2375:797935] Uncaught exception: NSRangeException: *** -[__NSArrayM objectAtIndexedSubscript:]: index 0 beyond bounds for empty array
  10. (
  11. 0 CoreFoundation 0x000000018207717c <redacted> + 148
  12. 1 libobjc.A.dylib 0x00000001812c0528 objc_exception_throw + 56
  13. 2 CoreFoundation 0x000000018200fc9c _CFArgv + 0
  14. 3 CoreFoundation 0x0000000181ffcdb8 <redacted> + 188
  15. 4 tunich 0x000000010393bb5c -[AMRewarded show] + 112
  16. 5 tunich 0x000000010392cf64 -[AMURewarded show] + 148
  17. 6 tunich 0x0000000102bdb3b0 UnityEvent_Invoke_m3065672636 + 368
  18. 7 tunich 0x0000000102e0349c ExecuteEvents_Execute_TisRuntimeObject_m1952955951_gshared + 304
  19. 8 tunich 0x0000000102c262b4 StandaloneInputModule_ProcessTouchPress_m4019232747 + 1040
  20. 9 tunich 0x0000000102c25dd8 StandaloneInputModule_ProcessTouchEvents_m2632208124 + 184
  21. 10 tunich 0x0000000102c256f4 StandaloneInputModule_Process_m309156323 + 136
  22. 11 tunich 0x0000000102e82044 _Z31RuntimeInvoker_Void_t1185182177PFvvEPK10MethodInfoPvPS4_ + 20
  23. 12 tunich 0x00000001037e4e5c _ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException + 68
  24. 13 tunich 0x00000001031cf518 _Z23scripting_method_invoke18ScriptingMethodPtr18ScriptingObjectPtrR18ScriptingArgumentsP21ScriptingExceptionPtrb + 100
  25. 14 tunich 0x00000001031d68d0 _ZN19ScriptingInvocation6InvokeEP21ScriptingExceptionPtrb + 60
  26. 15 tunich 0x00000001031db9b8 _ZN13MonoBehaviour16CallUpdateMethodEi + 280
  27. 16 tunich 0x00000001030718d4 _ZN20BaseBehaviourManager12CommonUpdateI16BehaviourManagerEEvv + 80
  28. 17 tunich 0x0000000103121114 _Z10PlayerLoopv + 856
  29. 18 tunich 0x0000000102f6aa38 _ZL19UnityPlayerLoopImplb + 36
  30. 19 tunich 0x00000001028d7654 UnityRepaint + 140
  31. 20 tunich 0x00000001028d7540 -[UnityAppController(Rendering) repaintDisplayLink] + 88
  32. 21 GPUToolsCore 0x0000000106b5c254 -[DYDisplayLinkInterposer forwardDisplayLinkCallback:] + 176
  33. 22 QuartzCore 0x0000000185fa564c <redacted> + 672
  34. 23 IOKit 0x00000001822e2098 IODispatchCalloutFromCFMessage + 392
  35. 24 CoreFoundation 0x0000000182005090 <redacted> + 188
  36. 25 CoreFoundation 0x000000018201fe00 <redacted> + 56
  37. 26 CoreFoundation 0x000000018201f504 <redacted> + 440
  38. 27 CoreFoundation 0x000000018201cfd8 <redacted> + 2196
  39. 28 CoreFoundation 0x0000000181f3cc58 CFRunLoopRunSpecific + 436
  40. 29 GraphicsServices 0x0000000183de8f84 GSEventRunModal + 100
  41. 30 UIKit 0x000000018b6955c4 UIApplicationMain + 236
  42. 31 tunich 0x00000001028d0390 main + 160
  43. 32 libdyld.dylib 0x0000000181a5c56c <redacted> + 4
  44. )
  45. 2018-02-22 17:35:39.310888+0100 tunich[2375:797935] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndexedSubscript:]: index 0 beyond bounds for empty array'
  46. *** First throw call stack:
  47. (0x182077164 0x1812c0528 0x18200fc9c 0x181ffcdb8 0x10393bb5c 0x10392cf64 0x102bdb3b0 0x102e0349c 0x102c262b4 0x102c25dd8 0x102c256f4 0x102e82044 0x1037e4e5c 0x1031cf518 0x1031d68d0 0x1031db9b8 0x1030718d4 0x103121114 0x102f6aa38 0x1028d7654 0x1028d7540 0x106b5c254 0x185fa564c 0x1822e2098 0x182005090 0x18201fe00 0x18201f504 0x18201cfd8 0x181f3cc58 0x183de8f84 0x18b6955c4 0x1028d0390 0x181a5c56c)
  48. libc++abi.dylib: terminating with uncaught exception of type NSException
  49. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement