Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Genero 33.64 KB | None | 0 0
  1. 2017-06-22 15:16:06.172091 farmclicker[10496:8914514] [DYMTLInitPlatform] platform initialization successful
  2.  
  3. 2017-06-22 15:16:06.607963 farmclicker[10496:8914402] -> registered mono modules 0x1ff5a10
  4. -> applicationDidFinishLaunching()
  5. Player data archive not found at `/var/containers/Bundle/Application/86B1431E-78C1-4634-8BBB-809AF77D7AB7/farmclicker.app/Data/data.unity3d`, using local filesystem2017-06-22 15:16:06.994350 farmclicker[10496:8914402] Metal GPU Frame Capture Enabled
  6. 2017-06-22 15:16:06.995347 farmclicker[10496:8914402] Metal API Validation Disabled
  7. 2017-06-22 15:16:07.388867 farmclicker[10496:8914402] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
  8. 2017-06-22 15:16:07.394196 farmclicker[10496:8914402] [MC] Reading from public effective user settings.
  9. -> applicationDidBecomeActive()
  10. Renderer: PowerVR SGX 554
  11. Vendor:   Imagination Technologies
  12. Version:  OpenGL ES 2.0 IMGSGX554-128
  13. GLES:     2
  14. 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
  15. ression_pvrtc
  16. OPENGL LOG: Creating OpenGL ES 2.0 graphics device ; Context level  <OpenGL ES 2.0> ; Context handle 374720448
  17. Initialize engine version: 5.6.0f3 (497a0f351392)
  18. -------- Shader compilation failed
  19. #version 100
  20. #extension GL_EXT_frag_depth : enable
  21. precision highp float;
  22. uniform highp vec4 _ProjectionParams;
  23. uniform highp vec4 _ZBufferParams;
  24. uniform highp mat4 unity_CameraToWorld;
  25. uniform highp mat4 _NonJitteredVP;
  26. uniform highp mat4 _PreviousVP;
  27. uniform highp sampler2D _CameraDepthTexture;
  28. varying highp vec2 xlv_TEXCOORD0;
  29. varying highp vec3 xlv_TEXCOORD1;
  30. void main ()
  31. {
  32.   highp vec4 tmpvar_1;
  33.   tmpvar_1 = texture2D (_CameraDepthTexture, xlv_TEXCOORD0);
  34.   mediump vec2 tmpvar_2;
  35.   highp vec4 tmpvar_3;
  36.   tmpvar_3.w = 1.0;
  37.   tmpvar_3.xyz = ((xlv_TEXCOORD1 * (_ProjectionParams.z / xlv_TEXCOORD1.z)) * (1.0/((
  38.     (_ZBufferParams.x * tmpvar_1.x)
  39.    + _ZBufferParams.y))));
  40.   highp vec4 tmpvar_4;
  41.   tmpvar_4 = (unity_CameraToWorld * tmpvar_3);
  42.   highp vec4 tmpvar_5;
  43.   tmpvar_5 = (_PreviousVP * tmpvar_4);
  44.   highp vec4 tmpvar_6;
  45.   tmpvar_6 = (_NonJitteredVP * tmpvar_4);
  46.   highp vec2 tmpvar_7;
  47.   tmpvar_7 = (((tmpvar_5.xy / tmpvar_5.w) + 1.0) / 2.0);
  48.   highp vec2 tmpvar_8;
  49.   tmpvar_8 = (((tmpvar_6.xy / tmpvar_6.w) + 1.0) / 2.0);
  50.   tmpvar_2 = (tmpvar_8 - tmpvar_7);
  51.   mediump vec4 tmpvar_9;
  52.   tmpvar_9.zw = vec2(0.0, 1.0);
  53.   tmpvar_9.xy = tmpvar_2;
  54.   gl_FragDepthEXT = tmpvar_1.x;
  55.   gl_FragData[0] = tmpvar_9;
  56. }
  57. -------- failed compiling:
  58. fragment evaluation shader
  59. WARNING: 0:4: extension 'GL_EXT_frag_depth' is not supported
  60. ERROR: 0:38: Use of undeclared identifier 'gl_FragDepthEXT'
  61.  
  62. Note: Creation of internal variant of shader 'Hidden/Internal-MotionVectors' failed.
  63. WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Pass '' has no vertex shader
  64. WARNING: Shader Unsupported: 'Hidden/Internal-MotionVectors' - Setting to default shader.
  65. WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Pass '' has no vertex shader
  66. WARNING: Shader Unsupported: 'Hidden/VR/BlitCopyFromTexArray' - Setting to default shader.
  67. UnloadTime: 4.044416 ms
  68. ===> stage: LoadGameData
  69. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  70. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  71. UnityEngine.Logger:Log(LogType, Object, Object)
  72. UnityEngine.Logger:Log(LogType, Object)
  73. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  74. UnityEngine.Debug:Log(Object)
  75. <ProcessLoading>c__Iterator0:MoveNext()
  76. EasyLayout.EasyLayout:GetUIElements()
  77. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  78. UnityEngine.MonoBehaviour:StartCoroutine_Auto_Internal(IEnumerator)
  79. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  80. DownloadController:Start()
  81.  
  82. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  83.  
  84. ===> stage: LoadStorages
  85. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  86. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  87. UnityEngine.Logger:Log(LogType, Object, Object)
  88. UnityEngine.Logger:Log(LogType, Object)
  89. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  90. UnityEngine.Debug:Log(Object)
  91. <ProcessLoading>c__Iterator0:MoveNext()
  92. EasyLayout.EasyLayout:GetUIElements()
  93. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  94.  
  95. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  96.  
  97. GoodsDataStorage inited
  98. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  99. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  100. UnityEngine.Logger:Log(LogType, Object, Object)
  101. UnityEngine.Logger:Log(LogType, Object)
  102. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  103. UnityEngine.Debug:Log(Object)
  104. <LoadStorages>c__Iterator2:MoveNext()
  105. EasyLayout.EasyLayout:GetUIElements()
  106. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  107. UnityEngine.MonoBehaviour:StartCoroutine_Auto_Internal(IEnumerator)
  108. UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
  109. <ProcessLoading>c__Iterator0:MoveNext()
  110. EasyLayout.EasyLayout:GetUIElements()
  111. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  112.  
  113. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  114.  
  115. MarketUpgradesDataStorage inited
  116. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  117. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  118. UnityEngine.Logger:Log(LogType, Object, Object)
  119. UnityEngine.Logger:Log(LogType, Object)
  120. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  121. UnityEngine.Debug:Log(Object)
  122. <LoadStorages>c__Iterator2:MoveNext()
  123. EasyLayout.EasyLayout:GetUIElements()
  124. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  125.  
  126. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  127.  
  128. PuzzlesDataStorage inited
  129. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  130. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  131. UnityEngine.Logger:Log(LogType, Object, Object)
  132. UnityEngine.Logger:Log(LogType, Object)
  133. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  134. UnityEngine.Debug:Log(Object)
  135. <LoadStorages>c__Iterator2:MoveNext()
  136. EasyLayout.EasyLayout:GetUIElements()
  137. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  138.  
  139. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  140.  
  141. ===> stage: LoadGame
  142. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  143. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  144. UnityEngine.Logger:Log(LogType, Object, Object)
  145. UnityEngine.Logger:Log(LogType, Object)
  146. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  147. UnityEngine.Debug:Log(Object)
  148. <ProcessLoading>c__Iterator0:MoveNext()
  149. EasyLayout.EasyLayout:GetUIElements()
  150. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
  151.  
  152. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  153.  
  154. 2017-06-22 15:16:11.734024 farmclicker[10496:8914402] Appodeal sdk highly recomend to use only on type of AppodealAdTypeRewardedVideo, AppodealAdTypeNonSkippableVideo!
  155. Using Facebook Unity SDK v7.9.4 with FBiOSSDK/4.17.0
  156. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  157. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  158. UnityEngine.Logger:Log(LogType, Object, Object)
  159. UnityEngine.Logger:Log(LogType, Object)
  160. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  161. UnityEngine.Debug:Log(Object)
  162. Facebook.Unity.DebugLogger:Info(String)
  163. AppodealAds.Unity.Api.Appodeal:disableNetwork(String, Int32)
  164. Facebook.Unity.FacebookLogger:Info(String)
  165. Facebook.Unity.FB:LogVersion()
  166. Facebook.Unity.CompiledFacebookLoader:Start()
  167.  
  168. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  169.  
  170. 2017-06-22 15:16:12.333312 farmclicker[10496:8914500] 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][debug] Got 6 ad items for "Rewarded Video" request
  171. 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][debug] Got 6 ad items for "Rewarded Video" request
  172. 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  173. 2017-06-22 15:16:12.813715 farmclicker[10496:8914527] 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  174. 2017-06-22 15:16:12.814386 farmclicker[10496:8914527] 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.290000 did failed to load (1 round)
  175. 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.290000 did failed to load (1 round)
  176. 2017-06-22 15:16:12.814871 farmclicker[10496:8914497] 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  177. 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  178. 2017-06-22 15:16:12.815359 farmclicker[10496:8914527] 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][info] Video remove caches
  179. 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][info] Video remove caches
  180. 2017-06-22 15:16:12.815797 farmclicker[10496:8914497] 2017-06-22 12:16:12 +0000 [Appodeal 1.3.9][info] Video player dealloc
  181. 2017-06-22 12:16:12 +0000 [Ap2017-06-22 15:16:12.816420 farmclicker[10496:8914402] ADCOLONY 2.6.2.1 [info] AdColony library version: 2.6.2.1 32-bit production
  182. podeal 1.3.9][info] Video player dealloc
  183. 2017-06-22 15:16:12.820468 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType com.apple.social.twitter
  184. 2017-06-22 15:16:12.838433 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType got serviceType com.apple.social.twitter isAvailable 1
  185. 2017-06-22 15:16:12.838606 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType com.apple.social.twitter returning 1
  186. 2017-06-22 15:16:12.838706 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType com.apple.social.facebook
  187. 2017-06-22 15:16:12.839365 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType got serviceType com.apple.social.facebook isAvailable 0
  188. 2017-06-22 15:16:12.878822 farmclicker[10496:8914527] [core] SLComposeViewController _shareExtensionWithIdentifier: continuous discovery block got extensions (
  189.     "<NSExtension: 0x8c537e0> {id = com.viber.app-share-extension}",
  190.     "<NSExtension: 0x8c56e70> {id = com.apple.share.Vimeo.post}",
  191.     "<NSExtension: 0x8c53df0> {id = com.apple.share.Flickr.post}",
  192.     "<NSExtension: 0x8c539b0> {id = com.google.Drive.ShareExtension}",
  193.     "<NSExtension: 0x8c4dbc0> {id = com.apple.share.Twitter.post}",
  194.     "<NSExtension: 0x8c4dc90> {id = com.apple.Music.MediaSocialShareService}",
  195.     "<NSExtension: 0x8c56dc0> {id = com.apple.mobileslideshow.StreamShareService}",
  196.     "<NSExtension: 0x8c4dd60> {id = com.apple.share.SinaWeibo.post}",
  197.     "<NSExtension: 0x8c4cfe0> {id = com.apple.share.Facebook.post}",
  198.     "<NSExtension: 0x8c4d0b0> {id = com.apple.reminders.RemindersEditorExtension}",
  199.     "<NSExtension: 0x8c4d180> {id = com.skype.SkypeForiPad.sharingextension}",
  200.     "<NSExtension: 0xb462d80> {id = com.apple.share.TencentWeibo.post}",
  201.     "<NSExtension: 0xb464a10> {id = com.apple.mobilenotes.SharingExtension}"
  202. ) error (null)
  203. 2017-06-22 15:16:12.882460 farmclicker[10496:8914527] [core] SLComposeViewController _shareExtensionWithIdentifier: continuous discovery block did update _identifierToShareExtensionMap {
  204.     "com.apple.Music.MediaSocialShareService" = "<NSExtension: 0x8c4dc90> {id = com.apple.Music.MediaSocialShareService}";
  205.    "com.apple.mobilenotes.SharingExtension" = "<NSExtension: 0xb464a10> {id = com.apple.mobilenotes.SharingExtension}";
  206.    "com.apple.mobileslideshow.StreamShareService" = "<NSExtension: 0x8c56dc0> {id = com.apple.mobileslideshow.StreamShareService}";
  207.    "com.apple.reminders.RemindersEditorExtension" = "<NSExtension: 0x8c4d0b0> {id = com.apple.reminders.RemindersEditorExtension}";
  208.    "com.apple.share.Facebook.post" = "<NSExtension: 0x8c4cfe0> {id = com.apple.share.Facebook.post}";
  209.    "com.apple.share.Flickr.post" = "<NSExtension: 0x8c53df0> {id = com.apple.share.Flickr.post}";
  210.    "com.apple.share.SinaWeibo.post" = "<NSExtension: 0x8c4dd60> {id = com.apple.share.SinaWeibo.post}";
  211.    "com.apple.share.TencentWeibo.post" = "<NSExtension: 0xb462d80> {id = com.apple.share.TencentWeibo.post}";
  212.    "com.apple.share.Twitter.post" = "<NSExtension: 0x8c4dbc0> {id = com.apple.share.Twitter.post}";
  213.    "com.apple.share.Vimeo.post" = "<NSExtension: 0x8c56e70> {id = com.apple.share.Vimeo.post}";
  214.    "com.google.Drive.ShareExtension" = "<NSExtension: 0x8c539b0> {id = com.google.Drive.ShareExtension}";
  215.    "com.skype.SkypeForiPad.sharingextension" = "<NSExtension: 0x8c4d180> {id = com.skype.SkypeForiPad.sharingextension}";
  216.    "com.viber.app-share-extension" = "<NSExtension: 0x8c537e0> {id = com.viber.app-share-extension}";
  217. }
  218. 2017-06-22 15:16:12.882960 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType got extension <NSExtension: 0x8c4cfe0> {id = com.apple.share.Facebook.post} for extensionIdentifer com.apple.share.Facebook.post
  219. 2017-06-22 15:16:12.883072 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType returning YES for overridden extensionIdentifier com.apple.share.Facebook.post
  220. 2017-06-22 15:16:12.885261 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType com.apple.social.facebook returning 1
  221. 2017-06-22 15:16:12.885376 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType com.apple.social.sinaweibo
  222. 2017-06-22 15:16:12.897846 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType got serviceType com.apple.social.sinaweibo isAvailable 0
  223. 2017-06-22 15:16:12.898151 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType got extension <NSExtension: 0x8c4dd60> {id = com.apple.share.SinaWeibo.post} for extensionIdentifer com.apple.share.SinaWeibo.post
  224. 2017-06-22 15:16:12.898758 farmclicker[10496:8914402] [core] SLComposeViewController isAvailableForServiceType com.apple.social.sinaweibo returning 0
  225. Unloading 6 Unused Serialized files (Serialized files now loaded: 0)
  226. UnloadTime: 4.927625 ms
  227.  
  228. Unloading 132 unused Assets to reduce memory usage. Loaded Objects now: 6241.
  229. Total: 97.005875 ms (FindLiveObjects: 2.274750 ms CreateObjectMapping: 0.942958 ms MarkObjects: 84.540871 ms  DeleteObjects: 9.245292 ms)
  230.  
  231. 2017-06-22 15:16:14.757984 farmclicker[10496:8914497] 2017-06-22 12:16:14 +0000 [Appodeal 1.3.9][info] AdItem adcolony eCPM = 1.280000 did failed to load (1 round)
  232. 2017-06-22 12:16:14 +0000 [Appodeal 1.3.9][info] AdItem adcolony eCPM = 1.280000 did failed to load (1 round)
  233. 2017-06-22 15:16:15.519201 farmclicker[10496:8914527] 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  234. 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  235. 2017-06-22 15:16:15.544810 farmclicker[10496:8914527] 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 0.020000 did failed to load (1 round)
  236. 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 0.020000 did failed to load (1 round)
  237. 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  238. 2017-06-22 15:16:15.545500 farmclicker[10496:8914573] 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  239. 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] Video remove caches
  240. 2017-06-22 15:16:15.546295 farmclicker[10496:8914573] 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] Video remove caches
  241. 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] Video player dealloc
  242. 2017-06-22 15:16:15.547860 farmclicker[10496:8914573] 2017-06-22 12:16:15 +0000 [Appodeal 1.3.9][info] Video player dealloc
  243. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  244. 2017-06-22 15:16:21.844936 farmclicker[10496:8914631] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  245. 2017-06-22 15:16:21.863088 farmclicker[10496:8914500] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.100000 did failed to load (1 round)
  246. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.100000 did failed to load (1 round)
  247. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  248. 2017-06-22 15:16:21.863683 farmclicker[10496:8914573] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  249. 2017-06-22 15:16:21.864119 farmclicker[10496:8914573] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Video remove caches
  250. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Video remove caches
  251. 2017-06-22 15:16:21.870235 farmclicker[10496:8914500] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Video player dealloc
  252. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Video player dealloc
  253. 2017-06-22 15:16:21.895492 farmclicker[10496:8914572] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] AdItem adcolony eCPM = 1.090000 did load (1 round)
  254. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] AdItem adcolony eCPM = 1.090000 did load (1 round)
  255. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: adcolony eCPM = 1.090000, failed adItems (
  256.    "vast eCPM = 1.290000",
  257.    "adcolony eCPM = 1.280000",
  258.    "vast eCPM = 0.020000",
  259.    "adcolony eCPM = 0.010000",
  260.    "vast eCPM = 1.100000"
  261. )
  262. 2017-06-22 15:16:21.897502 farmclicker[10496:8914572] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: adcolony eCPM = 1.090000, failed adItems (
  263.    "vast eCPM = 1.290000",
  264.    "adcolony eCPM = 1.280000",
  265.    "vast eCPM = 0.020000",
  266.    "adcolony eCPM = 0.010000",
  267.    "vast eCPM = 1.100000"
  268. )
  269. 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  270. 2017-06-22 15:16:21.900804 farmclicker[10496:8914572] 2017-06-22 12:16:21 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  271. [I2Loc] Using Saved (PlayerPref) data in 'I2Source_I2Languages'
  272. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  273. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  274. UnityEngine.Logger:Log(LogType, Object, Object)
  275. UnityEngine.Logger:Log(LogType, Object)
  276. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  277. UnityEngine.Debug:Log(Object)
  278. I2.Loc.LanguageSource:Import_Google_FromCache()
  279. I2.Loc.LocalizationManager:AddSource(LanguageSource)
  280. I2.Loc.LocalizationManager:RegisterSourceInResources()
  281. I2.Loc.LocalizationManager:UpdateSources()
  282. I2.Loc.LocalizationManager:InitializeIfNeeded()
  283. I2.Loc.LocalizationManager:TryGetTermTranslation(String, String&, Boolean, Int32, Boolean, Boolean, GameObject)
  284. I2.Loc.LocalizationManager:GetTermTranslation(String, Boolean, Int32, Boolean, Boolean, GameObject)
  285. I2.Loc.LocalizationManager:GetTermTranslation(String, Boolean, Int32, Boolean)
  286. I2.Loc.ScriptLocalization:Get(String)
  287. BanjoWindow:InitWindow()
  288. BaseWindow:Reset()
  289. BaseWindow:OnShow()
  290. BanjoWindow:OnShow()
  291. BaseWindow:Reset()
  292. WindowsController:Show(Type)
  293. ButtonWindow:OnPointerClick(PointerEventData)
  294. ButtonBanjo:OnPointerClick(PointerEventData)
  295. UIWidgets.DragRedirect:OnInitializePotentialDrag(PointerEventData)
  296. UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData)
  297. UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
  298. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  299. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
  300. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
  301. UnityEngine.EventSystems.StandaloneInputModule:Process()
  302. BaseWindow:Reset()
  303. UnityEngine.EventSystems.EventSystem:Update()
  304.  
  305. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  306.  
  307. Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
  308.  
  309. Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 6253.
  310. Total: 91.324371 ms (FindLiveObjects: 1.886791 ms CreateObjectMapping: 1.573666 ms MarkObjects: 87.764214 ms  DeleteObjects: 0.097375 ms)
  311.  
  312. Rain SHOW VIDEO
  313. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  314. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  315. UnityEngine.Logger:Log(LogType, Object, Object)
  316. UnityEngine.Logger:Log(LogType, Object)
  317. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  318. UnityEngine.Debug:Log(Object)
  319. BanjoWindow:OnStartButtonClick()
  320. UnityEngine.Events.UnityAction:Invoke()
  321. UnityEngine.Events.InvokableCall:Invoke(Object[])
  322. System.Linq.QuickSort`1:CompareItems(Int32, Int32)
  323. UnityEngine.Events.InvokableCallList:Invoke(Object[])
  324. UnityEngine.Events.UnityEventBase:Invoke(Object[])
  325. UnityEngine.Events.UnityEvent:Invoke()
  326. UnityEngine.UI.Button:Press()
  327. UnityEngine.UI.Button:OnPointerClick(PointerEventData)
  328. UIWidgets.DragRedirect:OnInitializePotentialDrag(PointerEventData)
  329. UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData)
  330. UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
  331. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  332. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
  333. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
  334. UnityEngine.EventSystems.StandaloneInputModule:Process()
  335. BaseWindow:Reset()
  336. UnityEngine.EventSystems.EventSystem:Update()
  337.  
  338. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  339.  
  340. 2017-06-22 15:16:39.118295 farmclicker[10496:8914402] [SDKPlayback] MPMusicPlayerController] MPMusicPlayerController: Server is not running, deferring check-in
  341. 2017-06-22 15:16:39.267540 farmclicker[10496:8914402] Cannot find executable for CFBundle 0x12607a30 </var/containers/Bundle/Application/86B1431E-78C1-4634-8BBB-809AF77D7AB7/farmclicker.app/Appodeal.bundle> (not loaded)
  342. Rewarded Video Shown
  343. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  344. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  345. UnityEngine.Logger:Log(LogType, Object, Object)
  346. UnityEngine.Logger:Log(LogType, Object)
  347. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  348. UnityEngine.Debug:Log(Object)
  349. AdsManager:onRewardedVideoShown()
  350. System.Text.RegularExpressions.IntervalCollection:GetEnumerator()
  351. AppodealAds.Unity.iOS.AppodealAdsClient:rewardedVideoDidPresent()
  352.  
  353. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  354.  
  355. 2017-06-22 15:16:42.614630 farmclicker[10496:8914709] 2017-06-22 12:16:42 +0000 [Appodeal 1.3.9][debug] Impression doesn't sended for rewardedVideo adUnit adcolony eCPM = 1.090000 .Please check your integration or contact out support team: support@appodeal.com.
  356. 2017-06-22 12:16:42 +0000 [Appodeal 1.3.9][debug] Impression doesn't sended for rewardedVideo adUnit adcolony eCPM = 1.090000 .Please check your integration or contact out support team: support@appodeal.com.
  357. 2017-06-22 15:17:09.794225 farmclicker[10496:8914402] [MC] Filtering mail sheet accounts for bundle ID: com.rmg.farmclicker, source account management: 1
  358. 2017-06-22 15:17:09.803352 farmclicker[10496:8914402] [MC] Result: YES
  359. Rewarded Video Closed
  360. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  361. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  362. UnityEngine.Logger:Log(LogType, Object, Object)
  363. UnityEngine.Logger:Log(LogType, Object)
  364. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  365. UnityEngine.Debug:Log(Object)
  366. AdsManager:onRewardedVideoClosed()
  367. System.Text.RegularExpressions.IntervalCollection:GetEnumerator()
  368. AppodealAds.Unity.iOS.AppodealAdsClient:rewardedVideoWillDismiss()
  369.  
  370. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  371.  
  372. 2017-06-22 15:17:11.526759 farmclicker[10496:8914779] 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  373. 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  374. 2017-06-22 15:17:11.543743 farmclicker[10496:8914709] 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.290000 did failed to load (1 round)
  375. 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.290000 did failed to load (1 round)
  376. 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  377. 2017-06-22 15:17:11.547142 farmclicker[10496:8914774] 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  378. 2017-06-22 15:17:11.548094 farmclicker[10496:8914779] 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] Video remove caches
  379. 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] Video remove caches
  380. 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] Video player dealloc
  381. 2017-06-22 15:17:11.549647 farmclicker[10496:8914774] 2017-06-22 12:17:11 +0000 [Appodeal 1.3.9][info] Video player dealloc
  382. 2017-06-22 15:17:17.004976 farmclicker[10496:8914697] 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  383. 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  384. 2017-06-22 15:17:17.006026 farmclicker[10496:8914697] 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 0.020000 did failed to load (1 round)
  385. 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 0.020000 did failed to load (1 round)
  386. 2017-06-22 15:17:17.008538 farmclicker[10496:8914697] 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  387. 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  388. 2017-06-22 15:17:17.009617 farmclicker[10496:8914809] 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] Video remove caches
  389. 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] Video remove caches
  390. 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] Video player dealloc
  391. 2017-06-22 15:17:17.011015 farmclicker[10496:8914697] 2017-06-22 12:17:17 +0000 [Appodeal 1.3.9][info] Video player dealloc
  392. Rain / BanjoMan CANT SHOW VIDEO 1
  393. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  394. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  395. UnityEngine.Logger:Log(LogType, Object, Object)
  396. UnityEngine.Logger:Log(LogType, Object)
  397. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  398. UnityEngine.Debug:Log(Object)
  399. BanjoWindow:OnStartButtonClick()
  400. UnityEngine.Events.UnityAction:Invoke()
  401. UnityEngine.Events.InvokableCall:Invoke(Object[])
  402. System.Linq.QuickSort`1:CompareItems(Int32, Int32)
  403. UnityEngine.Events.InvokableCallList:Invoke(Object[])
  404. UnityEngine.Events.UnityEventBase:Invoke(Object[])
  405. UnityEngine.Events.UnityEvent:Invoke()
  406. UnityEngine.UI.Button:Press()
  407. UnityEngine.UI.Button:OnPointerClick(PointerEventData)
  408. UIWidgets.DragRedirect:OnInitializePotentialDrag(PointerEventData)
  409. UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData)
  410. UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
  411. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  412. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
  413. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
  414. UnityEngine.EventSystems.StandaloneInputModule:Process()
  415. BaseWindow:Reset()
  416. UnityEngine.EventSystems.EventSystem:Update()
  417.  
  418. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  419.  
  420. Rain / BanjoMan CANT SHOW VIDEO 2
  421. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  422. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  423. UnityEngine.Logger:Log(LogType, Object, Object)
  424. UnityEngine.Logger:Log(LogType, Object)
  425. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  426. UnityEngine.Debug:Log(Object)
  427. BanjoWindow:OnStartButtonClick()
  428. UnityEngine.Events.UnityAction:Invoke()
  429. UnityEngine.Events.InvokableCall:Invoke(Object[])
  430. System.Linq.QuickSort`1:CompareItems(Int32, Int32)
  431. UnityEngine.Events.InvokableCallList:Invoke(Object[])
  432. UnityEngine.Events.UnityEventBase:Invoke(Object[])
  433. UnityEngine.Events.UnityEvent:Invoke()
  434. UnityEngine.UI.Button:Press()
  435. UnityEngine.UI.Button:OnPointerClick(PointerEventData)
  436. UIWidgets.DragRedirect:OnInitializePotentialDrag(PointerEventData)
  437. UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData)
  438. UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
  439. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  440. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
  441. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
  442. UnityEngine.EventSystems.StandaloneInputModule:Process()
  443. BaseWindow:Reset()
  444. UnityEngine.EventSystems.EventSystem:Update()
  445.  
  446. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  447.  
  448. Rain / BanjoMan CANT SHOW VIDEO 3
  449. UnityEngine.DebugLogHandler:Internal_Log(LogType, String, Object)
  450. UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
  451. UnityEngine.Logger:Log(LogType, Object, Object)
  452. UnityEngine.Logger:Log(LogType, Object)
  453. System.Text.RegularExpressions.Syntax.ExpressionCollection:OnValidate(Object)
  454. UnityEngine.Debug:Log(Object)
  455. BanjoWindow:OnStartButtonClick()
  456. UnityEngine.Events.UnityAction:Invoke()
  457. UnityEngine.Events.InvokableCall:Invoke(Object[])
  458. System.Linq.QuickSort`1:CompareItems(Int32, Int32)
  459. UnityEngine.Events.InvokableCallList:Invoke(Object[])
  460. UnityEngine.Events.UnityEventBase:Invoke(Object[])
  461. UnityEngine.Events.UnityEvent:Invoke()
  462. UnityEngine.UI.Button:Press()
  463. UnityEngine.UI.Button:OnPointerClick(PointerEventData)
  464. UIWidgets.DragRedirect:OnInitializePotentialDrag(PointerEventData)
  465. UnityEngine.EventSystems.ExecuteEvents:Execute(IPointerClickHandler, BaseEventData)
  466. UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
  467. UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
  468. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
  469. UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
  470. UnityEngine.EventSystems.StandaloneInputModule:Process()
  471. BaseWindow:Reset()
  472. UnityEngine.EventSystems.EventSystem:Update()
  473.  
  474. (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
  475.  
  476. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  477. 2017-06-22 15:17:22.827133 farmclicker[10496:8914780] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][debug] Unable to parse.
  478. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.100000 did failed to load (1 round)
  479. 2017-06-22 15:17:22.844966 farmclicker[10496:8914697] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] AdItem vast eCPM = 1.100000 did failed to load (1 round)
  480. 2017-06-22 15:17:22.846181 farmclicker[10496:8914780] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  481. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Cacher remove media file (null)
  482. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Video remove caches
  483. 2017-06-22 15:17:22.848054 farmclicker[10496:8914697] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Video remove caches
  484. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Video player dealloc
  485. 2017-06-22 15:17:22.851129 farmclicker[10496:8914697] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Video player dealloc
  486. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] AdItem adcolony eCPM = 1.090000 did load (1 round)
  487. 2017-06-22 15:17:22.853898 farmclicker[10496:8914780] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] AdItem adcolony eCPM = 1.090000 did load (1 round)
  488. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: adcolony eCPM = 1.090000, failed adItems (
  489.    "vast eCPM = 1.290000",
  490.    "adcolony eCPM = 1.280000",
  491.    "vast eCPM = 0.020000",
  492.    "adcolony eCPM = 0.010000",
  493.    "vast eCPM = 1.100000"
  494. )
  495. 2017-06-22 15:17:22.855828 farmclicker[10496:8914780] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][info] Waterfall finish with success adItem: adcolony eCPM = 1.090000, failed adItems (
  496.    "vast eCPM = 1.290000",
  497.    "adcolony eCPM = 1.280000",
  498.    "vast eCPM = 0.020000",
  499.    "adcolony eCPM = 0.010000",
  500.    "vast eCPM = 1.100000"
  501. )
  502. 2017-06-22 15:17:22.856473 farmclicker[10496:8914780] 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
  503. 2017-06-22 12:17:22 +0000 [Appodeal 1.3.9][debug] RTB auction did fail
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement