· 6 years ago · Mar 30, 2020, 06:34 AM
12020-03-30 09:29:25.657116+0300 emmaskitchen[374:59419] Built from '2019.3/staging' branch, Version '2019.3.2f1 (c46a3a38511e)', Build type 'Release', Scripting Backend 'il2cpp'
2-> applicationDidFinishLaunching()
32020-03-30 09:29:26.029901+0300 emmaskitchen[374:59419] Metal API Validation Enabled
4-> applicationDidBecomeActive()
5GfxDevice: creating device client; threaded=1
6Initializing Metal device caps: Apple A8 GPU
7Initialize engine version: 2019.3.2f1 (c46a3a38511e)
82020-03-30 09:29:26.821396+0300 emmaskitchen[374:59593] 6.16.0 - <AppMeasurement>[I-ACS031025] Analytics screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable screen reporting, set the flag FirebaseScreenReportingEnabled to NO (boolean) in the Info.plist
9UnloadTime: 11.447042 ms
10Could not produce class with ID 109.
11This could be caused by a class being stripped from the build even though it is needed. Try disabling 'Strip Engine Code' in Player Settings.
12UnityEngine.Resources:LoadAll(String)
13Skunkworks.Unity.GameBootsrapper:GetGameApplication()
14Skunkworks.Unity.GameBootsrapper:.cctor()
15System.Array:UnsafeStore(T[], Int32, T)
16Skunkworks.Unity.GameBootsrapper:InitializeGame()
17
18[ line 1545]
19(Filename: Line: 1545)
20
21Could not produce class with ID 109.
22This could be caused by a class being stripped from the build even though it is needed. Try disabling 'Strip Engine Code' in Player Settings.
23UnityEngine.Resources:LoadAll(String)
24Skunkworks.Unity.GameBootsrapper:GetGameApplication()
25Skunkworks.Unity.GameBootsrapper:.cctor()
26System.Array:UnsafeStore(T[], Int32, T)
27Skunkworks.Unity.GameBootsrapper:InitializeGame()
28
29[ line 1545]
30(Filename: Line: 1545)
31
32Could not produce class with ID 109.
33This could be caused by a class being stripped from the build even though it is needed. Try disabling 'Strip Engine Code' in Player Settings.
34UnityEngine.Resources:LoadAll(String)
35Skunkworks.Unity.GameBootsrapper:GetGameApplication()
36Skunkworks.Unity.GameBootsrapper:.cctor()
37System.Array:UnsafeStore(T[], Int32, T)
38Skunkworks.Unity.GameBootsrapper:InitializeGame()
39
40[ line 1545]
41(Filename: Line: 1545)
42
43Pre-game initialization phase
44Skunkworks.Unity.GameBootsrapper:.cctor()
45System.Array:UnsafeStore(T[], Int32, T)
46Skunkworks.Unity.GameBootsrapper:InitializeGame()
47
48(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
49
50Presenting default entry LoadingScreen(Clone)
51UI Presenter Stack:
52
53
54<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
55System.Array:UnsafeStore(T[], Int32, T)
56UIController:CreateAndPresentEntry()
57<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
58System.Threading.ContextCallback:Invoke(Object)
59System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
60System.Runtime.CompilerServices.MoveNextRunner:Run()
61System.Action:Invoke()
62System.Threading.ContextCallback:Invoke(Object)
63System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
64System.Threading.Tasks.Task:FinishContinuations()
65System.Threading.Tasks.Task`1:TrySetResult(TResult)
66System.Threading.Tasks.TaskCompletionSource`1:TrySetResult(TResult)
67System.Action`1:Invoke(T)
68
69(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
70
71Setting up 1 worker threads for Enlighten.
72 Thread -> id: 170d8f000 -> priority: 1
73Game initialization phase
74Skunkworks.Unity.GameBootsrapper:.cctor()
75System.Threading.ContextCallback:Invoke(Object)
76System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
77System.Runtime.CompilerServices.MoveNextRunner:Run()
78System.Action:Invoke()
79UniRx.Async.Internal.ReusablePromise`1:TrySetResult(T)
80UniRx.Async.DelayFramePromise:MoveNext()
81UniRx.Async.Internal.PlayerLoopRunner:Run()
82UnityEngine.LowLevel.UpdateFunction:Invoke()
83
84(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
85
86Post-game initialization phase
87Skunkworks.Unity.GameBootsrapper:.cctor()
88System.Threading.ContextCallback:Invoke(Object)
89System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
90System.Runtime.CompilerServices.MoveNextRunner:Run()
91System.Action:Invoke()
92UniRx.Async.Internal.ReusablePromise`1:TrySetResult(T)
93UniRx.Async.DelayFramePromise:MoveNext()
94UniRx.Async.Internal.PlayerLoopRunner:Run()
95UnityEngine.LowLevel.UpdateFunction:Invoke()
96
97(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
98
99The specified identifier (9e576b1833557c437021e3390bf85a509d2c27c) does not exists. please use Exists () to check for existent before calling Load.
100returning the default(T) instance.
101BayatGames.SaveGameFree.SaveGame:Load(String, T, Boolean, String, ISaveGameSerializer, ISaveGameEncoder, Encoding, SaveGamePath)
102Skunkworks.Unity.SaveGameWrapper:Load(String, Boolean, String, Encoding, SaveGamePath)
103Skunkworks.Save.SaveService:.ctor(SaveConfiguration, ISaveGame)
104ProjectAlfa.Unity.ProjectAlfaBootsrapper:<get_Services>b__10_4(IDependencyService)
105System.Func`2:Invoke(T)
106System.Func`2:Invoke(T)
107Skunkworks.Dependency.DependencyService:.cctor()
108System.Array:UnsafeStore(T[], Int32, T)
109Skunkworks.Dependency.DependencyService:Resolve(IDependencyService, DependencyInfo, List`1)
110Skunkworks.Dependency.DependencyService:.cctor()
111System.Array:UnsafeStore(T[], Int32, T)
112Skunkworks.Dependency.DependencyService:TryCreate(IDependencyService, DependencyInfo, Dictionary`2, List`1)
113Skunkworks.Dependency.DependencyService:Resolve(Type)
114ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
115System.Array:UnsafeStore(T[], Int32, T)
116ProjectAlfa.Unity.ProjectAlfaBootsrapper:WaitForGDPRConsent()
117ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
118System.Array:UnsafeStore(T[], Int32, T)
119ProjectAlfa.Unity.ProjectAlfaBootsrapper:PostGameCreation()
120Skunkworks.Unity.GameBootsrapper:.cctor()
121System.Threading.ContextCallback:Invoke(Object)
122System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
123System.Runtime.CompilerServices.MoveNextRunner:Run()
124System.Action:Invoke()
125UniRx.Async.Internal.ReusablePromise`1:TrySetResult(T)
126UniRx.Async.DelayFramePromise:MoveNext()
127UniRx.Async.Internal.PlayerLoopRunner:Run()
128UnityEngine.LowLevel.UpdateFunction:Invoke()
129
130(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
131
132Presentation ended on: GDPRConsentScreen(Clone)
133UI Presenter Stack:
134 2: GDPRConsentScreen(Clone)
135 1: LoadingScreen(Clone)
136
137
138UIController:HandlePresentationEnd(Presenter, TransitionResult)
139<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
140System.Threading.ContextCallback:Invoke(Object)
141System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
142System.Runtime.CompilerServices.MoveNextRunner:Run()
143System.Action:Invoke()
144System.Threading.ContextCallback:Invoke(Object)
145System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
146System.Threading.Tasks.Task:FinishContinuations()
147System.Threading.Tasks.Task`1:TrySetResult(TResult)
148System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
149ProjectAlfa.Unity.GDPRPresenter:<>n__0(CancellationToken)
150System.Threading.ContextCallback:Invoke(Object)
151System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
152System.Runtime.CompilerServices.MoveNextRunner:Run()
153System.Action:Invoke()
154System.Threading.ContextCallback:Invoke(Object)
155System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
156System.Threading.Tasks.Task:FinishContinuations()
157System.Threading.Tasks.Task`1:TrySetResult(TResult)
158System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
159Skunkworks.Unity.<>c__DisplayClass7_0:<WaitForAnimationState>b__0()
160System.Threading.ContextCallback:Invoke(Object)
161System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
162System.Runtime.CompilerServices.MoveNextRunner:Run()
163System.Action:Invoke()
164System.Threading.ContextCallback:Invoke(Object)
165System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
166System.Threading.Tasks.Task:FinishContinuations()
167System.Threading.Tasks.Task:Finish(Boolean)
168System.Threading.Tasks.Task:ExecuteWithThreadLocal(Task&)
169System.Threading.Tasks.Task:ExecuteEntry(Boolean)
170System.Threading.Tasks.ThreadPoolTaskScheduler:TryExecuteTaskInline(Task, Boolean)
171System.Threading.Tasks.TaskScheduler:TryRunInline(Task, Boolean)
172System.Threading.Tasks.TaskContinuation:InlineIfPossibleOrElseQueue(Task, Boolean)
173System.Threading.Tasks.Task:FinishContinuations()
174System.Threading.Tasks.Task`1:TrySetResult(TResult)
175System.Threading.Tasks.CompleteOnInvokePromise:Invoke(Task)
176System.Threading.Tasks.Task:FinishContinuations()
177System.Threading.Tasks.Task`1:TrySetResult(TResult)
178System.Threading.Tasks.TaskCompletionSource`1:TrySetResult(TResult)
179UnityEngine.Events.UnityAction`1:Invoke(T0)
180UnityEngine.Events.UnityAction:Invoke()
181UnityEngine.Events.UnityAction:Invoke()
182UnityEngine.Events.UnityEvent:Invoke()
183UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
184UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
185UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
186UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
187UnityEngine.EventSystems.StandaloneInputModule:Process()
188
189(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
190
1912020-03-30 09:29:38.149969+0300 emmaskitchen[374:59593] 6.16.0 - [Firebase/Core][I-COR000003] The default Firebase app has not yet been configured. Add `[FIRApp configure];` (`FirebaseApp.configure()` in Swift) to your application initialization. Read more: https://goo.gl/ctyzm8.
1922020-03-30 09:29:38.253059+0300 emmaskitchen[374:59713] 6.16.0 - [Firebase/Analytics][I-ACS023007] Analytics v.60202000 started
1932020-03-30 09:29:38.253565+0300 emmaskitchen[374:59713] 6.16.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see http://goo.gl/RfcP7r)
194User Firebase.Auth.FirebaseUser authenticated.
195ProjectAlfa.Unity.<>c__DisplayClass12_0:<ToSettingsConfiguration>b__1(ISettings)
196System.Threading.ContextCallback:Invoke(Object)
197System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
198System.Runtime.CompilerServices.MoveNextRunner:Run()
199System.Action:Invoke()
200System.Threading.SendOrPostCallback:Invoke(Object)
201UnityEngine.UnitySynchronizationContext:Exec()
202UnityEngine.UnitySynchronizationContext:Exec()
203
204(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
205
206Fetching data from DB
207ProjectAlfa.Unity.FirebaseDatabaseService:FetchDataAsync()
208ProjectAlfa.Unity.<>c__DisplayClass12_0:<ToSettingsConfiguration>b__1(ISettings)
209System.Array:UnsafeStore(T[], Int32, T)
210ProjectAlfa.Unity.FirebaseDatabaseService:GetDataAsync()
211ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
212System.Threading.ContextCallback:Invoke(Object)
213System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
214System.Runtime.CompilerServices.MoveNextRunner:Run()
215System.Action:Invoke()
216System.Threading.ContextCallback:Invoke(Object)
217System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
218System.Threading.Tasks.Task:FinishContinuations()
219System.Threading.Tasks.Task`1:TrySetResult(TResult)
220System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
221ProjectAlfa.Unity.<>c__DisplayClass12_0:<ToSettingsConfiguration>b__1(ISettings)
222System.Threading.ContextCallback:Invoke(Object)
223System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
224System.Runtime.CompilerServices.MoveNextRunner:Run()
225System.Action:Invoke()
226System.Threading.SendOrPostCallback:Invoke(Object)
227UnityEngine.UnitySynchronizationContext:Exec()
228UnityEngine.UnitySynchronizationContext:Exec()
229
230(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
231
2322020-03-30 09:29:39.253367+0300 emmaskitchen[374:59713] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2332020-03-30 09:29:39.256456+0300 emmaskitchen[374:59713] [MC] Reading from public effective user settings.
2342020-03-30 09:29:39.499609+0300 emmaskitchen[374:59714] 6.16.0 - [Firebase/Analytics][I-ACS023012] Analytics collection enabled
2352020-03-30 09:29:41.675011+0300 emmaskitchen[374:59713] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C3.1:2][0x12a081fd0] get output frames failed, state 8196
2362020-03-30 09:29:41.675512+0300 emmaskitchen[374:59713] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C3.1:2][0x12a081fd0] get output frames failed, state 8196
2372020-03-30 09:29:41.676880+0300 emmaskitchen[374:59713] TIC Read Status [3:0x0]: 1:57
2382020-03-30 09:29:41.677014+0300 emmaskitchen[374:59713] TIC Read Status [3:0x0]: 1:57
2392020-03-30 09:29:41.703087+0300 emmaskitchen[374:59714] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C1.1:2][0x12a07b860] get output frames failed, state 8196
2402020-03-30 09:29:41.714283+0300 emmaskitchen[374:59714] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C1.1:2][0x12a07b860] get output frames failed, state 8196
2412020-03-30 09:29:41.715722+0300 emmaskitchen[374:59714] TIC Read Status [1:0x0]: 1:57
2422020-03-30 09:29:41.715805+0300 emmaskitchen[374:59714] TIC Read Status [1:0x0]: 1:57
2432020-03-30 09:29:41.726896+0300 emmaskitchen[374:59708] 6.16.0 - [Firebase/Analytics][I-ACS023130] Configuration not found. Using default configuration
2442020-03-30 09:29:44.115629+0300 emmaskitchen[374:59714] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C5.1:2][0x1297a87d0] get output frames failed, state 8196
2452020-03-30 09:29:44.116012+0300 emmaskitchen[374:59714] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C5.1:2][0x1297a87d0] get output frames failed, state 8196
2462020-03-30 09:29:44.120460+0300 emmaskitchen[374:59714] TIC Read Status [5:0x0]: 1:57
2472020-03-30 09:29:44.120569+0300 emmaskitchen[374:59714] TIC Read Status [5:0x0]: 1:57
248Remote settings applied
249ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
250System.Threading.ContextCallback:Invoke(Object)
251System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
252System.Runtime.CompilerServices.MoveNextRunner:Run()
253System.Action:Invoke()
254System.Threading.ContextCallback:Invoke(Object)
255System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
256System.Threading.Tasks.Task:FinishContinuations()
257System.Threading.Tasks.Task`1:TrySetResult(TResult)
258System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
259ProjectAlfa.Unity.<>c__DisplayClass12_0:<ToSettingsConfiguration>b__1(ISettings)
260System.Threading.ContextCallback:Invoke(Object)
261System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
262System.Runtime.CompilerServices.MoveNextRunner:Run()
263System.Action:Invoke()
264System.Threading.SendOrPostCallback:Invoke(Object)
265UnityEngine.UnitySynchronizationContext:Exec()
266UnityEngine.UnitySynchronizationContext:Exec()
267
268(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
269
2702020-03-30 09:29:45.452062+0300 emmaskitchen[374:59419] I/UnityAds: +[UnityServices initialize:delegate:testMode:usePerPlacementLoad:] (line:50) :: Initializing Unity Ads 3.4.2 (3420) with game id 3499971 in production mode
2712020-03-30 09:29:45.491658+0300 emmaskitchen[374:59593] Info/GA/Analytics: Info logging enabled
2722020-03-30 09:29:45.493854+0300 emmaskitchen[374:59593] Info/GA/Analytics: Set build version: 0.1
273Presentation cancelled on LoadingScreen(Clone)
274System.Threading.Tasks.TaskCanceledException: A task was canceled.
275 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <00000000000000000000000000000000>:0
276 at ProjectAlfa.Unity.LoadingScreenPresenter.<>n__0 (System.Threading.CancellationToken ct) [0x00000] in <00000000000000000000000000000000>:0
277 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
278 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
279 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
280 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
281 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
282 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
283 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
284 at System.Threading.Tasks.Task`1[TResult].TrySetCanceled (System.Threading.CancellationToken tokenToRecord, System.Object cancellationException) [0x00000] in <00000000000000000000000000000000>:0
285 at System.Threading.Tasks.Task+DelayPromise.Complete () [0x00000] in <00000000000000000000000000000000>:0
286 at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0
287 at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers (System.Boolean throwOnFirstException) [0x00000] in <00000000000000000000000000000000>:0
288 at ProjectAlfa.Unity.ProjectAlfaBo2020-03-30 09:29:45.520286+0300 emmaskitchen[374:59708] [NetworkInfo] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied", descriptor: <CTServiceDescriptor 0x28105b7c0, domain=1, instance=1>
289otsrapper+<>c.<get_Dependencies>b__15_1 (Skunkworks.Dependency.IDependencyService service) [0x00000] in <00000000000000000000000000000000>:0
290 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
291 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
292 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
293 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
294 at System.Threading.ContextCallback.Invoke (System.Obj2020-03-30 09:29:45.531496+0300 emmaskitchen[374:59593] Info/GA/Analytics: Starting a new session.
295ect state) [0x00000] in <00000000000000000000000000000000>:0
296 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
297 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
298 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
299 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
300 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
301 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
302 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
303 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
304 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
305 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
306 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
307 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
308 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
309 at System.Threading.Tasks.TaskFactory+CompleteOnInvokePromise.Invoke (System.Threading.Tasks.Task completingTask) [0x00000] in <00000000000000000000000000000000>:0
310 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
311 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
312 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
313 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
314 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
315 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
316 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
317 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
318 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
319 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
320 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
321 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
322 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
323 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
324 at System.Threading.ContextCal2020-03-30 09:29:45.545029+0300 emmaskitchen[374:59708] [NetworkInfo] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied", descriptor: <CTServiceDescriptor 0x281050180, domain=1, instance=1>
325lback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
326 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
327 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
328 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
329 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
330 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
331 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
332 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
333 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
334 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
335 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
336 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
337 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
338 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
339 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
340 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
341 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
342 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
343 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
344 at System.Collections.Generic.EqualityComparer`1[T]..ctor () [0x00000] in <00000000000000000000000000000000>:0
345 at System.Threading.ContextCallback.Invoke (System.Ob2020-03-30 09:29:45.548693+0300 emmaskitchen[374:59708] I/UnityAds: -[USRVInitializeStateConfig execute] (line:167) :: Unity Ads init: load configuration from https://config.unityads.unity3d.com/webview/3.4.2/release/config.json
346ject state) [0x00000] in <00000000000000000000000000000000>:0
347 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
348 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
349 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
350 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
351 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
352 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
353 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
354 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
355 at ProjectAlfa.Unity.ProjectAlfaBootsrapper+<>c.<get_Dependencies>b__15_1 (Skunkworks.Dependency.IDependencyService service) [0x00000] in <00000000000000000000000000000000>:0
356 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
357 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
358 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
359 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
360 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
361 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
362 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
363 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
364 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
365 at ProjectAlfa.Unity.FirebaseDatabaseService+<>c__DisplayClass12_0.<ToSettingsConfiguration>b__1 (Skunkworks.Settings.ISettings setting) [0x00000] in <00000000000000000000000000000000>:0
366 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
367 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
368 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
369 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
370 at System.Threading.SendOrPostCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
371 at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
372 at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
373--- End of stack trace from previous location where exception was thrown ---
374 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <00000000000000000000000000000000>:0
375 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00000] in <00000000000000000000000000000000>:0
376 at System.Runtime.CompilerServices.ConditionalWeakTable`2[TKey,TValue].GetValue (TKey key, System.Runtime.CompilerServices.ConditionalWeakTable`2+CreateValueCallback[TKey,TValue] createValueCallback) [0x00000] in <00000000000000000000000000000000>:0
377 at UIController+<>c__DisplayClass29_2.<HandlePresentationEnd>b__6 () [0x00000] in <00000000000000000000000000000000>:0
378 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
379 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
380 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
381 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
382 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
383 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
384 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
385 at System.Threading.Tasks.Task`1[TResult].TrySetCanceled (System.Threading.CancellationToken tokenToRecord, System.Object cancellationException) [0x00000] in <00000000000000000000000000000000>:0
386 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
387 at ProjectAlfa.Unity.LoadingScreenPresenter.<>n__0 (System.Threading.CancellationToken ct) [0x00000] in <00000000000000000000000000000000>:0
388 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
389 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
390 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
391 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
392 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
393 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
394 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
395 at System.Threading.Tasks.Task`1[TResult].TrySetCanceled (System.Threading.CancellationToken tokenToRecord, System.Object cancellationException) [0x00000] in <00000000000000000000000000000000>:0
396 at System.Threading.Tasks.Task+DelayPromise.Complete () [0x00000] in <00000000000000000000000000000000>:0
397 at System.Action`1[T].Invoke (T obj) [0x00000] in <00000000000000000000000000000000>:0
398 at System.Threading.CancellationTokenSource.ExecuteCallbackHandlers (System.Boolean throwOnFirstException) [0x00000] in <00000000000000000000000000000000>:0
399 at ProjectAlfa.Unity.ProjectAlfaBootsrapper+<>c.<get_Dependencies>b__15_1 (Skunkworks.Dependency.IDependencyService service) [0x00000] in <00000000000000000000000000000000>:0
400 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
401 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
402 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
403 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
404 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
405 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
406 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
407 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
408 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
409 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
410 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
411 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
412 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
413 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
414 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
415 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
416 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
417 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
418 at System.Threading.Tasks.TaskFactory+CompleteOnInvokePromise.Invoke (System.Threading.Tasks.Task completingTask) [0x00000] in <00000000000000000000000000000000>:0
419 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
420 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
421 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
422 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
423 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
424 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
425 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
426 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
427 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
428 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
429 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
430 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
431 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
432 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
433 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
434 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
435 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
436 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
437 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
438 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
439 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
440 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
441 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
442 at Skunkworks.Dependency.DependencyService..cctor () [0x00000] in <00000000000000000000000000000000>:0
443 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
444 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
445 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
446 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
447 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
448 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
449 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
450 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
451 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
452 at System.Collections.Generic.EqualityComparer`1[T]..ctor () [0x00000] in <00000000000000000000000000000000>:0
453 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
454 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
455 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
456 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
457 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
458 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
459 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
460 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
461 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
462 at ProjectAlfa.Unity.ProjectAlfaBootsrapper+<>c.<get_Dependencies>b__15_1 (Skunkworks.Dependency.IDependencyService service) [0x00000] in <00000000000000000000000000000000>:0
463 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
464 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
465 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
466 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
467 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
468 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
469 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
470 at System.Threading.Tasks.Task`1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
471 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Create () [0x00000] in <00000000000000000000000000000000>:0
472 at ProjectAlfa.Unity.FirebaseDatabaseService+<>c__DisplayClass12_0.<ToSettingsConfiguration>b__1 (Skunkworks.Settings.ISettings setting) [0x00000] in <00000000000000000000000000000000>:0
473 at System.Threading.ContextCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
474 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
475 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
476 at System.Action.Invoke () [0x00000] in <00000000000000000000000000000000>:0
477 at System.Threading.SendOrPostCallback.Invoke (System.Object state) [0x00000] in <00000000000000000000000000000000>:0
478 at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
479 at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
480UI Presenter Stack:
481 1: LoadingScreen(Clone)
482
483
484<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
485System.Threading.ContextCallback:Invoke(Object)
486System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
487System.Runtime.CompilerServices.MoveNextRunner:Run()
488System.Action:Invoke()
489System.Threading.ContextCallback:Invoke(Object)
490System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
491System.Threading.Tasks.Task:FinishContinuations()
492System.Threading.Tasks.Task`1:TrySetCanceled(CancellationToken, Object)
493System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
494ProjectAlfa.Unity.LoadingScreenPresenter:<>n__0(CancellationToken)
495System.Threading.ContextCallback:Invoke(Object)
496System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
497System.Runtime.CompilerServices.MoveNextRunner:Run()
498System.Action:Invoke()
499System.Threading.ContextCallback:Invoke(Object)
500System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
501System.Threading.Tasks.Task:FinishContinuations()
502System.Threading.Tasks.Task`1:TrySetCanceled(CancellationToken, Object)
503System.Threading.Tasks.DelayPromise:Complete()
504System.Action`1:Invoke(T)
505System.Threading.CancellationTokenSource:ExecuteCallbackHandlers(Boolean)
506ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
507System.Threading.ContextCallback:Invoke(Object)
508System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
509System.Runtime.CompilerServices.MoveNextRunner:Run()
510System.Action:Invoke()
511System.Threading.ContextCallback:Invoke(Object)
512System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
513System.Threading.Tasks.Task:FinishContinuations()
514System.Threading.Tasks.Task`1:TrySetResult(TResult)
515System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
516Skunkworks.Dependency.DependencyService:.cctor()
517System.Threading.ContextCallback:Invoke(Object)
518System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
519System.Runtime.CompilerServices.MoveNextRunner:Run()
520System.Action:Invoke()
521System.Threading.ContextCallback:Invoke(Object)
522System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
523System.Threading.Tasks.Task:FinishContinuations()
524System.Threading.Tasks.Task`1:TrySetResult(TResult)
525System.Threading.Tasks.CompleteOnInvokePromise:Invoke(Task)
526System.Threading.Tasks.Task:FinishContinuations()
527System.Threading.Tasks.Task`1:TrySetResult(TResult)
528System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
529Skunkworks.Dependency.DependencyService:.cctor()
530System.Threading.ContextCallback:Invoke(Object)
531System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
532System.Runtime.CompilerServices.MoveNextRunner:Run()
533System.Action:Invoke()
534System.Threading.ContextCallback:Invoke(Object)
535System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
536System.Threading.Tasks.Task:FinishContinuations()
537System.Threading.Tasks.Task`1:TrySetResult(TResult)
538System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
539Skunkworks.Dependency.DependencyService:.cctor()
540System.Threading.ContextCallback:Invoke(Object)
541System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
542System.Runtime.CompilerServices.MoveNextRunner:Run()
543System.Action:Invoke()
544System.Threading.ContextCallback:Invoke(Object)
545System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
546System.Threading.Tasks.Task:FinishContinuations()
547System.Threading.Tasks.Task`1:TrySetResult(TResult)
548System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
549Skunkworks.Dependency.DependencyService:.cctor()
550System.Threading.ContextCallback:Invoke(Object)
551System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
552System.Runtime.CompilerServices.MoveNextRunner:Run()
553System.Action:Invoke()
554System.Threading.ContextCallback:Invoke(Object)
555System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
556System.Threading.Tasks.Task:FinishContinuations()
557System.Threading.Tasks.Task`1:TrySetResult(TResult)
558System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
559System.Collections.Generic.EqualityComparer`1:.ctor()
560System.Threading.ContextCallback:Invoke(Object)
561System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
562System.Runtime.CompilerServices.MoveNextRunner:Run()
563System.Action:Invoke()
564System.Threading.ContextCallback:Invoke(Object)
565System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
566System.Threading.Tasks.Task:FinishContinuations()
567System.Threading.Tasks.Task`1:TrySetResult(TResult)
568System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
569ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
570System.Threading.ContextCallback:Invoke(Object)
571System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
572System.Runtime.CompilerServices.MoveNextRunner:Run()
573System.Action:Invoke()
574System.Threading.ContextCallback:Invoke(Object)
575System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
576System.Threading.Tasks.Task:FinishContinuations()
577System.Threading.Tasks.Task`1:TrySetResult(TResult)
578System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
579ProjectAlfa.Unity.<>c__DisplayClass12_0:<ToSettingsConfiguration>b__1(ISettings)
580System.Threading.ContextCallback:Invoke(Object)
581System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
582System.Runtime.CompilerServices.MoveNextRunner:Run()
583System.Action:Invoke()
584System.Threading.SendOrPostCallback:Invoke(Object)
585UnityEngine.UnitySynchronizationContext:Exec()
586UnityEngine.UnitySynchronizationContext:Exec()
587
588(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
589
590Presentation ended on: LoadingScreen(Clone)
591UI Presenter Stack:
592 1: LoadingScreen(Clone)
593
594
595UIController:HandlePresentationEnd(Presenter, TransitionResult)
596<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
597System.Threading.ContextCallback:Invoke(Object)
598System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
599System.Runtime.CompilerServices.MoveNextRunner:Run()
600System.Action:Invoke()
601System.Threading.ContextCallback:Invoke(Object)
602System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
603System.Threading.Tasks.Task:FinishContinuations()
604System.Threading.Tasks.Task`1:TrySetCanceled(CancellationToken, Object)
605System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
606ProjectAlfa.Unity.LoadingScreenPresenter:<>n__0(CancellationToken)
607System.Threading.ContextCallback:Invoke(Object)
608System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
609System.Runtime.CompilerServices.MoveNextRunner:Run()
610System.Action:Invoke()
611System.Threading.ContextCallback:Invoke(Object)
612System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
613System.Threading.Tasks.Task:FinishContinuations()
614System.Threading.Tasks.Task`1:TrySetCanceled(CancellationToken, Object)
615System.Threading.Tasks.DelayPromise:Complete()
616System.Action`1:Invoke(T)
617System.Threading.CancellationTokenSource:ExecuteCallbackHandlers(Boolean)
618ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
619System.Threading.ContextCallback:Invoke(Object)
620System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
621System.Runtime.CompilerServices.MoveNextRunner:Run()
622System.Action:Invoke()
623System.Threading.ContextCallback:Invoke(Object)
624System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
625System.Threading.Tasks.Task:FinishContinuations()
626System.Threading.Tasks.Task`1:TrySetResult(TResult)
627System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
628Skunkworks.Dependency.DependencyService:.cctor()
629System.Threading.ContextCallback:Invoke(Object)
630System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
631System.Runtime.CompilerServices.MoveNextRunner:Run()
632System.Action:Invoke()
633System.Threading.ContextCallback:Invoke(Object)
634System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
635System.Threading.Tasks.Task:FinishContinuations()
636System.Threading.Tasks.Task`1:TrySetResult(TResult)
637System.Threading.Tasks.CompleteOnInvokePromise:Invoke(Task)
638System.Threading.Tasks.Task:FinishContinuations()
639System.Threading.Tasks.Task`1:TrySetResult(TResult)
640System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
641Skunkworks.Dependency.DependencyService:.cctor()
642System.Threading.ContextCallback:Invoke(Object)
643System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
644System.Runtime.CompilerServices.MoveNextRunner:Run()
645System.Action:Invoke()
646System.Threading.ContextCallback:Invoke(Object)
647System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
648System.Threading.Tasks.Task:FinishContinuations()
649System.Threading.Tasks.Task`1:TrySetResult(TResult)
650System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
651Skunkworks.Dependency.DependencyService:.cctor()
652System.Threading.ContextCallback:Invoke(Object)
653System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
654System.Runtime.CompilerServices.MoveNextRunner:Run()
655System.Action:Invoke()
656System.Threading.ContextCallback:Invoke(Object)
657System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
658System.Threading.Tasks.Task:FinishContinuations()
659System.Threading.Tasks.Task`1:TrySetResult(TResult)
660System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
661Skunkworks.Dependency.DependencyService:.cctor()
662System.Threading.ContextCallback:Invoke(Object)
663System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
664System.Runtime.CompilerServices.MoveNextRunner:Run()
665System.Action:Invoke()
666System.Threading.ContextCallback:Invoke(Object)
667System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
668System.Threading.Tasks.Task:FinishContinuations()
669System.Threading.Tasks.Task`1:TrySetResult(TResult)
670System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
671System.Collections.Generic.EqualityComparer`1:.ctor()
672System.Threading.ContextCallback:Invoke(Object)
673System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
674System.Runtime.CompilerServices.MoveNextRunner:Run()
675System.Action:Invoke()
676System.Threading.ContextCallback:Invoke(Object)
677System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
678System.Threading.Tasks.Task:FinishContinuations()
679System.Threading.Tasks.Task`1:TrySetResult(TResult)
680System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
681ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
682System.Threading.ContextCallback:Invoke(Object)
683System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
684System.Runtime.CompilerServices.MoveNextRunner:Run()
685System.Action:Invoke()
686System.Threading.ContextCallback:Invoke(Object)
687System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
688System.Threading.Tasks.Task:FinishContinuations()
689System.Threading.Tasks.Task`1:TrySetResult(TResult)
690System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
691ProjectAlfa.Unity.<>c__DisplayClass12_0:<ToSettingsConfiguration>b__1(ISettings)
692System.Threading.ContextCallback:Invoke(Object)
693System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
694System.Runtime.CompilerServices.MoveNextRunner:Run()
695System.Action:Invoke()
696System.Threading.SendOrPostCallback:Invoke(Object)
697UnityEngine.UnitySynchronizationContext:Exec()
698UnityEngine.UnitySynchronizationContext:Exec()
699
700(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
701
702Presenting CoreGameObjectivesPopup(Clone) due to transition result "" from LoadingScreen (ProjectAlfa.Unity.LoadingScreenPresenter)
703UI Presenter Stack:
704
705
706UIController:HandlePresentationEnd(Presenter, TransitionResult)
707<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
708System.Threading.ContextCallback:Invoke(Object)
709System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
710System.Runtime.CompilerServices.MoveNextRunner:Run()
711System.Action:Invoke()
712System.Threading.ContextCallback:Invoke(Object)
713System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
714System.Threading.Tasks.Task:FinishContinuations()
715System.Threading.Tasks.Task`1:TrySetCanceled(CancellationToken, Object)
716System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
717ProjectAlfa.Unity.LoadingScreenPresenter:<>n__0(CancellationToken)
718System.Threading.ContextCallback:Invoke(Object)
719System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
720System.Runtime.CompilerServices.MoveNextRunner:Run()
721System.Action:Invoke()
722System.Threading.ContextCallback:Invoke(Object)
723System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
724System.Threading.Tasks.Task:FinishContinuations()
725System.Threading.Tasks.Task`1:TrySetCanceled(CancellationToken, Object)
726System.Threading.Tasks.DelayPromise:Complete()
727System.Action`1:Invoke(T)
728System.Threading.CancellationTokenSource:ExecuteCallbackHandlers(Boolean)
729ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
730System.Threading.ContextCallback:Invoke(Object)
731System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
732System.Runtime.CompilerServices.MoveNextRunner:Run()
733System.Action:Invoke()
734System.Threading.ContextCallback:Invoke(Object)
735System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
736System.Threading.Tasks.Task:FinishContinuations()
737System.Threading.Tasks.Task`1:TrySetResult(TResult)
738System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
739Skunkworks.Dependency.DependencyService:.cctor()
740System.Threading.ContextCallback:Invoke(Object)
741System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
742System.Runtime.CompilerServices.MoveNextRunner:Run()
743System.Action:Invoke()
744System.Threading.ContextCallback:Invoke(Object)
745System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
746System.Threading.Tasks.Task:FinishContinuations()
747System.Threading.Tasks.Task`1:TrySetResult(TResult)
748System.Threading.Tasks.CompleteOnInvokePromise:Invoke(Task)
749System.Threading.Tasks.Task:FinishContinuations()
750System.Threading.Tasks.Task`1:TrySetResult(TResult)
751System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
752Skunkworks.Dependency.DependencyService:.cctor()
753System.Threading.ContextCallback:Invoke(Object)
754System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
755System.Runtime.CompilerServices.MoveNextRunner:Run()
756System.Action:Invoke()
757System.Threading.ContextCallback:Invoke(Object)
758System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
759System.Threading.Tasks.Task:FinishContinuations()
760System.Threading.Tasks.Task`1:TrySetResult(TResult)
761System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
762Skunkworks.Dependency.DependencyService:.cctor()
763System.Threading.ContextCallback:Invoke(Object)
764System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
765System.Runtime.CompilerServices.MoveNextRunner:Run()
766System.Action:Invoke()
767System.Threading.ContextCallback:Invoke(Object)
768System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
769System.Threading.Tasks.Task:FinishContinuations()
770System.Threading.Tasks.Task`1:TrySetResult(TResult)
771System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
772Skunkworks.Dependency.DependencyService:.cctor()
773System.Threading.ContextCallback:Invoke(Object)
774System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
775System.Runtime.CompilerServices.MoveNextRunner:Run()
776System.Action:Invoke()
777System.Threading.ContextCallback:Invoke(Object)
778System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
779System.Threading.Tasks.Task:FinishContinuations()
780System.Threading.Tasks.Task`1:TrySetResult(TResult)
781System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
782System.Collections.Generic.EqualityComparer`1:.ctor()
783System.Threading.ContextCallback:Invoke(Object)
784System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
785System.Runtime.CompilerServices.MoveNextRunner:Run()
786System.Action:Invoke()
787System.Threading.ContextCallback:Invoke(Object)
788System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
789System.Threading.Tasks.Task:FinishContinuations()
790System.Threading.Tasks.Task`1:TrySetResult(TResult)
791System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
792ProjectAlfa.Unity.<>c:<get_Dependencies>b__15_1(IDependencyService)
793System.Threading.ContextCallback:Invoke(Object)
794System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
795System.Runtime.CompilerServices.MoveNextRunner:Run()
796System.Action:Invoke()
797System.Threading.ContextCallback:Invoke(Object)
798System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
799System.Threading.Tasks.Task:FinishContinuations()
800System.Threading.Tasks.Task`1:TrySetResult(TResult)
801System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
802ProjectAlfa.Unity.<>c__DisplayClass12_0:<ToSettingsConfiguration>b__1(ISettings)
803System.Threading.ContextCallback:Invoke(Object)
804System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
805System.Runtime.CompilerServices.MoveNextRunner:Run()
806System.Action:Invoke()
807System.Threading.SendOrPostCallback:Invoke(Object)
808UnityEngine.UnitySynchronizationContext:Exec()
809UnityEngine.UnitySynchronizationContext:Exec()
810
811(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
812
8132020-03-30 09:29:47.222980+0300 emmaskitchen[374:59708] I/UnityAds: -[USRVInitializeStateLoadWeb execute] (line:236) :: Unity Ads init: loading webapp from https://webview.unityads.unity3d.com/webview/3.4.0/0fcad81c312f31cd110102f1e039ac01a0549a8d/release/index.html
8142020-03-30 09:29:48.279350+0300 emmaskitchen[374:59593] Info/GA/Analytics: Add SESSION START event
8152020-03-30 09:29:48.318874+0300 emmaskitchen[374:59593] Info/GA/Analytics: Event queue: Sending 1 events.
8162020-03-30 09:29:48.798601+0300 emmaskitchen[374:59593] Info/GA/Analytics: Event queue: 1 events sent.
8172020-03-30 09:29:52.158520+0300 emmaskitchen[374:59419] I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: mediation detection is:{"UnityEngine":true}
8182020-03-30 09:29:52.207655+0300 emmaskitchen[374:59419] I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: Requesting configuration from https://publisher-config.unityads.unity3d.com/games/3499971/configuration?bundleId=com.skunkworksgames.emmaskitchen&encrypted=true&rooted=false&platform=ios&sdkVersion=3420&osVersion=12.4.6&deviceModel=iPhone7%2C2&language=en_FI&connectionType=wifi&screenHeight=667&screenWidth=375&test=false&advertisingTrackingId=56DF47D6-9379-4EEF-ABFA-7A37BD318F2C&limitAdTracking=false&frameworkName=Unity&frameworkVersion=2019.3.2f1&adapterName=Packman&adapterVersion=3.4.2
819Start game
820ProjectAlfa.Application.StartGameCommand:Execute()
821System.Action:Invoke()
822UnityEngine.Events.UnityAction:Invoke()
823UnityEngine.Events.UnityEvent:Invoke()
824UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
825UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
826UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
827UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
828UnityEngine.EventSystems.StandaloneInputModule:Process()
829
830(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
831
832Presentation ended on: CoreGameObjectivesPopup(Clone)
833UI Presenter Stack:
834 1: CoreGameObjectivesPopup(Clone)
835
836
837UIController:HandlePresentationEnd(Presenter, TransitionResult)
838<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
839System.Threading.ContextCallback:Invoke(Object)
840System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
841System.Runtime.CompilerServices.MoveNextRunner:Run()
842System.Action:Invoke()
843System.Threading.ContextCallback:Invoke(Object)
844System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
845System.Threading.Tasks.Task:FinishContinuations()
846System.Threading.Tasks.Task`1:TrySetResult(TResult)
847System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
848ProjectAlfa.Unity.CoreGameObjectivesPopupPresenter:<>n__1(TransitionResult, CancellationToken)
849System.Threading.ContextCallback:Invoke(Object)
850System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
851System.Runtime.CompilerServices.MoveNextRunner:Run()
852System.Action:Invoke()
853System.Threading.ContextCallback:Invoke(Object)
854System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
855System.Threading.Tasks.Task:FinishContinuations()
856System.Threading.Tasks.Task`1:TrySetResult(TResult)
857System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
858Skunkworks.Unity.<>c__DisplayClass7_0:<WaitForAnimationState>b__0()
859System.Threading.ContextCallback:Invoke(Object)
860System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
861System.Runtime.CompilerServices.MoveNextRunner:Run()
862System.Action:Invoke()
863System.Threading.ContextCallback:Invoke(Object)
864System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
865System.Threading.Tasks.Task:FinishContinuations()
866System.Threading.Tasks.Task:Finish(Boolean)
867System.Threading.Tasks.Task:ExecuteWithThreadLocal(Task&)
868System.Threading.Tasks.Task:ExecuteEntry(Boolean)
869System.Threading.Tasks.ThreadPoolTaskScheduler:TryExecuteTaskInline(Task, Boolean)
870System.Threading.Tasks.TaskScheduler:TryRunInline(Task, Boolean)
871System.Threading.Tasks.TaskContinuation:InlineIfPossibleOrElseQueue(Task, Boolean)
872System.Threading.Tasks.Task:FinishContinuations()
873System.Threading.Tasks.Task`1:TrySetResult(TResult)
874System.Threading.Tasks.CompleteOnInvokePromise:Invoke(Task)
875System.Threading.Tasks.Task:FinishContinuations()
876System.Threading.Tasks.Task`1:TrySetResult(TResult)
877System.Threading.Tasks.TaskCompletionSource`1:TrySetResult(TResult)
878UnityEngine.Events.UnityAction`1:Invoke(T0)
879UnityEngine.Events.UnityAction:Invoke()
880UnityEngine.Events.UnityAction:Invoke()
881UnityEngine.Events.UnityEvent:Invoke()
882UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
883UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
884UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
885UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
886UnityEngine.EventSystems.StandaloneInputModule:Process()
887
888(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
889
890Presenting CoreGameWindow(Clone) due to transition result "Exit" from CoreGameObjectivesPopup (ProjectAlfa.Unity.CoreGameObjectivesPopupPresenter)
891UI Presenter Stack:
892
893
894UIController:HandlePresentationEnd(Presenter, TransitionResult)
895<>c__DisplayClass29_2:<HandlePresentationEnd>b__6()
896System.Threading.ContextCallback:Invoke(Object)
897System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
898System.Runtime.CompilerServices.MoveNextRunner:Run()
899System.Action:Invoke()
900System.Threading.ContextCallback:Invoke(Object)
901System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
902System.Threading.Tasks.Task:FinishContinuations()
903System.Threading.Tasks.Task`1:TrySetResult(TResult)
904System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
905ProjectAlfa.Unity.CoreGameObjectivesPopupPresenter:<>n__1(TransitionResult, CancellationToken)
906System.Threading.ContextCallback:Invoke(Object)
907System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
908System.Runtime.CompilerServices.MoveNextRunner:Run()
909System.Action:Invoke()
910System.Threading.ContextCallback:Invoke(Object)
911System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
912System.Threading.Tasks.Task:FinishContinuations()
913System.Threading.Tasks.Task`1:TrySetResult(TResult)
914System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Create()
915Skunkworks.Unity.<>c__DisplayClass7_0:<WaitForAnimationState>b__0()
916System.Threading.ContextCallback:Invoke(Object)
917System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
918System.Runtime.CompilerServices.MoveNextRunner:Run()
919System.Action:Invoke()
920System.Threading.ContextCallback:Invoke(Object)
921System.Threading.Tasks.AwaitTaskContinuation:RunCallback(ContextCallback, Object, Task&)
922System.Threading.Tasks.Task:FinishContinuations()
923System.Threading.Tasks.Task:Finish(Boolean)
924System.Threading.Tasks.Task:ExecuteWithThreadLocal(Task&)
925System.Threading.Tasks.Task:ExecuteEntry(Boolean)
926System.Threading.Tasks.ThreadPoolTaskScheduler:TryExecuteTaskInline(Task, Boolean)
927System.Threading.Tasks.TaskScheduler:TryRunInline(Task, Boolean)
928System.Threading.Tasks.TaskContinuation:InlineIfPossibleOrElseQueue(Task, Boolean)
929System.Threading.Tasks.Task:FinishContinuations()
930System.Threading.Tasks.Task`1:TrySetResult(TResult)
931System.Threading.Tasks.CompleteOnInvokePromise:Invoke(Task)
932System.Threading.Tasks.Task:FinishContinuations()
933System.Threading.Tasks.Task`1:TrySetResult(TResult)
934System.Threading.Tasks.TaskCompletionSource`1:TrySetResult(TResult)
935UnityEngine.Events.UnityAction`1:Invoke(T0)
936UnityEngine.Events.UnityAction:Invoke()
937UnityEngine.Events.UnityAction:Invoke()
938UnityEngine.Events.UnityEvent:Invoke()
939UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData)
940UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
941UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
942UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
943UnityEngine.EventSystems.StandaloneInputModule:Process()
944
945(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
946
947Starting tutorial stage FirstTutorialStage
948Skunkworks.Unity.ScriptableTutorialStage:Start()
949ProjectAlfa.Application.TutorialService:StartTutorial(ScriptableTutorialStage)
950ProjectAlfa.Application.<>c__DisplayClass7_0:<Execute>b__0()
951System.Threading.ContextCallback:Invoke(Object)
952System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
953System.Runtime.CompilerServices.MoveNextRunner:Run()
954System.Action:Invoke()
955UniRx.Async.Internal.ReusablePromise`1:TrySetResult(T)
956UniRx.Async.DelayFramePromise:MoveNext()
957UniRx.Async.Internal.PlayerLoopRunner:Run()
958UnityEngine.LowLevel.UpdateFunction:Invoke()
959
960(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
961
962Progressing tutorial stage FirstTutorialStage 0 / 10
963Skunkworks.Unity.ScriptableTutorialStage:Start()
964ProjectAlfa.Application.TutorialService:StartTutorial(ScriptableTutorialStage)
965ProjectAlfa.Application.<>c__DisplayClass7_0:<Execute>b__0()
966System.Threading.ContextCallback:Invoke(Object)
967System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
968System.Runtime.CompilerServices.MoveNextRunner:Run()
969System.Action:Invoke()
970UniRx.Async.Internal.ReusablePromise`1:TrySetResult(T)
971UniRx.Async.DelayFramePromise:MoveNext()
972UniRx.Async.Internal.PlayerLoopRunner:Run()
973UnityEngine.LowLevel.UpdateFunction:Invoke()
974
975(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
976
9772020-03-30 09:29:53.726786+0300 emmaskitchen[374:59419] I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: Received configuration for token eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWMiOjMxLCJhenAiOiJlZTMzNmU1YS1hNmYwLTQyYTYtYjlmNC1lZTY2MWVhZDNjMzgiLCJjcGkiOjI0NSwiY3JlYXRlZCI6MTU2MDUxOTYzNTAwMCwiZXhwIjoxNTg2NzU5MzkzLCJpYXAiOjgsImlhdCI6MTU4NTU0OTc5MywiaXNzIjoiYWRzLWdhbWUtY29uZmlndXJhdGlvbi51bml0eWFkcy51bml0eTNkLmNvbSIsImx0diI6MTUwLCJwcm8iOjE2Miwic3ViIjoiWThFbXlsSXNyeVV2MGFjdWI4djN0eUZML09XSk11bjk4b05aeXZrc1B1cjZDV2ZwTGc1VnpzNEM1d09iT29hVHRsSndaQT09IiwieHByIjo5OX0.7IYcwCQ8TFb2VlfUjQVzbLQuZ1QaKgj-Hctv6D5fY8E (A/B group 3)
9782020-03-30 09:29:53.939397+0300 emmaskitchen[374:59419] I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: Requesting ad plan from https://auction.unityads.unity3d.com/v5/games/3499971/requests?advertisingTrackingId=56DF47D6-9379-4EEF-ABFA-7A37BD318F2C&limitAdTracking=false&deviceModel=iPhone7%2C2&platform=ios&sdkVersion=3420&stores=apple&osVersion=12.4.6&screenScale=2&screenWidth=375&screenHeight=667&connectionType=wifi&networkType=0
9792020-03-30 09:29:56.833697+0300 emmaskitchen[374:59714] Info/GA/Analytics: Event queue: No events to send
9802020-03-30 09:29:58.513866+0300 emmaskitchen[374:59419] I/UnityAds: +[USRVApiSdk WebViewExposed_logInfo:callback:] (line:67) :: AdPlan received with 1 campaigns and refreshDelay 0
9812020-03-30 09:30:13.288145+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Caused GPU Timeout Error (IOAF code 2)
9822020-03-30 09:30:13.288331+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Caused GPU Timeout Error (IOAF code 2)
9832020-03-30 09:30:13.309294+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9842020-03-30 09:30:13.309469+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9852020-03-30 09:30:13.309727+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9862020-03-30 09:30:13.309999+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9872020-03-30 09:30:13.320086+0300 emmaskitchen[374:59890] Info/GA/Analytics: Event queue: No events to send
9882020-03-30 09:30:13.321806+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9892020-03-30 09:30:13.322004+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9902020-03-30 09:30:23.352470+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Caused GPU Timeout Error (IOAF code 2)
9912020-03-30 09:30:23.352668+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Caused GPU Timeout Error (IOAF code 2)
9922020-03-30 09:30:23.354354+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9932020-03-30 09:30:23.354516+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9942020-03-30 09:30:23.354791+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9952020-03-30 09:30:23.354912+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9962020-03-30 09:30:23.371434+0300 emmaskitchen[374:59591] Info/GA/Analytics: Event queue: No events to send
9972020-03-30 09:30:23.374983+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9982020-03-30 09:30:23.375390+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Discarded (victim of GPU error/recovery) (IOAF code 5)
9992020-03-30 09:30:23.377033+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10002020-03-30 09:30:23.377342+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10012020-03-30 09:30:23.377584+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10022020-03-30 09:30:23.387210+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10032020-03-30 09:30:23.387580+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10042020-03-30 09:30:23.387818+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10052020-03-30 09:30:23.388049+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10062020-03-30 09:30:23.388241+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10072020-03-30 09:30:23.393809+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10082020-03-30 09:30:23.393974+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10092020-03-30 09:30:23.394130+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10102020-03-30 09:30:23.394202+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10112020-03-30 09:30:23.394397+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10122020-03-30 09:30:23.396264+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10132020-03-30 09:30:23.396420+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10142020-03-30 09:30:23.396502+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10152020-03-30 09:30:23.396726+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10162020-03-30 09:30:23.396815+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10172020-03-30 09:30:23.404847+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10182020-03-30 09:30:23.404965+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10192020-03-30 09:30:23.405194+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10202020-03-30 09:30:23.405280+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10212020-03-30 09:30:23.405369+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10222020-03-30 09:30:23.406347+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10232020-03-30 09:30:23.418291+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10242020-03-30 09:30:23.418469+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10252020-03-30 09:30:23.418573+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10262020-03-30 09:30:23.418805+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10272020-03-30 09:30:23.445484+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10282020-03-30 09:30:23.445634+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10292020-03-30 09:30:23.445743+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10302020-03-30 09:30:23.445809+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10312020-03-30 09:30:23.538863+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10322020-03-30 09:30:23.539057+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10332020-03-30 09:30:23.539170+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10342020-03-30 09:30:23.539240+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
1035Advertisement placement video is ready
1036UnityEngine.Advertisements.Platform.<>c__DisplayClass38_0:<UnityAdsReady>b__0()
1037System.Action:Invoke()
1038UnityEngine.Advertisements.Utilities.CoroutineExecutor:Update()
1039
1040(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
1041
1042Advertisement placement rewardedVideo is ready
1043UnityEngine.Advertisements.Platform.<>c__DisplayClass38_0:<UnityAdsReady>b__0()
1044System.Action:Invoke()
1045UnityEngine.Advertisements.Utilities.CoroutineExecutor:Update()
1046
1047(Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
1048
10492020-03-30 09:30:23.570926+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10502020-03-30 09:30:23.571107+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10512020-03-30 09:30:23.571209+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10522020-03-30 09:30:23.571277+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10532020-03-30 09:30:23.585362+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10542020-03-30 09:30:23.585499+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10552020-03-30 09:30:23.585600+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10562020-03-30 09:30:23.585690+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10572020-03-30 09:30:23.602134+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10582020-03-30 09:30:23.602278+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10592020-03-30 09:30:23.602419+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10602020-03-30 09:30:23.602497+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10612020-03-30 09:30:23.618403+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10622020-03-30 09:30:23.618569+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10632020-03-30 09:30:23.618671+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10642020-03-30 09:30:23.618737+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10652020-03-30 09:30:23.634929+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10662020-03-30 09:30:23.635085+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10672020-03-30 09:30:23.635187+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10682020-03-30 09:30:23.635256+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10692020-03-30 09:30:23.651822+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10702020-03-30 09:30:23.652019+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10712020-03-30 09:30:23.652137+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10722020-03-30 09:30:23.652213+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10732020-03-30 09:30:23.668582+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10742020-03-30 09:30:23.668760+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10752020-03-30 09:30:23.668874+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10762020-03-30 09:30:23.668946+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10772020-03-30 09:30:23.685532+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10782020-03-30 09:30:23.685711+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10792020-03-30 09:30:23.685820+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10802020-03-30 09:30:23.685895+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10812020-03-30 09:30:23.701845+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10822020-03-30 09:30:23.702039+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10832020-03-30 09:30:23.702146+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10842020-03-30 09:30:23.702216+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10852020-03-30 09:30:23.718609+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10862020-03-30 09:30:23.718793+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10872020-03-30 09:30:23.718900+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10882020-03-30 09:30:23.718970+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10892020-03-30 09:30:23.735684+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10902020-03-30 09:30:23.735839+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10912020-03-30 09:30:23.735944+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10922020-03-30 09:30:23.736013+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10932020-03-30 09:30:23.751889+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10942020-03-30 09:30:23.752153+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10952020-03-30 09:30:23.752421+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10962020-03-30 09:30:23.752500+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10972020-03-30 09:30:23.768911+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10982020-03-30 09:30:23.769105+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
10992020-03-30 09:30:23.769227+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11002020-03-30 09:30:23.769306+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11012020-03-30 09:30:23.785221+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11022020-03-30 09:30:23.785429+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11032020-03-30 09:30:23.785550+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11042020-03-30 09:30:23.785633+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11052020-03-30 09:30:23.802041+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11062020-03-30 09:30:23.802237+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11072020-03-30 09:30:23.802350+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11082020-03-30 09:30:23.802416+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11092020-03-30 09:30:23.819028+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11102020-03-30 09:30:23.819220+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11112020-03-30 09:30:23.819335+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11122020-03-30 09:30:23.819418+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11132020-03-30 09:30:23.835316+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11142020-03-30 09:30:23.835541+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11152020-03-30 09:30:23.835659+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11162020-03-30 09:30:23.835741+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11172020-03-30 09:30:23.852114+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11182020-03-30 09:30:23.852315+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11192020-03-30 09:30:23.852465+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11202020-03-30 09:30:23.852551+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11212020-03-30 09:30:23.869021+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11222020-03-30 09:30:23.869212+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11232020-03-30 09:30:23.869348+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11242020-03-30 09:30:23.869433+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11252020-03-30 09:30:23.885682+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11262020-03-30 09:30:23.885926+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11272020-03-30 09:30:23.886172+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11282020-03-30 09:30:23.886273+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11292020-03-30 09:30:23.902542+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11302020-03-30 09:30:23.902930+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11312020-03-30 09:30:23.903313+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11322020-03-30 09:30:23.903603+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11332020-03-30 09:30:23.919202+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11342020-03-30 09:30:23.919404+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11352020-03-30 09:30:23.919532+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11362020-03-30 09:30:23.919630+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11372020-03-30 09:30:23.935667+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11382020-03-30 09:30:23.935894+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11392020-03-30 09:30:23.936037+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11402020-03-30 09:30:23.936141+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11412020-03-30 09:30:23.953415+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11422020-03-30 09:30:23.953651+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11432020-03-30 09:30:23.953812+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11442020-03-30 09:30:23.953915+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11452020-03-30 09:30:23.969685+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11462020-03-30 09:30:23.969933+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11472020-03-30 09:30:23.970106+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11482020-03-30 09:30:23.970238+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11492020-03-30 09:30:23.986781+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11502020-03-30 09:30:23.987053+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11512020-03-30 09:30:23.987223+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11522020-03-30 09:30:23.987402+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11532020-03-30 09:30:24.002764+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11542020-03-30 09:30:24.002977+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11552020-03-30 09:30:24.003132+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11562020-03-30 09:30:24.003233+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11572020-03-30 09:30:24.019022+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11582020-03-30 09:30:24.019225+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11592020-03-30 09:30:24.019363+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11602020-03-30 09:30:24.019461+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11612020-03-30 09:30:24.035299+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11622020-03-30 09:30:24.035455+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11632020-03-30 09:30:24.035555+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11642020-03-30 09:30:24.035632+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11652020-03-30 09:30:24.052108+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11662020-03-30 09:30:24.052301+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11672020-03-30 09:30:24.052412+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11682020-03-30 09:30:24.052499+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11692020-03-30 09:30:24.068701+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11702020-03-30 09:30:24.068877+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11712020-03-30 09:30:24.068984+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11722020-03-30 09:30:24.069049+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11732020-03-30 09:30:24.085337+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11742020-03-30 09:30:24.085508+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11752020-03-30 09:30:24.085613+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11762020-03-30 09:30:24.085698+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11772020-03-30 09:30:24.101883+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11782020-03-30 09:30:24.102046+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11792020-03-30 09:30:24.102167+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11802020-03-30 09:30:24.102237+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11812020-03-30 09:30:24.119047+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11822020-03-30 09:30:24.119212+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11832020-03-30 09:30:24.119318+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11842020-03-30 09:30:24.119385+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11852020-03-30 09:30:24.135283+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11862020-03-30 09:30:24.135498+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11872020-03-30 09:30:24.135639+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11882020-03-30 09:30:24.135714+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11892020-03-30 09:30:24.152208+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11902020-03-30 09:30:24.152357+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11912020-03-30 09:30:24.152461+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11922020-03-30 09:30:24.152528+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11932020-03-30 09:30:24.168995+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11942020-03-30 09:30:24.169147+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11952020-03-30 09:30:24.169267+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11962020-03-30 09:30:24.169336+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11972020-03-30 09:30:24.185556+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11982020-03-30 09:30:24.185680+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
11992020-03-30 09:30:24.185791+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12002020-03-30 09:30:24.185856+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12012020-03-30 09:30:24.202212+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12022020-03-30 09:30:24.202394+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12032020-03-30 09:30:24.202501+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12042020-03-30 09:30:24.202567+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12052020-03-30 09:30:24.218825+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12062020-03-30 09:30:24.219020+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12072020-03-30 09:30:24.219129+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12082020-03-30 09:30:24.219198+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12092020-03-30 09:30:24.235612+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12102020-03-30 09:30:24.235799+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12112020-03-30 09:30:24.236950+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12122020-03-30 09:30:24.237057+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12132020-03-30 09:30:24.252256+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12142020-03-30 09:30:24.252441+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12152020-03-30 09:30:24.252548+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12162020-03-30 09:30:24.252621+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12172020-03-30 09:30:24.268839+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12182020-03-30 09:30:24.269077+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12192020-03-30 09:30:24.269359+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12202020-03-30 09:30:24.269457+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12212020-03-30 09:30:24.285874+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12222020-03-30 09:30:24.286042+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12232020-03-30 09:30:24.286146+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12242020-03-30 09:30:24.286210+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12252020-03-30 09:30:24.302049+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12262020-03-30 09:30:24.302219+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12272020-03-30 09:30:24.302323+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12282020-03-30 09:30:24.302389+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12292020-03-30 09:30:24.318838+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12302020-03-30 09:30:24.319010+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12312020-03-30 09:30:24.319118+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12322020-03-30 09:30:24.319200+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12332020-03-30 09:30:24.336269+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12342020-03-30 09:30:24.336514+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12352020-03-30 09:30:24.336670+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12362020-03-30 09:30:24.336756+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12372020-03-30 09:30:24.352320+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12382020-03-30 09:30:24.352522+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12392020-03-30 09:30:24.352792+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12402020-03-30 09:30:24.352903+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12412020-03-30 09:30:24.368704+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12422020-03-30 09:30:24.368878+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12432020-03-30 09:30:24.368994+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12442020-03-30 09:30:24.369062+0300 emmaskitchen[374:59591] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12452020-03-30 09:30:24.385951+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12462020-03-30 09:30:24.386109+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12472020-03-30 09:30:24.386217+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12482020-03-30 09:30:24.386292+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12492020-03-30 09:30:24.402218+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12502020-03-30 09:30:24.402406+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12512020-03-30 09:30:24.402521+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12522020-03-30 09:30:24.402593+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12532020-03-30 09:30:24.420325+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12542020-03-30 09:30:24.420531+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12552020-03-30 09:30:24.420640+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12562020-03-30 09:30:24.420721+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12572020-03-30 09:30:24.435503+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12582020-03-30 09:30:24.435693+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12592020-03-30 09:30:24.435813+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12602020-03-30 09:30:24.435880+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12612020-03-30 09:30:24.452397+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12622020-03-30 09:30:24.452583+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12632020-03-30 09:30:24.452690+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12642020-03-30 09:30:24.452762+0300 emmaskitchen[374:59975] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12652020-03-30 09:30:24.468823+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12662020-03-30 09:30:24.468978+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12672020-03-30 09:30:24.469105+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12682020-03-30 09:30:24.469200+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12692020-03-30 09:30:24.486154+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12702020-03-30 09:30:24.486335+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12712020-03-30 09:30:24.486475+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12722020-03-30 09:30:24.486553+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12732020-03-30 09:30:24.503575+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12742020-03-30 09:30:24.503901+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12752020-03-30 09:30:24.504099+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12762020-03-30 09:30:24.504191+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12772020-03-30 09:30:24.519050+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12782020-03-30 09:30:24.519260+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12792020-03-30 09:30:24.519369+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12802020-03-30 09:30:24.519453+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12812020-03-30 09:30:24.535799+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12822020-03-30 09:30:24.535961+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12832020-03-30 09:30:24.536086+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12842020-03-30 09:30:24.536153+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12852020-03-30 09:30:24.552719+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12862020-03-30 09:30:24.552906+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12872020-03-30 09:30:24.553055+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12882020-03-30 09:30:24.553153+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12892020-03-30 09:30:24.569250+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12902020-03-30 09:30:24.569443+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12912020-03-30 09:30:24.569575+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12922020-03-30 09:30:24.569654+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12932020-03-30 09:30:24.586171+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12942020-03-30 09:30:24.586357+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12952020-03-30 09:30:24.586482+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12962020-03-30 09:30:24.586559+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12972020-03-30 09:30:24.602686+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12982020-03-30 09:30:24.602998+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
12992020-03-30 09:30:24.603296+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13002020-03-30 09:30:24.603588+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13012020-03-30 09:30:24.619320+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13022020-03-30 09:30:24.619529+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13032020-03-30 09:30:24.619679+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13042020-03-30 09:30:24.619771+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13052020-03-30 09:30:24.636007+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13062020-03-30 09:30:24.636199+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13072020-03-30 09:30:24.636338+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13082020-03-30 09:30:24.636420+0300 emmaskitchen[374:59960] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13092020-03-30 09:30:24.653751+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13102020-03-30 09:30:24.654022+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13112020-03-30 09:30:24.654249+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13122020-03-30 09:30:24.654374+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13132020-03-30 09:30:24.669714+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13142020-03-30 09:30:24.669947+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13152020-03-30 09:30:24.670149+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13162020-03-30 09:30:24.670258+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13172020-03-30 09:30:24.692467+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13182020-03-30 09:30:24.692719+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13192020-03-30 09:30:24.692882+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13202020-03-30 09:30:24.693050+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13212020-03-30 09:30:24.703432+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13222020-03-30 09:30:24.703677+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13232020-03-30 09:30:24.703806+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13242020-03-30 09:30:24.703911+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13252020-03-30 09:30:24.719176+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13262020-03-30 09:30:24.719348+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13272020-03-30 09:30:24.719466+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13282020-03-30 09:30:24.719549+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13292020-03-30 09:30:24.736285+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13302020-03-30 09:30:24.736496+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13312020-03-30 09:30:24.736637+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13322020-03-30 09:30:24.736724+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13332020-03-30 09:30:24.752634+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13342020-03-30 09:30:24.752840+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13352020-03-30 09:30:24.752945+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13362020-03-30 09:30:24.753012+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13372020-03-30 09:30:24.769051+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13382020-03-30 09:30:24.769197+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13392020-03-30 09:30:24.769293+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13402020-03-30 09:30:24.769363+0300 emmaskitchen[374:59713] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13412020-03-30 09:30:24.785881+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13422020-03-30 09:30:24.786025+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13432020-03-30 09:30:24.786129+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13442020-03-30 09:30:24.786192+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13452020-03-30 09:30:24.802184+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13462020-03-30 09:30:24.802335+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13472020-03-30 09:30:24.802432+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13482020-03-30 09:30:24.802495+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13492020-03-30 09:30:24.819601+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13502020-03-30 09:30:24.819786+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13512020-03-30 09:30:24.819888+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13522020-03-30 09:30:24.819951+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13532020-03-30 09:30:24.835662+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13542020-03-30 09:30:24.835877+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13552020-03-30 09:30:24.835985+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13562020-03-30 09:30:24.836052+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13572020-03-30 09:30:24.852999+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13582020-03-30 09:30:24.853166+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13592020-03-30 09:30:24.853271+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13602020-03-30 09:30:24.853340+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13612020-03-30 09:30:24.869055+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13622020-03-30 09:30:24.869253+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13632020-03-30 09:30:24.869370+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13642020-03-30 09:30:24.869438+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13652020-03-30 09:30:24.885673+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13662020-03-30 09:30:24.885842+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13672020-03-30 09:30:24.885953+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13682020-03-30 09:30:24.886017+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13692020-03-30 09:30:24.902816+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13702020-03-30 09:30:24.902986+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13712020-03-30 09:30:24.903112+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13722020-03-30 09:30:24.903189+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13732020-03-30 09:30:24.919408+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13742020-03-30 09:30:24.919622+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13752020-03-30 09:30:24.919760+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13762020-03-30 09:30:24.919840+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13772020-03-30 09:30:24.935952+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13782020-03-30 09:30:24.936142+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13792020-03-30 09:30:24.936266+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13802020-03-30 09:30:24.936354+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13812020-03-30 09:30:24.953308+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13822020-03-30 09:30:24.953517+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13832020-03-30 09:30:24.953656+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13842020-03-30 09:30:24.953744+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13852020-03-30 09:30:24.969320+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13862020-03-30 09:30:24.969516+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13872020-03-30 09:30:24.969641+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13882020-03-30 09:30:24.969719+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13892020-03-30 09:30:24.986651+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13902020-03-30 09:30:24.986858+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13912020-03-30 09:30:24.986985+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13922020-03-30 09:30:24.987071+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13932020-03-30 09:30:25.003788+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13942020-03-30 09:30:25.004029+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13952020-03-30 09:30:25.004196+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13962020-03-30 09:30:25.004312+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13972020-03-30 09:30:25.020233+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13982020-03-30 09:30:25.020482+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
13992020-03-30 09:30:25.020677+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14002020-03-30 09:30:25.020791+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14012020-03-30 09:30:25.037770+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14022020-03-30 09:30:25.038001+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14032020-03-30 09:30:25.038162+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14042020-03-30 09:30:25.038263+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14052020-03-30 09:30:25.053382+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14062020-03-30 09:30:25.053622+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14072020-03-30 09:30:25.053780+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14082020-03-30 09:30:25.053922+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14092020-03-30 09:30:25.070146+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14102020-03-30 09:30:25.070388+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14112020-03-30 09:30:25.070550+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14122020-03-30 09:30:25.070652+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14132020-03-30 09:30:25.086565+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14142020-03-30 09:30:25.086780+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14152020-03-30 09:30:25.086939+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14162020-03-30 09:30:25.087039+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14172020-03-30 09:30:25.102694+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14182020-03-30 09:30:25.102876+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14192020-03-30 09:30:25.103002+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14202020-03-30 09:30:25.103091+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14212020-03-30 09:30:25.119082+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14222020-03-30 09:30:25.119250+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14232020-03-30 09:30:25.119355+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14242020-03-30 09:30:25.119427+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14252020-03-30 09:30:25.135913+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14262020-03-30 09:30:25.136077+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14272020-03-30 09:30:25.136181+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14282020-03-30 09:30:25.136245+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14292020-03-30 09:30:25.152417+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14302020-03-30 09:30:25.152597+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14312020-03-30 09:30:25.152699+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14322020-03-30 09:30:25.152978+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14332020-03-30 09:30:25.169016+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14342020-03-30 09:30:25.169185+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14352020-03-30 09:30:25.169286+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14362020-03-30 09:30:25.169351+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14372020-03-30 09:30:25.185812+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14382020-03-30 09:30:25.185974+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14392020-03-30 09:30:25.186080+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14402020-03-30 09:30:25.186146+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14412020-03-30 09:30:25.202761+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14422020-03-30 09:30:25.202915+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14432020-03-30 09:30:25.203016+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14442020-03-30 09:30:25.203085+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14452020-03-30 09:30:25.219182+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14462020-03-30 09:30:25.219342+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14472020-03-30 09:30:25.219442+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14482020-03-30 09:30:25.219510+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14492020-03-30 09:30:25.235813+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14502020-03-30 09:30:25.236005+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14512020-03-30 09:30:25.236107+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14522020-03-30 09:30:25.236170+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14532020-03-30 09:30:25.252968+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14542020-03-30 09:30:25.253223+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14552020-03-30 09:30:25.253421+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14562020-03-30 09:30:25.253520+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14572020-03-30 09:30:25.269277+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14582020-03-30 09:30:25.269479+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14592020-03-30 09:30:25.269587+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14602020-03-30 09:30:25.269657+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14612020-03-30 09:30:25.285884+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14622020-03-30 09:30:25.286056+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14632020-03-30 09:30:25.286161+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14642020-03-30 09:30:25.286228+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14652020-03-30 09:30:25.302685+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14662020-03-30 09:30:25.302847+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14672020-03-30 09:30:25.302949+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14682020-03-30 09:30:25.303013+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14692020-03-30 09:30:25.320404+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14702020-03-30 09:30:25.320582+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14712020-03-30 09:30:25.320833+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14722020-03-30 09:30:25.320972+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14732020-03-30 09:30:25.342292+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14742020-03-30 09:30:25.342502+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14752020-03-30 09:30:25.342627+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14762020-03-30 09:30:25.342710+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14772020-03-30 09:30:25.353276+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14782020-03-30 09:30:25.353468+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14792020-03-30 09:30:25.353598+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14802020-03-30 09:30:25.353680+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14812020-03-30 09:30:25.369532+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14822020-03-30 09:30:25.369742+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14832020-03-30 09:30:25.369881+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14842020-03-30 09:30:25.369960+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14852020-03-30 09:30:25.386385+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14862020-03-30 09:30:25.386591+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14872020-03-30 09:30:25.386714+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14882020-03-30 09:30:25.386795+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14892020-03-30 09:30:25.403064+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14902020-03-30 09:30:25.403262+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14912020-03-30 09:30:25.403388+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14922020-03-30 09:30:25.403468+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14932020-03-30 09:30:25.420315+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14942020-03-30 09:30:25.420524+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14952020-03-30 09:30:25.420689+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14962020-03-30 09:30:25.420793+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14972020-03-30 09:30:25.437170+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14982020-03-30 09:30:25.437463+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
14992020-03-30 09:30:25.437687+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15002020-03-30 09:30:25.437807+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15012020-03-30 09:30:25.453896+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15022020-03-30 09:30:25.454216+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15032020-03-30 09:30:25.454432+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15042020-03-30 09:30:25.454541+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15052020-03-30 09:30:25.469909+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15062020-03-30 09:30:25.470149+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15072020-03-30 09:30:25.470293+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15082020-03-30 09:30:25.470389+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15092020-03-30 09:30:25.487023+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15102020-03-30 09:30:25.487281+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15112020-03-30 09:30:25.487479+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15122020-03-30 09:30:25.487604+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15132020-03-30 09:30:25.503599+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15142020-03-30 09:30:25.504104+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15152020-03-30 09:30:25.504369+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15162020-03-30 09:30:25.504488+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15172020-03-30 09:30:25.520065+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15182020-03-30 09:30:25.520225+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15192020-03-30 09:30:25.520344+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15202020-03-30 09:30:25.520457+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15212020-03-30 09:30:25.536477+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15222020-03-30 09:30:25.536711+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15232020-03-30 09:30:25.536847+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15242020-03-30 09:30:25.536937+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15252020-03-30 09:30:25.553250+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15262020-03-30 09:30:25.553471+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15272020-03-30 09:30:25.553598+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15282020-03-30 09:30:25.553685+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15292020-03-30 09:30:25.569881+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15302020-03-30 09:30:25.570062+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15312020-03-30 09:30:25.570200+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15322020-03-30 09:30:25.570280+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15332020-03-30 09:30:25.586376+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15342020-03-30 09:30:25.586596+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15352020-03-30 09:30:25.586752+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15362020-03-30 09:30:25.586835+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15372020-03-30 09:30:25.603080+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15382020-03-30 09:30:25.603279+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15392020-03-30 09:30:25.603423+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15402020-03-30 09:30:25.603529+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15412020-03-30 09:30:25.621363+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15422020-03-30 09:30:25.621585+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15432020-03-30 09:30:25.621771+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15442020-03-30 09:30:25.621893+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15452020-03-30 09:30:25.636955+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15462020-03-30 09:30:25.637305+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15472020-03-30 09:30:25.637478+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15482020-03-30 09:30:25.637610+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15492020-03-30 09:30:25.654118+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15502020-03-30 09:30:25.654358+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15512020-03-30 09:30:25.654529+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15522020-03-30 09:30:25.654649+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15532020-03-30 09:30:25.671325+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15542020-03-30 09:30:25.671546+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15552020-03-30 09:30:25.671714+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15562020-03-30 09:30:25.671830+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15572020-03-30 09:30:25.687649+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15582020-03-30 09:30:25.687942+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15592020-03-30 09:30:25.688203+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15602020-03-30 09:30:25.688322+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15612020-03-30 09:30:25.704187+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15622020-03-30 09:30:25.704440+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15632020-03-30 09:30:25.704628+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15642020-03-30 09:30:25.704734+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15652020-03-30 09:30:25.721153+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15662020-03-30 09:30:25.721399+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15672020-03-30 09:30:25.721575+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15682020-03-30 09:30:25.721735+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15692020-03-30 09:30:25.737316+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15702020-03-30 09:30:25.737575+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15712020-03-30 09:30:25.737739+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15722020-03-30 09:30:25.737857+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15732020-03-30 09:30:25.754617+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15742020-03-30 09:30:25.754875+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15752020-03-30 09:30:25.755040+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15762020-03-30 09:30:25.755173+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15772020-03-30 09:30:25.770359+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15782020-03-30 09:30:25.770697+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15792020-03-30 09:30:25.770981+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15802020-03-30 09:30:25.771157+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15812020-03-30 09:30:25.787808+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15822020-03-30 09:30:25.788065+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15832020-03-30 09:30:25.788234+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15842020-03-30 09:30:25.788362+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15852020-03-30 09:30:25.804746+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15862020-03-30 09:30:25.804994+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15872020-03-30 09:30:25.805204+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15882020-03-30 09:30:25.805317+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15892020-03-30 09:30:25.821452+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15902020-03-30 09:30:25.821718+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15912020-03-30 09:30:25.821912+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15922020-03-30 09:30:25.822045+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15932020-03-30 09:30:25.837448+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15942020-03-30 09:30:25.837683+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15952020-03-30 09:30:25.837865+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15962020-03-30 09:30:25.838000+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15972020-03-30 09:30:25.853846+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15982020-03-30 09:30:25.854112+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
15992020-03-30 09:30:25.854282+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16002020-03-30 09:30:25.854387+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16012020-03-30 09:30:25.872047+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16022020-03-30 09:30:25.872314+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16032020-03-30 09:30:25.872493+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16042020-03-30 09:30:25.872599+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16052020-03-30 09:30:25.888801+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16062020-03-30 09:30:25.889025+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16072020-03-30 09:30:25.889214+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16082020-03-30 09:30:25.889322+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16092020-03-30 09:30:25.904270+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16102020-03-30 09:30:25.904552+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16112020-03-30 09:30:25.904805+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16122020-03-30 09:30:25.905010+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16132020-03-30 09:30:25.920851+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16142020-03-30 09:30:25.921082+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16152020-03-30 09:30:25.921249+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16162020-03-30 09:30:25.921370+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16172020-03-30 09:30:25.937133+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16182020-03-30 09:30:25.937655+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16192020-03-30 09:30:25.937878+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16202020-03-30 09:30:25.938031+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16212020-03-30 09:30:25.956704+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16222020-03-30 09:30:25.957228+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16232020-03-30 09:30:25.957496+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16242020-03-30 09:30:25.957702+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16252020-03-30 09:30:25.971285+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16262020-03-30 09:30:25.971485+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16272020-03-30 09:30:25.971641+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16282020-03-30 09:30:25.971767+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16292020-03-30 09:30:25.986720+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16302020-03-30 09:30:25.987031+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16312020-03-30 09:30:25.987179+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16322020-03-30 09:30:25.987261+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16332020-03-30 09:30:26.003441+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16342020-03-30 09:30:26.003643+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16352020-03-30 09:30:26.003769+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16362020-03-30 09:30:26.003849+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16372020-03-30 09:30:26.020086+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16382020-03-30 09:30:26.020267+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16392020-03-30 09:30:26.020386+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16402020-03-30 09:30:26.020463+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16412020-03-30 09:30:26.038162+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16422020-03-30 09:30:26.038369+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16432020-03-30 09:30:26.038536+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16442020-03-30 09:30:26.038640+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16452020-03-30 09:30:26.053993+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16462020-03-30 09:30:26.054222+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16472020-03-30 09:30:26.054384+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16482020-03-30 09:30:26.054491+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16492020-03-30 09:30:26.070498+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16502020-03-30 09:30:26.070740+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16512020-03-30 09:30:26.071126+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16522020-03-30 09:30:26.071276+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16532020-03-30 09:30:26.087203+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16542020-03-30 09:30:26.087489+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16552020-03-30 09:30:26.087675+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16562020-03-30 09:30:26.087783+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16572020-03-30 09:30:26.103700+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16582020-03-30 09:30:26.103874+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16592020-03-30 09:30:26.104076+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16602020-03-30 09:30:26.104169+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16612020-03-30 09:30:26.119770+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16622020-03-30 09:30:26.119922+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16632020-03-30 09:30:26.120068+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16642020-03-30 09:30:26.120160+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16652020-03-30 09:30:26.136378+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16662020-03-30 09:30:26.136544+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16672020-03-30 09:30:26.136686+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16682020-03-30 09:30:26.136781+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16692020-03-30 09:30:26.153011+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16702020-03-30 09:30:26.153178+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16712020-03-30 09:30:26.153278+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16722020-03-30 09:30:26.153345+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16732020-03-30 09:30:26.169570+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16742020-03-30 09:30:26.169727+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16752020-03-30 09:30:26.169828+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16762020-03-30 09:30:26.169892+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16772020-03-30 09:30:26.186221+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16782020-03-30 09:30:26.186382+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16792020-03-30 09:30:26.186558+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16802020-03-30 09:30:26.186665+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16812020-03-30 09:30:26.203001+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16822020-03-30 09:30:26.203168+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16832020-03-30 09:30:26.203275+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16842020-03-30 09:30:26.203341+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16852020-03-30 09:30:26.220428+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16862020-03-30 09:30:26.220611+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16872020-03-30 09:30:26.220723+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16882020-03-30 09:30:26.220832+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16892020-03-30 09:30:26.236757+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16902020-03-30 09:30:26.236902+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16912020-03-30 09:30:26.237000+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16922020-03-30 09:30:26.237063+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16932020-03-30 09:30:26.253542+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16942020-03-30 09:30:26.253732+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16952020-03-30 09:30:26.253839+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16962020-03-30 09:30:26.253908+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16972020-03-30 09:30:26.270216+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16982020-03-30 09:30:26.270419+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
16992020-03-30 09:30:26.270525+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17002020-03-30 09:30:26.270590+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17012020-03-30 09:30:26.286668+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17022020-03-30 09:30:26.286849+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17032020-03-30 09:30:26.286982+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17042020-03-30 09:30:26.287057+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17052020-03-30 09:30:26.303192+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17062020-03-30 09:30:26.303383+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17072020-03-30 09:30:26.303491+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17082020-03-30 09:30:26.303576+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17092020-03-30 09:30:26.319873+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17102020-03-30 09:30:26.320053+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17112020-03-30 09:30:26.320160+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17122020-03-30 09:30:26.320226+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17132020-03-30 09:30:26.336598+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17142020-03-30 09:30:26.336800+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17152020-03-30 09:30:26.336940+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17162020-03-30 09:30:26.337015+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17172020-03-30 09:30:26.353890+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17182020-03-30 09:30:26.354104+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17192020-03-30 09:30:26.354231+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17202020-03-30 09:30:26.354324+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17212020-03-30 09:30:26.370374+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17222020-03-30 09:30:26.370702+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17232020-03-30 09:30:26.370850+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17242020-03-30 09:30:26.370944+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17252020-03-30 09:30:26.387592+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17262020-03-30 09:30:26.387829+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17272020-03-30 09:30:26.388013+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17282020-03-30 09:30:26.388114+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17292020-03-30 09:30:26.403590+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17302020-03-30 09:30:26.403813+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17312020-03-30 09:30:26.403974+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17322020-03-30 09:30:26.404059+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17332020-03-30 09:30:26.420247+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17342020-03-30 09:30:26.420438+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17352020-03-30 09:30:26.420561+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17362020-03-30 09:30:26.420687+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17372020-03-30 09:30:26.437181+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17382020-03-30 09:30:26.437374+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17392020-03-30 09:30:26.437502+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17402020-03-30 09:30:26.437581+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17412020-03-30 09:30:26.453605+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17422020-03-30 09:30:26.453795+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17432020-03-30 09:30:26.453918+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17442020-03-30 09:30:26.454008+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17452020-03-30 09:30:26.471036+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17462020-03-30 09:30:26.471240+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17472020-03-30 09:30:26.471390+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17482020-03-30 09:30:26.471470+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17492020-03-30 09:30:26.487992+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17502020-03-30 09:30:26.488231+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17512020-03-30 09:30:26.488398+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17522020-03-30 09:30:26.488503+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17532020-03-30 09:30:26.504825+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17542020-03-30 09:30:26.505105+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17552020-03-30 09:30:26.505323+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17562020-03-30 09:30:26.505473+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17572020-03-30 09:30:26.522026+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17582020-03-30 09:30:26.522344+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17592020-03-30 09:30:26.522574+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17602020-03-30 09:30:26.522780+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17612020-03-30 09:30:26.537174+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17622020-03-30 09:30:26.537380+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17632020-03-30 09:30:26.537505+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17642020-03-30 09:30:26.537686+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17652020-03-30 09:30:26.553651+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17662020-03-30 09:30:26.553868+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17672020-03-30 09:30:26.554009+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17682020-03-30 09:30:26.554091+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17692020-03-30 09:30:26.570449+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17702020-03-30 09:30:26.570837+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17712020-03-30 09:30:26.571008+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17722020-03-30 09:30:26.571092+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17732020-03-30 09:30:26.587848+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17742020-03-30 09:30:26.588097+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17752020-03-30 09:30:26.588264+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17762020-03-30 09:30:26.588371+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17772020-03-30 09:30:26.604632+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17782020-03-30 09:30:26.604888+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17792020-03-30 09:30:26.605060+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17802020-03-30 09:30:26.605198+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17812020-03-30 09:30:26.621818+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17822020-03-30 09:30:26.622107+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17832020-03-30 09:30:26.622360+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17842020-03-30 09:30:26.622478+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17852020-03-30 09:30:26.637724+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17862020-03-30 09:30:26.637944+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17872020-03-30 09:30:26.638103+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17882020-03-30 09:30:26.638205+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17892020-03-30 09:30:26.655140+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17902020-03-30 09:30:26.655361+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17912020-03-30 09:30:26.655532+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17922020-03-30 09:30:26.655762+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17932020-03-30 09:30:26.670129+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17942020-03-30 09:30:26.670344+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17952020-03-30 09:30:26.670468+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17962020-03-30 09:30:26.670709+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17972020-03-30 09:30:26.687836+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17982020-03-30 09:30:26.688054+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
17992020-03-30 09:30:26.688211+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18002020-03-30 09:30:26.688313+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18012020-03-30 09:30:26.705139+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18022020-03-30 09:30:26.705357+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18032020-03-30 09:30:26.705520+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18042020-03-30 09:30:26.705623+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18052020-03-30 09:30:26.720521+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18062020-03-30 09:30:26.720732+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18072020-03-30 09:30:26.720858+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18082020-03-30 09:30:26.720948+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18092020-03-30 09:30:26.736864+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18102020-03-30 09:30:26.737094+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18112020-03-30 09:30:26.737278+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18122020-03-30 09:30:26.737415+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18132020-03-30 09:30:26.755150+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18142020-03-30 09:30:26.755355+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18152020-03-30 09:30:26.755516+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18162020-03-30 09:30:26.755616+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18172020-03-30 09:30:26.770952+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18182020-03-30 09:30:26.771224+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18192020-03-30 09:30:26.771564+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18202020-03-30 09:30:26.771683+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18212020-03-30 09:30:26.787553+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18222020-03-30 09:30:26.787786+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18232020-03-30 09:30:26.787940+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18242020-03-30 09:30:26.788026+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18252020-03-30 09:30:26.803654+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18262020-03-30 09:30:26.803872+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18272020-03-30 09:30:26.804064+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18282020-03-30 09:30:26.804178+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18292020-03-30 09:30:26.820405+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18302020-03-30 09:30:26.820635+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18312020-03-30 09:30:26.820765+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18322020-03-30 09:30:26.820843+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18332020-03-30 09:30:26.837585+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18342020-03-30 09:30:26.837821+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18352020-03-30 09:30:26.837980+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18362020-03-30 09:30:26.838084+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18372020-03-30 09:30:26.859493+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18382020-03-30 09:30:26.859741+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18392020-03-30 09:30:26.859910+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18402020-03-30 09:30:26.860046+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18412020-03-30 09:30:26.871341+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18422020-03-30 09:30:26.871579+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18432020-03-30 09:30:26.871741+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18442020-03-30 09:30:26.871844+0300 emmaskitchen[374:59961] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18452020-03-30 09:30:26.886979+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18462020-03-30 09:30:26.887291+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18472020-03-30 09:30:26.887428+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18482020-03-30 09:30:26.887510+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18492020-03-30 09:30:26.903594+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18502020-03-30 09:30:26.903788+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18512020-03-30 09:30:26.903983+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18522020-03-30 09:30:26.904068+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18532020-03-30 09:30:26.920494+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18542020-03-30 09:30:26.920707+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18552020-03-30 09:30:26.920833+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18562020-03-30 09:30:26.920912+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18572020-03-30 09:30:26.936966+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18582020-03-30 09:30:26.937173+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18592020-03-30 09:30:26.937307+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18602020-03-30 09:30:26.937387+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18612020-03-30 09:30:26.956225+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18622020-03-30 09:30:26.956412+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18632020-03-30 09:30:26.956558+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18642020-03-30 09:30:26.956648+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18652020-03-30 09:30:26.971288+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18662020-03-30 09:30:26.971601+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18672020-03-30 09:30:26.971777+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18682020-03-30 09:30:26.971861+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18692020-03-30 09:30:26.987855+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18702020-03-30 09:30:26.988082+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18712020-03-30 09:30:26.988214+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18722020-03-30 09:30:26.988320+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18732020-03-30 09:30:27.006810+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18742020-03-30 09:30:27.007039+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18752020-03-30 09:30:27.007168+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18762020-03-30 09:30:27.007247+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18772020-03-30 09:30:27.020597+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18782020-03-30 09:30:27.020820+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18792020-03-30 09:30:27.020966+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18802020-03-30 09:30:27.021052+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18812020-03-30 09:30:27.037030+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18822020-03-30 09:30:27.037292+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18832020-03-30 09:30:27.037421+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18842020-03-30 09:30:27.037500+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18852020-03-30 09:30:27.054388+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18862020-03-30 09:30:27.054571+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18872020-03-30 09:30:27.054693+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18882020-03-30 09:30:27.054775+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18892020-03-30 09:30:27.070276+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18902020-03-30 09:30:27.070502+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18912020-03-30 09:30:27.070638+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18922020-03-30 09:30:27.070726+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18932020-03-30 09:30:27.087017+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18942020-03-30 09:30:27.087189+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18952020-03-30 09:30:27.087337+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18962020-03-30 09:30:27.087418+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18972020-03-30 09:30:27.103712+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18982020-03-30 09:30:27.103862+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
18992020-03-30 09:30:27.103983+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19002020-03-30 09:30:27.104070+0300 emmaskitchen[374:59716] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19012020-03-30 09:30:27.120094+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19022020-03-30 09:30:27.120258+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19032020-03-30 09:30:27.120362+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19042020-03-30 09:30:27.120435+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19052020-03-30 09:30:27.136785+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19062020-03-30 09:30:27.136958+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19072020-03-30 09:30:27.137067+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19082020-03-30 09:30:27.137133+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19092020-03-30 09:30:27.153733+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19102020-03-30 09:30:27.153950+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19112020-03-30 09:30:27.154063+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19122020-03-30 09:30:27.154134+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19132020-03-30 09:30:27.170035+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19142020-03-30 09:30:27.170194+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19152020-03-30 09:30:27.170295+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19162020-03-30 09:30:27.170361+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19172020-03-30 09:30:27.187091+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19182020-03-30 09:30:27.187281+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19192020-03-30 09:30:27.187409+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19202020-03-30 09:30:27.187476+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19212020-03-30 09:30:27.203478+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19222020-03-30 09:30:27.203640+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19232020-03-30 09:30:27.203801+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19242020-03-30 09:30:27.204060+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19252020-03-30 09:30:27.220220+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19262020-03-30 09:30:27.220387+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19272020-03-30 09:30:27.220572+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19282020-03-30 09:30:27.220697+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19292020-03-30 09:30:27.236960+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19302020-03-30 09:30:27.237138+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19312020-03-30 09:30:27.237308+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19322020-03-30 09:30:27.237383+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19332020-03-30 09:30:27.253948+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19342020-03-30 09:30:27.254141+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19352020-03-30 09:30:27.254265+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19362020-03-30 09:30:27.254347+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19372020-03-30 09:30:27.270146+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19382020-03-30 09:30:27.270324+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19392020-03-30 09:30:27.270471+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19402020-03-30 09:30:27.270570+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19412020-03-30 09:30:27.286902+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19422020-03-30 09:30:27.287091+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19432020-03-30 09:30:27.287195+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19442020-03-30 09:30:27.287302+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19452020-03-30 09:30:27.303491+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19462020-03-30 09:30:27.303681+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19472020-03-30 09:30:27.303790+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19482020-03-30 09:30:27.303855+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19492020-03-30 09:30:27.320273+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19502020-03-30 09:30:27.320454+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19512020-03-30 09:30:27.320665+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19522020-03-30 09:30:27.320755+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19532020-03-30 09:30:27.337154+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19542020-03-30 09:30:27.337353+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19552020-03-30 09:30:27.337479+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19562020-03-30 09:30:27.337579+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19572020-03-30 09:30:27.355377+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19582020-03-30 09:30:27.355555+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19592020-03-30 09:30:27.355691+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19602020-03-30 09:30:27.355779+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19612020-03-30 09:30:27.371063+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19622020-03-30 09:30:27.371323+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19632020-03-30 09:30:27.371453+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19642020-03-30 09:30:27.371521+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19652020-03-30 09:30:27.388287+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19662020-03-30 09:30:27.388476+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19672020-03-30 09:30:27.388593+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19682020-03-30 09:30:27.388659+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19692020-03-30 09:30:27.404139+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19702020-03-30 09:30:27.404305+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19712020-03-30 09:30:27.404407+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19722020-03-30 09:30:27.404473+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19732020-03-30 09:30:27.420810+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19742020-03-30 09:30:27.421038+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19752020-03-30 09:30:27.421169+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19762020-03-30 09:30:27.421247+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19772020-03-30 09:30:27.437126+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19782020-03-30 09:30:27.437396+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19792020-03-30 09:30:27.437525+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19802020-03-30 09:30:27.437612+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19812020-03-30 09:30:27.454065+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19822020-03-30 09:30:27.454254+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19832020-03-30 09:30:27.454378+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19842020-03-30 09:30:27.454480+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19852020-03-30 09:30:27.470929+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19862020-03-30 09:30:27.471145+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19872020-03-30 09:30:27.471283+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19882020-03-30 09:30:27.471363+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19892020-03-30 09:30:27.487386+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19902020-03-30 09:30:27.487576+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19912020-03-30 09:30:27.487699+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19922020-03-30 09:30:27.487786+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19932020-03-30 09:30:27.503893+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19942020-03-30 09:30:27.504086+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19952020-03-30 09:30:27.504216+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19962020-03-30 09:30:27.504305+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19972020-03-30 09:30:27.521761+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19982020-03-30 09:30:27.521978+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
19992020-03-30 09:30:27.522100+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20002020-03-30 09:30:27.522179+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20012020-03-30 09:30:27.537385+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20022020-03-30 09:30:27.537611+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20032020-03-30 09:30:27.537742+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20042020-03-30 09:30:27.537843+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20052020-03-30 09:30:27.555695+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20062020-03-30 09:30:27.555914+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20072020-03-30 09:30:27.556080+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20082020-03-30 09:30:27.556183+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20092020-03-30 09:30:27.571122+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20102020-03-30 09:30:27.571397+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20112020-03-30 09:30:27.571585+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20122020-03-30 09:30:27.571698+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20132020-03-30 09:30:27.587350+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20142020-03-30 09:30:27.587558+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20152020-03-30 09:30:27.587685+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20162020-03-30 09:30:27.587768+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20172020-03-30 09:30:27.605116+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20182020-03-30 09:30:27.605370+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20192020-03-30 09:30:27.605528+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20202020-03-30 09:30:27.605628+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20212020-03-30 09:30:27.620910+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20222020-03-30 09:30:27.621118+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20232020-03-30 09:30:27.621250+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20242020-03-30 09:30:27.621356+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20252020-03-30 09:30:27.637379+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20262020-03-30 09:30:27.637583+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20272020-03-30 09:30:27.637716+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20282020-03-30 09:30:27.637794+0300 emmaskitchen[374:59714] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20292020-03-30 09:30:27.654090+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20302020-03-30 09:30:27.654307+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20312020-03-30 09:30:27.654431+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20322020-03-30 09:30:27.654508+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20332020-03-30 09:30:27.670969+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20342020-03-30 09:30:27.671136+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20352020-03-30 09:30:27.671333+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20362020-03-30 09:30:27.671458+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20372020-03-30 09:30:27.690748+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20382020-03-30 09:30:27.690978+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20392020-03-30 09:30:27.691236+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20402020-03-30 09:30:27.691535+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20412020-03-30 09:30:27.706420+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20422020-03-30 09:30:27.706630+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20432020-03-30 09:30:27.706761+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20442020-03-30 09:30:27.706844+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20452020-03-30 09:30:27.722184+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20462020-03-30 09:30:27.722378+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20472020-03-30 09:30:27.722580+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20482020-03-30 09:30:27.722666+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20492020-03-30 09:30:27.737778+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20502020-03-30 09:30:27.737978+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20512020-03-30 09:30:27.738091+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20522020-03-30 09:30:27.738158+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20532020-03-30 09:30:27.755019+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20542020-03-30 09:30:27.755288+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20552020-03-30 09:30:27.755418+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20562020-03-30 09:30:27.755549+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20572020-03-30 09:30:27.775652+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20582020-03-30 09:30:27.775832+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20592020-03-30 09:30:27.775946+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20602020-03-30 09:30:27.776012+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20612020-03-30 09:30:27.788198+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20622020-03-30 09:30:27.788390+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20632020-03-30 09:30:27.788505+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20642020-03-30 09:30:27.788580+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2065-> applicationWillResignActive()
20662020-03-30 09:30:27.812755+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20672020-03-30 09:30:27.812922+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20682020-03-30 09:30:27.813053+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20692020-03-30 09:30:27.813153+0300 emmaskitchen[374:59978] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20702020-03-30 09:30:27.816995+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20712020-03-30 09:30:27.817127+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20722020-03-30 09:30:27.827070+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
20732020-03-30 09:30:27.827221+0300 emmaskitchen[374:59889] Execution of the command buffer was aborted due to an error during execution. Ignored (for causing prior/excessive GPU errors) (IOAF code 4)
2074-> applicationDidEnterBackground()
20752020-03-30 09:30:28.679420+0300 emmaskitchen[374:59419] Info/GA/Analytics: Status change: headingToBackground. Will pause SDK and end session.
20762020-03-30 09:30:28.679693+0300 emmaskitchen[374:59419] Info/GA/Analytics: Pausing SDK (stopping event queue) and adding session end event.
20772020-03-30 09:30:28.684767+0300 emmaskitchen[374:59716] Info/GA/Analytics: Add SESSION END event.
20782020-03-30 09:30:28.748166+0300 emmaskitchen[374:59716] Info/GA/Analytics: Event queue: Sending 1 events.
20792020-03-30 09:30:29.568541+0300 emmaskitchen[374:59591] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C19.1:2][0x12a330f90] get output frames failed, state 8196
20802020-03-30 09:30:29.571631+0300 emmaskitchen[374:59591] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C19.1:2][0x12a330f90] get output frames failed, state 8196
20812020-03-30 09:30:29.573464+0300 emmaskitchen[374:59591] TIC Read Status [19:0x0]: 1:57
20822020-03-30 09:30:29.574200+0300 emmaskitchen[374:59591] TIC Read Status [19:0x0]: 1:57
20832020-03-30 09:30:29.907487+0300 emmaskitchen[374:59716] Info/GA/Analytics: Event queue: 1 events sent.