Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Genie 38.33 KB | None | 0 0
  1. 2017-06-01 14:18:06.832287 capture[5675:4990113] [DYMTLInitPlatform] platform initialization successful
  2.  
  3. 2017-06-01 14:18:06.994085 capture[5675:4989985] -> registered mono modules 0x16b0710
  4. 2017-06-01 14:18:07.252681 capture[5675:4989985] You've implemented -[<UIApplicationDelegate> application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add "remote-notification" to the list of your supported UIBackgroundModes in your Info.plist.
  5. -> applicationDidFinishLaunching()
  6. 2017-06-01 14:18:07.897304 capture[5675:4989985] [Crashlytics] Version 3.8.0 (115)
  7. -> applicationDidBecomeActive()
  8. Renderer: PowerVR SGX 554
  9. Vendor:   Imagination Technologies
  10. Version:  OpenGL ES 2.0 IMGSGX554-128
  11. GLES:     2
  12. GL_OES_depth_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_vertex_array_object GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_draw_instanced GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_texture_filter_anisotropic GL_EXT_texture_rg GL_EXT_texture_storage GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_framebuffer_multisample GL_APPLE_rgb_422 GL_APPLE_sync GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_APPLE_texture_packed_float GL_IMG_read_format GL_IMG_texture_comp
  13.  
  14. ression_pvrtc
  15. OPENGL LOG: Creating OpenGL ES 2.0 graphics device ; Context level  <OpenGL ES 2.0> ; Context handle 342452528
  16. Initialize engine version: 5.5.1f1 (88d00a7498cd)
  17. -------- Shader compilation failed
  18. #version 100
  19. #extension GL_EXT_frag_depth : enable
  20. precision highp float;
  21. uniform highp vec4 _ProjectionParams;
  22. uniform highp vec4 _ZBufferParams;
  23. uniform highp mat4 unity_CameraToWorld;
  24. uniform highp mat4 _NonJitteredVP;
  25. uniform highp mat4 _PreviousVP;
  26. uniform highp sampler2D _CameraDepthTexture;
  27. varying highp vec2 xlv_TEXCOORD0;
  28. varying highp vec3 xlv_TEXCOORD1;
  29. void main ()
  30. {
  31.  highp vec4 tmpvar_1;
  32.  tmpvar_1 = texture2D (_CameraDepthTexture, xlv_TEXCOORD0);
  33.  mediump vec2 tmpvar_2;
  34.  highp vec4 tmpvar_3;
  35.  tmpvar_3.w = 1.0;
  36.  tmpvar_3.xyz = ((xlv_TEXCOORD1 * (_ProjectionParams.z / xlv_TEXCOORD1.z)) * (1.0/((
  37.    (_ZBufferParams.x * tmpvar_1.x)
  38.   + _ZBufferParams.y))));
  39.  highp vec4 tmpvar_4;
  40.  tmpvar_4 = (unity_CameraToWorld * tmpvar_3);
  41.  highp vec4 tmpvar_5;
  42.  tmpvar_5 = (_PreviousVP * tmpvar_4);
  43.  highp vec4 tmpvar_6;
  44.  tmpvar_6 = (_NonJitteredVP * tmpvar_4);
  45.  highp vec2 tmpvar_7;
  46.  tmpvar_7 = (((tmpvar_5.xy / tmpvar_5.w) + 1.0) / 2.0);
  47.  highp vec2 tmpvar_8;
  48.  tmpvar_8 = (((tmpvar_6.xy / tmpvar_6.w) + 1.0) / 2.0);
  49.  tmpvar_2 = (tmpvar_8 - tmpvar_7);
  50.  mediump vec4 tmpvar_9;
  51.  tmpvar_9.zw = vec2(0.0, 1.0);
  52.  tmpvar_9.xy = tmpvar_2;
  53.  gl_FragDepthEXT = tmpvar_1.x;
  54.  gl_FragData[0] = tmpvar_9;
  55. }
  56. -------- failed compiling:
  57. fragment evaluation shader
  58. WARNING: 0:4: extension 'GL_EXT_frag_depth' is not supported
  59. ERROR: 0:38: Use of undeclared identifier 'gl_FragDepthEXT'
  60.  
  61. Note: Creation of internal variant of shader 'Hidden/Internal-MotionVectors' failed.
  62. WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Pass '' has no vertex shader
  63. WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Setting to default shader.
  64. UnloadTime: 5.229375 ms
  65. [Crashlytics] Registering exception handlers
  66. UnityEngine.Debug:Log(Object)
  67. Fabric.Internal.Runtime.Utils:Log(String, String)
  68. Fabric.Internal.Crashlytics.CrashlyticsInit:RegisterExceptionHandlers()
  69.  
  70. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  71.  
  72. The referenced script on this Behaviour (Game Object 'InfoLoadWindow') is missing!
  73.  
  74. (Filename:  Line: 1754)
  75.  
  76. The referenced script on this Behaviour (Game Object '<null>') is missing!
  77.  
  78. (Filename:  Line: 1754)
  79.  
  80. The referenced script on this Behaviour (Game Object 'InfoLoadWindow') is missing!
  81.  
  82. (Filename:  Line: 1754)
  83.  
  84. The referenced script on this Behaviour (Game Object 'InfoLoadWindow') is missing!
  85.  
  86. (Filename:  Line: 1754)
  87.  
  88. Deserialize user data
  89. UnityEngine.Debug:Log(Object)
  90.  
  91. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  92.  
  93. Start download (singleton) LoggingController (LoggingController)
  94. UnityEngine.Debug:Log(Object)
  95. <Init>c__Iterator1`1:MoveNext()
  96. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  97. DownloadGameController:StartProcessDownload()
  98.  
  99. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  100.  
  101. Start download (singleton) ServerTime (ServerTime)
  102. UnityEngine.Debug:Log(Object)
  103. <Init>c__Iterator1`1:MoveNext()
  104.  
  105. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  106.  
  107. Setting up 1 worker threads for Enlighten.
  108.  Thread -> id: 40639000 -> priority: 1
  109. Start download (singleton) NewDayController (NewDayController)
  110. UnityEngine.Debug:Log(Object)
  111. <Init>c__Iterator1`1:MoveNext()
  112.  
  113. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  114.  
  115. Start download (singleton) BalanceDownloader (BalanceDownloader)
  116. UnityEngine.Debug:Log(Object)
  117. <Init>c__Iterator1`1:MoveNext()
  118.  
  119. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  120.  
  121. [Singleton] Using instance already created: GameConfiguration(Clone)
  122. UnityEngine.Debug:Log(Object)
  123. Singleton`1:get_Instance()
  124. BalanceDownloader:GetLink(JsonFile)
  125. <ParseFromWeb>c__Iterator0:MoveNext()
  126. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  127. BalanceDownloader:TryAgain()
  128. BalanceDownloader:IOrderDownload.StartInit()
  129. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  130. <Init>c__Iterator1`1:MoveNext()
  131.  
  132. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  133.  
  134. Download json http://46.101.113.125/balance/files/Buildings.json
  135. UnityEngine.Debug:Log(Object)
  136. <ParseFromWeb>c__Iterator0:MoveNext()
  137. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  138. BalanceDownloader:TryAgain()
  139. BalanceDownloader:IOrderDownload.StartInit()
  140. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  141. <Init>c__Iterator1`1:MoveNext()
  142.  
  143. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  144.  
  145. 2017-06-01 14:18:11.716825 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  146. Download json http://46.101.113.125/balance/files/Countries.json
  147. UnityEngine.Debug:Log(Object)
  148. <ParseFromWeb>c__Iterator0:MoveNext()
  149.  
  150. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  151.  
  152. 2017-06-01 14:18:12.046652 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  153. Download json http://46.101.113.125/balance/files/Inapps.json
  154. UnityEngine.Debug:Log(Object)
  155. <ParseFromWeb>c__Iterator0:MoveNext()
  156.  
  157. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  158.  
  159. 2017-06-01 14:18:12.468548 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  160. Download json http://46.101.113.125/balance/files/IslandBuildings.json
  161. UnityEngine.Debug:Log(Object)
  162. <ParseFromWeb>c__Iterator0:MoveNext()
  163.  
  164. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  165.  
  166. 2017-06-01 14:18:12.552328 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  167. Download json http://46.101.113.125/balance/files/Casino.json
  168. UnityEngine.Debug:Log(Object)
  169. <ParseFromWeb>c__Iterator0:MoveNext()
  170.  
  171. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  172.  
  173. 2017-06-01 14:18:12.777401 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  174. Download json http://46.101.113.125/balance/files/DailyQuests.json
  175. UnityEngine.Debug:Log(Object)
  176. <ParseFromWeb>c__Iterator0:MoveNext()
  177.  
  178. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  179.  
  180. 2017-06-01 14:18:12.850480 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  181. Download json http://46.101.113.125/balance/files/Tutorial.json
  182. UnityEngine.Debug:Log(Object)
  183. <ParseFromWeb>c__Iterator0:MoveNext()
  184.  
  185. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  186.  
  187. 2017-06-01 14:18:12.933276 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  188. Download json http://46.101.113.125/balance/files/Achievements.json
  189. UnityEngine.Debug:Log(Object)
  190. <ParseFromWeb>c__Iterator0:MoveNext()
  191.  
  192. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  193.  
  194. 2017-06-01 14:18:13.306246 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  195. 2017-06-01 14:18:13.567781 capture[5675:4989985] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
  196. 2017-06-01 14:18:13.572325 capture[5675:4989985] [MC] Reading from public effective user settings.
  197. Download json http://46.101.113.125/balance/files/Records.json
  198. UnityEngine.Debug:Log(Object)
  199. <ParseFromWeb>c__Iterator0:MoveNext()
  200.  
  201. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  202.  
  203. 2017-06-01 14:18:13.673590 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  204. Download json http://46.101.113.125/balance/files/Resources.json
  205. UnityEngine.Debug:Log(Object)
  206. <ParseFromWeb>c__Iterator0:MoveNext()
  207.  
  208. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  209.  
  210. 2017-06-01 14:18:13.791381 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  211. Download json http://46.101.113.125/balance/files/Projects.json
  212. UnityEngine.Debug:Log(Object)
  213. <ParseFromWeb>c__Iterator0:MoveNext()
  214.  
  215. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  216.  
  217. 2017-06-01 14:18:13.907335 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  218. Download json http://46.101.113.125/balance/files/RandomEvents.json
  219. UnityEngine.Debug:Log(Object)
  220. <ParseFromWeb>c__Iterator0:MoveNext()
  221.  
  222. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  223.  
  224. 2017-06-01 14:18:14.003869 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  225. Download json http://46.101.113.125/balance/files/UniqueEvents.json
  226. UnityEngine.Debug:Log(Object)
  227. <ParseFromWeb>c__Iterator0:MoveNext()
  228.  
  229. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  230.  
  231. 2017-06-01 14:18:14.085319 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  232. Download json http://46.101.113.125/balance/files/CountryFeatures.json
  233. UnityEngine.Debug:Log(Object)
  234. <ParseFromWeb>c__Iterator0:MoveNext()
  235.  
  236. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  237.  
  238. 2017-06-01 14:18:14.372654 capture[5675:4989985] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  239. Start download (singleton) ServerDataController (ServerDataController)
  240. UnityEngine.Debug:Log(Object)
  241. <Init>c__Iterator1`1:MoveNext()
  242.  
  243. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  244.  
  245. ...................Getting Account
  246. UnityEngine.Debug:Log(Object)
  247. <CoroutineGetAccount>c__Iterator0:MoveNext()
  248. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  249. ServerDataController:GetAccount()
  250. ServerDataController:IOrderDownload.StartInit()
  251. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  252. <Init>c__Iterator1`1:MoveNext()
  253.  
  254. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  255.  
  256. Old User: gClientId: 725, gClientSecret: 4bd6cef491117201b6f03827d0634c0b91d39bc2f9ef6386a8cb1408da8b258c
  257. UnityEngine.Debug:Log(Object)
  258. <CoroutineGetAccount>c__Iterator0:MoveNext()
  259. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  260. ServerDataController:GetAccount()
  261. ServerDataController:IOrderDownload.StartInit()
  262. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  263. <Init>c__Iterator1`1:MoveNext()
  264.  
  265. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  266.  
  267. Hmac sign string: /api/accounts.getAccount?gClientId=725&gClientSecret=4bd6cef491117201b6f03827d0634c0b91d39bc2f9ef6386a8cb1408da8b258cjaDHEzDX6vCe45UjS67cemLTC569GbU5QAysyfyCPDHNkvjF5rc5MH2knbw8qjEQQu3aSdKfMLeCmJ7AcdMAzXXxywpFevuF
  268. UnityEngine.Debug:Log(Object)
  269. ServerDataController:SetHeaders(UnityWebRequest, Boolean, String)
  270. <CoroutineGetAccount>c__Iterator0:MoveNext()
  271. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  272. ServerDataController:GetAccount()
  273. ServerDataController:IOrderDownload.StartInit()
  274. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  275. <Init>c__Iterator1`1:MoveNext()
  276.  
  277. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  278.  
  279. Hmac sign: c19b2c6b3b8b058028fcb2cb6526dc5f0e9327e2eeb4b74c08f18f1af525a2ae
  280. UnityEngine.Debug:Log(Object)
  281. ServerDataController:GetSHA256HashString(String)
  282. ServerDataController:SetHeaders(UnityWebRequest, Boolean, String)
  283. <CoroutineGetAccount>c__Iterator0:MoveNext()
  284. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  285. ServerDataController:GetAccount()
  286. ServerDataController:IOrderDownload.StartInit()
  287. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  288. <Init>c__Iterator1`1:MoveNext()
  289.  
  290. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  291.  
  292. 2017-06-01 14:18:14.542845 capture[5675:4990177] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  293. End Getting Account: {"gClientId":725,"gClientSecret":"4bd6cef491117201b6f03827d0634c0b91d39bc2f9ef6386a8cb1408da8b258c","__v":0,"profileId":699,"unicorn":"6b234c22efc51b0099ba93c8eccd3f47f6dd031ce9f6b33294159038683c9db0"}
  294. UnityEngine.Debug:Log(Object)
  295. ServerDataController:OnGetAccount(UnityWebRequest)
  296. <CoroutineGetAccount>c__Iterator0:MoveNext()
  297.  
  298. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  299.  
  300. ...................Getting Profile
  301. UnityEngine.Debug:Log(Object)
  302. <CoroutineGetProfile>c__Iterator2:MoveNext()
  303. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  304. ServerDataController:GetProfile()
  305. ServerDataController:OnGetAccount(UnityWebRequest)
  306. <CoroutineGetAccount>c__Iterator0:MoveNext()
  307.  
  308. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  309.  
  310. Hmac sign string: /api/profile.getProfilejaDHEzDX6vCe45UjS67cemLTC569GbU5QAysyfyCPDHNkvjF5rc5MH2knbw8qjEQQu3aSdKfMLeCmJ7AcdMAzXXxywpFevuF
  311. UnityEngine.Debug:Log(Object)
  312. ServerDataController:SetHeaders(UnityWebRequest, Boolean, String)
  313. <CoroutineGetProfile>c__Iterator2:MoveNext()
  314. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  315. ServerDataController:GetProfile()
  316. ServerDataController:OnGetAccount(UnityWebRequest)
  317. <CoroutineGetAccount>c__Iterator0:MoveNext()
  318.  
  319. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  320.  
  321. Hmac sign: a180c2de51b5438886aea3e7254682fdb1c33c0f2da9c5d44f0d9bf0d39bb683
  322. UnityEngine.Debug:Log(Object)
  323. ServerDataController:GetSHA256HashString(String)
  324. ServerDataController:SetHeaders(UnityWebRequest, Boolean, String)
  325. <CoroutineGetProfile>c__Iterator2:MoveNext()
  326. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  327. ServerDataController:GetProfile()
  328. ServerDataController:OnGetAccount(UnityWebRequest)
  329. <CoroutineGetAccount>c__Iterator0:MoveNext()
  330.  
  331. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  332.  
  333. 2017-06-01 14:18:14.723303 capture[5675:4990178] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
  334. End Getting Profile: {"humanId":699,"ver":1,"battles":0,"mmr":1500,"rating":1500,"profileData":{"inAppData":{"inApps":[]},"completedTutorials":[],"questsData":{"quests":[{"day":-1,"conditions":"{\"type\":\"Subscription\",\"value\":1}","id":"QuestSubscription"},{"day":-1,"conditions":"{\"type\":\"Casino\",\"value\":5}","id":"QuestCasino"},{"day":-1,"conditions":"{\"type\":\"OccupyCountry\",\"value\":1}","id":"QuestOccupyCountry"}]}},"publicProfileData":{"name":""}}
  335. UnityEngine.Debug:Log(Object)
  336. ServerDataController:OnGetProfile(String)
  337. <CoroutineGetProfile>c__Iterator2:MoveNext()
  338.  
  339. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  340.  
  341. Start download (singleton) FBController (FBController)
  342. UnityEngine.Debug:Log(Object)
  343. <Init>c__Iterator1`1:MoveNext()
  344.  
  345. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  346.  
  347. Using Facebook Unity SDK v7.9.4 with FBiOSSDK/4.17.0
  348. UnityEngine.Debug:Log(Object)
  349. Facebook.Unity.DebugLogger:Info(String)
  350. Facebook.Unity.FB:LogVersion()
  351. Facebook.Unity.CompiledFacebookLoader:Start()
  352.  
  353. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  354.  
  355. Start download (singleton) CountriesManager (CountriesManager)
  356. UnityEngine.Debug:Log(Object)
  357. <Init>c__Iterator1`1:MoveNext()
  358.  
  359. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  360.  
  361. Start download (singleton) ResourcesInfoManager (ResourcesInfoManager)
  362. UnityEngine.Debug:Log(Object)
  363. <Init>c__Iterator1`1:MoveNext()
  364.  
  365. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  366.  
  367. Start download (singleton) Quests.QuestsController (Quests.QuestsController)
  368. UnityEngine.Debug:Log(Object)
  369. <Init>c__Iterator1`1:MoveNext()
  370.  
  371. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  372.  
  373. Start download (singleton) TutorialManager (TutorialManager)
  374. UnityEngine.Debug:Log(Object)
  375. <Init>c__Iterator1`1:MoveNext()
  376.  
  377. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  378.  
  379. Error parse to float : null
  380. UnityEngine.Debug:Log(Object)
  381. SimpleJSON.JSONNode:get_AsFloat()
  382. TutorialManager:ReadTutorialData()
  383. TutorialManager:StartInit()
  384. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  385. <Init>c__Iterator1`1:MoveNext()
  386.  
  387. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  388.  
  389. Error parse to float : null
  390. UnityEngine.Debug:Log(Object)
  391. SimpleJSON.JSONNode:get_AsFloat()
  392. TutorialManager:ReadTutorialData()
  393. TutorialManager:StartInit()
  394. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  395. <Init>c__Iterator1`1:MoveNext()
  396.  
  397. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  398.  
  399. Error parse to float : null
  400. UnityEngine.Debug:Log(Object)
  401. SimpleJSON.JSONNode:get_AsFloat()
  402. TutorialManager:ReadTutorialData()
  403. TutorialManager:StartInit()
  404. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  405. <Init>c__Iterator1`1:MoveNext()
  406.  
  407. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  408.  
  409. Error parse to float : null
  410. UnityEngine.Debug:Log(Object)
  411. SimpleJSON.JSONNode:get_AsFloat()
  412. TutorialManager:ReadTutorialData()
  413. TutorialManager:StartInit()
  414. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  415. <Init>c__Iterator1`1:MoveNext()
  416.  
  417. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  418.  
  419. Error parse to float : null
  420. UnityEngine.Debug:Log(Object)
  421. SimpleJSON.JSONNode:get_AsFloat()
  422. TutorialManager:ReadTutorialData()
  423. TutorialManager:StartInit()
  424. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  425. <Init>c__Iterator1`1:MoveNext()
  426.  
  427. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  428.  
  429. Error parse to float : null
  430. UnityEngine.Debug:Log(Object)
  431. SimpleJSON.JSONNode:get_AsFloat()
  432. TutorialManager:ReadTutorialData()
  433. TutorialManager:StartInit()
  434. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  435. <Init>c__Iterator1`1:MoveNext()
  436.  
  437. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  438.  
  439. Error parse to float : null
  440. UnityEngine.Debug:Log(Object)
  441. SimpleJSON.JSONNode:get_AsFloat()
  442. TutorialManager:ReadTutorialData()
  443. TutorialManager:StartInit()
  444. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  445. <Init>c__Iterator1`1:MoveNext()
  446.  
  447. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  448.  
  449. Error parse to float : null
  450. UnityEngine.Debug:Log(Object)
  451. SimpleJSON.JSONNode:get_AsFloat()
  452. TutorialManager:ReadTutorialData()
  453. TutorialManager:StartInit()
  454. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  455. <Init>c__Iterator1`1:MoveNext()
  456.  
  457. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  458.  
  459. Error parse to float : null
  460. UnityEngine.Debug:Log(Object)
  461. SimpleJSON.JSONNode:get_AsFloat()
  462. TutorialManager:ReadTutorialData()
  463. TutorialManager:StartInit()
  464. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  465. <Init>c__Iterator1`1:MoveNext()
  466.  
  467. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  468.  
  469. Error parse to float : null
  470. UnityEngine.Debug:Log(Object)
  471. SimpleJSON.JSONNode:get_AsFloat()
  472. TutorialManager:ReadTutorialData()
  473. TutorialManager:StartInit()
  474. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  475. <Init>c__Iterator1`1:MoveNext()
  476.  
  477. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  478.  
  479. Error parse to float : null
  480. UnityEngine.Debug:Log(Object)
  481. SimpleJSON.JSONNode:get_AsFloat()
  482. TutorialManager:ReadTutorialData()
  483. TutorialManager:StartInit()
  484. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  485. <Init>c__Iterator1`1:MoveNext()
  486.  
  487. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  488.  
  489. Error parse to float : null
  490. UnityEngine.Debug:Log(Object)
  491. SimpleJSON.JSONNode:get_AsFloat()
  492. TutorialManager:ReadTutorialData()
  493. TutorialManager:StartInit()
  494. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  495. <Init>c__Iterator1`1:MoveNext()
  496.  
  497. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  498.  
  499. Error parse to float : null
  500. UnityEngine.Debug:Log(Object)
  501. SimpleJSON.JSONNode:get_AsFloat()
  502. TutorialManager:ReadTutorialData()
  503. TutorialManager:StartInit()
  504. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  505. <Init>c__Iterator1`1:MoveNext()
  506.  
  507. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  508.  
  509. Error parse to float : null
  510. UnityEngine.Debug:Log(Object)
  511. SimpleJSON.JSONNode:get_AsFloat()
  512. TutorialManager:ReadTutorialData()
  513. TutorialManager:StartInit()
  514. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  515. <Init>c__Iterator1`1:MoveNext()
  516.  
  517. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  518.  
  519. Start download (singleton) SoundController (SoundController)
  520. UnityEngine.Debug:Log(Object)
  521. <Init>c__Iterator1`1:MoveNext()
  522.  
  523. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  524.  
  525. Start download (singleton) BuildingsManager (BuildingsManager)
  526. UnityEngine.Debug:Log(Object)
  527. <Init>c__Iterator1`1:MoveNext()
  528.  
  529. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  530.  
  531. Start download (singleton) ProjectsManager (ProjectsManager)
  532. UnityEngine.Debug:Log(Object)
  533. <Init>c__Iterator1`1:MoveNext()
  534.  
  535. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  536.  
  537. Error parse to float : null
  538. UnityEngine.Debug:Log(Object)
  539. SimpleJSON.JSONNode:get_AsFloat()
  540. ProjectsManager:Parse()
  541. ProjectsManager:IOrderDownload.StartInit()
  542. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  543. <Init>c__Iterator1`1:MoveNext()
  544.  
  545. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  546.  
  547. Error parse to float : null
  548. UnityEngine.Debug:Log(Object)
  549. SimpleJSON.JSONNode:get_AsFloat()
  550. ProjectsManager:Parse()
  551. ProjectsManager:IOrderDownload.StartInit()
  552. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  553. <Init>c__Iterator1`1:MoveNext()
  554.  
  555. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  556.  
  557. Error parse to float : null
  558. UnityEngine.Debug:Log(Object)
  559. SimpleJSON.JSONNode:get_AsFloat()
  560. ProjectsManager:Parse()
  561. ProjectsManager:IOrderDownload.StartInit()
  562. UIWidgets.ListViewCustom`2:ComponentsComparer(TComponent, TComponent)
  563. <Init>c__Iterator1`1:MoveNext()
  564.  
  565. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  566.  
  567. Start download (singleton) AchievementsController (AchievementsController)
  568. UnityEngine.Debug:Log(Object)
  569. <Init>c__Iterator1`1:MoveNext()
  570.  
  571. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  572.  
  573. Start download (singleton) GameEventInfoManager (GameEventInfoManager)
  574. UnityEngine.Debug:Log(Object)
  575. <Init>c__Iterator1`1:MoveNext()
  576.  
  577. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  578.  
  579. Start download (singleton) UniqueEventsManager (UniqueEventsManager)
  580. UnityEngine.Debug:Log(Object)
  581. <Init>c__Iterator1`1:MoveNext()
  582.  
  583. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  584.  
  585. Start download (singleton) CountryTagInfoManager (CountryTagInfoManager)
  586. UnityEngine.Debug:Log(Object)
  587. <Init>c__Iterator1`1:MoveNext()
  588.  
  589. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  590.  
  591. Complete download
  592. UnityEngine.Debug:Log(Object)
  593.  
  594. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  595.  
  596. WARNING: Shader Unsupported: 'Hidden/VacuumShaders/Curved World/VertexLit/Transparent' - Pass '' has no vertex shader
  597. WARNING: Shader Unsupported: 'Hidden/VacuumShaders/Curved World/VertexLit/Transparent' - Setting to default shader.
  598. The referenced script on this Behaviour (Game Object 'MainIslandUI') is missing!
  599.  
  600. (Filename:  Line: 1754)
  601.  
  602. Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
  603. UnloadTime: 15.262708 ms
  604. The referenced script on this Behaviour (Game Object '<null>') is missing!
  605. DG.Tweening.DOTween:To(DOGetter`1, DOSetter`1, Vector3, Single)
  606. DG.Tweening.ShortcutExtensions:DOMove(Transform, Vector3, Single, Boolean)
  607. CloudsController:Start()
  608.  
  609. [ line 1754]
  610. (Filename:  Line: 1754)
  611.  
  612. Deserialize grid
  613. UnityEngine.Debug:Log(Object)
  614. UserData:DeserializeGrid()
  615. IslandGrid:Start()
  616.  
  617. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  618.  
  619.  
  620. Unloading 515 unused Assets to reduce memory usage. Loaded Objects now: 7057.
  621. Total: 48.310875 ms (FindLiveObjects: 1.661833 ms CreateObjectMapping: 0.851750 ms MarkObjects: 36.725124 ms  DeleteObjects: 9.069666 ms)
  622.  
  623. BoxColliders does not support negative scale or size.
  624. The effective box size has been forced positive and is likely to give unexpected collision geometry.
  625. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "CollectEnergy"
  626.  
  627. (Filename:  Line: 0)
  628.  
  629. BoxColliders does not support negative scale or size.
  630. The effective box size has been forced positive and is likely to give unexpected collision geometry.
  631. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "IslandContainer/PREFAB/Grids/Grid04/Stone(Clone)/CollectStone(Clone)(Clone)"
  632.  
  633. (Filename:  Line: 0)
  634.  
  635. BoxColliders does not support negative scale or size.
  636. The effective box size has been forced positive and is likely to give unexpected collision geometry.
  637. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "IslandContainer/PREFAB/Grids/Grid04/Metal(Clone)/CollectMetal(Clone)(Clone)"
  638.  
  639. (Filename:  Line: 0)
  640.  
  641. BoxColliders does not support negative scale or size.
  642. The effective box size has been forced positive and is likely to give unexpected collision geometry.
  643. If you absolutely need to use negative scaling you can use the convex MeshCollider. Scene hierarchy path "IslandContainer/PREFAB/Grids/Grid04/Wood(Clone)/CollectWood(Clone)(Clone)"
  644.  
  645. (Filename:  Line: 0)
  646.  
  647. 2017-06-01 14:18:48.212827 capture[5675:4989985] Uncaught exception: NSInvalidArgumentException: Read permissions are not permitted to be requested with publish or manage permissions.
  648. (
  649.     0   CoreFoundation                      0x1bf1ce0f <redacted> + 154
  650.     1   libobjc.A.dylib                     0x1b17f077 objc_exception_throw + 38
  651.     2   CoreFoundation                      0x1bf1cb07 <redacted> + 0
  652.     3   capture                             0x015ef67d -[FBSDKLoginManager logInWithPublishPermissions:fromViewController:handler:] + 224
  653.     4   capture                             0x00cedf91 -[FBUnityInterface startLogin:scope:isPublishPermLogin:] + 440
  654.     5   capture                             0x00cedd93 -[FBUnityInterface logInWithPublishPermissions:scope:] + 62
  655.     6   capture                             0x00cf0b13 IOSFBLogInWithPublishPermissions + 174
  656.     7   capture                             0x00340b85 IOSWrapper_IOSFBLogInWithPublishPermissions_m1193287201 + 38
  657.     8   capture                             0x00340b5b IOSWrapper_LogInWithPublishPermissions_m1237464384 + 38
  658.     9   capture                             0x00363e63 _ZN23InterfaceActionInvoker2IiP8String_tE6InvokeEjP11Il2CppClassPviS1_ + 66
  659.     10  capture                             0x00363f21 IOSFacebook_LogInWithPublishPermissions_m3403275439 + 186
  660.     11  capture                             0x0035e2b3 _ZN23InterfaceActionInvoker2IP12Il2CppObjectP30FacebookDelegate_1_t3733898188E6InvokeEjP11Il2CppClassPvS1_S3_ + 66
  661.     12  capture                             0x0035e26d FB_LogInWithPublishPermissions_m619042695 + 204
  662.     13  capture                             0x0016e8ab FBController_FBLogin_m458878994 + 310
  663.     14  capture                             0x0016e771 FBController_OnLoginButton_m831922671 + 196
  664.     15  capture                             0x001e921f IslandUI_OnLoginFBButton_m2232444776 + 184
  665.     16  capture                             0x0084ff85 UnityAction_Invoke_m3703026869 + 256
  666.     17  capture                             0x0084fe81 InvokableCall_Invoke_m250936937 + 82
  667.     18  capture                             0x004a186b _ZN18VirtActionInvoker1IP24ObjectU5BU5D_t3614634134E6InvokeEjPvS1_ + 44
  668.     19  capture                             0x0085087f InvokableCallList_Invoke_m1839244635 + 404
  669.     20  capture                             0x0085232d UnityEventBase_Invoke_m2706435282 + 50
  670.     21  capture                             0x008522eb UnityEvent_Invoke_m4163344491 + 28
  671.     22  capture                             0x007d454d Button_Press_m73991540 + 98
  672.     23  capture                             0x007d4583 Button_OnPointerClick_m2524861687 + 50
  673.     24  capture                             0x0027782b _ZN23InterfaceActionInvoker1IP28PointerEventData_t1599784723E6InvokeEjP11Il2CppClassPvS1_ + 50
  674.     25  capture                             0x007c432f ExecuteEvents_Execute_m2476343313 + 214
  675.     26  capture                             0x00537315 EventFunction_1_Invoke_m2378823590_gshared + 284
  676.     27  capture                             0x00b5832f ExecuteEvents_Execute_TisIl2CppObject_m4168308247_gshared + 1362
  677.     28  capture                             0x007d20b3 TouchInputModule_ProcessTouchPress_m3303316799 + 2662
  678.     29  capture                             0x007d15cf TouchInputModule_ProcessTouchEvents_m2913538643 + 422
  679.     30  capture                             0x007d128b TouchInputModule_Process_m1373751353 + 58
  680.     31  capture                             0x0010d80d _ZN18VirtActionInvoker06InvokeEjPv + 36
  681.     32  capture                             0x007c3371 EventSystem_Update_m3937231239 + 1180
  682.     33  capture                             0x00ca3f6f _Z31RuntimeInvoker_Void_t1841601450PK10MethodInfoPvPS2_ + 30
  683.     34  capture                             0x0157a8f9 _ZN6il2cpp2vm7Runtime6InvokeEPK10MethodInfoPvPS5_PP15Il2CppException + 116
  684.     35  capture                             0x00fee08d _ZN19ScriptingInvocation6InvokeEPP15Il2CppExceptionb + 44
  685.     36  capture                             0x010bdfe5 _ZN13MonoBehaviour16CallUpdateMethodEi + 134
  686.     37  capture                             0x00e2b605 _ZN20BaseBehaviourManager12CommonUpdateI16BehaviourManagerEEvv + 46
  687.     38  capture                             0x00f0c917 _Z10PlayerLoopv + 842
  688.     39  capture                             0x0110dbad _ZL19UnityPlayerLoopImplb + 22
  689.     40  capture                             0x000a9535 UnityRepaint + 124
  690.     41  capture                             0x000a94b3 -[UnityAppController(Rendering) repaint] + 106
  691.     42  capture                             0x000a9405 -[UnityAppController(Rendering) repaintDisplayLink] + 120
  692.     43  GPUToolsCore                        0x043dba7b -[DYDisplayLinkInterposer forwardDisplayLinkCallback:] + 290
  693.     44  QuartzCore                          0x1ece7551 <redacted> + 112
  694.     45  QuartzCore                          0x1ece7399 <redacted> + 660
  695.     46  IOMobileFramebuffer                 0x1e17d1c9 <redacted> + 88
  696.     47  IOKit                               0x1c170f95 IODispatchCalloutFromCFMessage + 240
  697.     48  CoreFoundation                      0x1bec5047 <redacted> + 128
  698.     49  CoreFoundation                      0x1bed8e0f <redacted> + 34
  699.     50  CoreFoundation                      0x1bed85fb <redacted> + 338
  700.     51  CoreFoundation                      0x1bed6801 <redacted> + 1536
  701.     52  CoreFoundation                      0x1be25533 CFRunLoopRunSpecific + 486
  702.     53  CoreFoundation                      0x1be25341 CFRunLoopRunInMode + 104
  703.     54  GraphicsServices                    0x1d5fcbfd GSEventRunModal + 156
  704.     55  UIKit                               0x2102de67 <redacted> + 574
  705.     56  UIKit                               0x21028591 UIApplicationMain + 150
  706.     57  capture                             0x0009d117 main + 230
  707.     58  libdyld.dylib                       0x1b5ef50b <redacted> + 2
  708. )
  709. 2017-06-01 14:18:48.218228 capture[5675:4989985] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Read permissions are not permitted to be requested with publish or manage permissions.'
  710. *** First throw call stack:
  711. (0x1bf1cdf7 0x1b17f077 0x1bf1cb07 0x15ef67d 0xcedf91 0xcedd93 0xcf0b13 0x340b85 0x340b5b 0x363e63 0x363f21 0x35e2b3 0x35e26d 0x16e8ab 0x16e771 0x1e921f 0x84ff85 0x84fe81 0x4a186b 0x85087f 0x85232d 0x8522eb 0x7d454d 0x7d4583 0x27782b 0x7c432f 0x537315 0xb5832f 0x7d20b3 0x7d15cf 0x7d128b 0x10d80d 0x7c3371 0xca3f6f 0x157a8f9 0xfee08d 0x10bdfe5 0xe2b605 0xf0c917 0x110dbad 0xa9535 0xa94b3 0xa9405 0x43dba7b 0x1ece7551 0x1ece7399 0x1e17d1c9 0x1c170f95 0x1bec5047 0x1bed8e0f 0x1bed85fb 0x1bed6801 0x1be25533 0x1be25341 0x1d5fcbfd 0x2102de67 0x21028591 0x9d117 0x1b5ef50b)
  712. libc++abi.dylib: terminating with uncaught exception of type NSException
  713. (lldb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement