-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathghostdriver.log
777 lines (745 loc) · 89.4 KB
/
ghostdriver.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
[INFO - 2016-07-01T10:19:08.686Z] GhostDriver - Main - running on port 56385
[INFO - 2016-07-01T10:19:09.038Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.settings - {"XSSAuditingEnabled":false,"javascriptCanCloseWindows":true,"javascriptCanOpenWindows":true,"javascriptEnabled":true,"loadImages":true,"localToRemoteUrlAccessEnabled":false,"userAgent":"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1","webSecurityEnabled":true}
[INFO - 2016-07-01T10:19:09.038Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.customHeaders: - {}
[INFO - 2016-07-01T10:19:09.038Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - Session.negotiatedCapabilities - {"browserName":"phantomjs","version":"2.1.1","driverName":"ghostdriver","driverVersion":"1.2.0","platform":"windows-10-32bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}}
[INFO - 2016-07-01T10:19:09.039Z] SessionManagerReqHand - _postNewSessionCommand - New Session Created: 3f7e3ca0-3f75-11e6-893d-03a89ee7632d
[ERROR - 2016-07-01T10:21:57.535Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: undefined is not an object (evaluating 'b.splice')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:21:57.535Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
define (http://www.angus.gov.uk/site/javascript/almond.min.js:1)
(anonymous function) (http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js:32)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:07.442Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: null is not an object (evaluating 'document.getElementById('edit-location').value')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:07.442Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
onload (https://www.argyll-bute.gov.uk/home:586)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:13.197Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: null is not an object (evaluating 'document.body.appendChild')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:13.197Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
(anonymous function) (http://www.ashford.gov.uk/js/modernizr.custom.23683.js:5)
addTest (http://www.ashford.gov.uk/js/modernizr.custom.23683.js:4)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:34.210Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: getPresentingPlayerType@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:7150:109
uA@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:2170:78
v8@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:4135:81
Z8@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:4222:299
create@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:7140:552
https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:484:276
[native code]
pe@https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:484:318
Th@https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:482:249
Tb@https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:475:189
https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:518:422
https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:123:68
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:34.210Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
(anonymous function) (https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:3886)
(anonymous function) (:0)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:42.595Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: null is not an object (evaluating 'F.match(/version\/([0-9\.]+)/)[1]')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:22:42.596Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
SlideDeck (http://www.blackburn.gov.uk/style%20library/bwd/js/slidedeck.jquery.js:22)
slidedeck (http://www.blackburn.gov.uk/style%20library/bwd/js/slidedeck.jquery.js:22)
BwdInitialiseSlider (http://www.blackburn.gov.uk/Pages/Home.aspx:485)
(anonymous function) (http://www.blackburn.gov.uk/Pages/Home.aspx:661)
ready (http://www.blackburn.gov.uk/style%20library/bwd/js/jquery-1.4.2.min.js:26)
L (http://www.blackburn.gov.uk/style%20library/bwd/js/jquery-1.4.2.min.js:33)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:14.849Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: undefined is not an object (evaluating 'breadcrumbURL.length')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:14.850Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
showSection (http://www.broadland.gov.uk/jscripts/global.js:71)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:24.750Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: undefined is not a constructor (evaluating '$('#bookItButt')')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:24.750Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
global code (http://www.burnley.gov.uk/:229)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:45.399Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: null is not an object (evaluating 'searchTextBox.className')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:45.400Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
global code (https://www.cardiff.gov.uk/ENG/Pages/default.aspx:819)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:45.569Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: null is not an object (evaluating 'document.getElementById('ctl00_PlaceHolderSearchArea2_ctl01_S27B8F0F5_InputKeywords').name = 'InputKeywords'')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:23:45.569Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
(anonymous function) (https://www.cardiff.gov.uk/ENG/Pages/default.aspx:811)
b (https://www.cardiff.gov.uk/ScriptResource.axd?d=qfzT7K4o5SnyRnDrAfYh_GiNBLs4f6QPokaWQi31rLOHa4Ex9_V9pZ8x00Zr66yD9yJVDu8wAgXsjJLyknR82MPOuk0Ti9Mdgpv_FquRqwB2-y_GJXsl1XBRrpjJzFWo4K5Gi5fv_SnBh6DBdIjWfSonGns1&t=2e2045e2:5)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:24:07.055Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: undefined is not a constructor (near '...()})}(window.jQuery)...')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:24:07.055Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
global code (http://www.cheshireeast.gov.uk/SiteElements/js/bootstrap.min.js?build=831248:7)
phantomjs://platform/console++.js:263 in error
[INFO - 2016-07-01T10:24:08.684Z] SessionManagerReqHand - _cleanupWindowlessSessions - Asynchronous Sessions clean-up phase starting NOW
[ERROR - 2016-07-01T10:24:33.082Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: undefined is not a constructor (evaluating 'this.openCollapsed()')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:24:33.083Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
refreshState (https://www.york.gov.uk/site/javascript/orbit.js:2)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:24:33.354Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: ReferenceError: Can't find variable: $
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:24:33.354Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
global code (http://www.clacksweb.org.uk/:67)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:24:35.106Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: TypeError: null is not an object (evaluating 'document.body.appendChild')
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:24:35.106Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
getCrossDomainSession (http://cdn.loop11.com/my/loop11.js:444)
init (http://cdn.loop11.com/my/loop11.js:273)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:25:25.475Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: getPresentingPlayerType@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:7150:109
uA@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:2170:78
v8@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:4135:81
Z8@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:4222:299
create@https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:7140:552
https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:484:276
[native code]
pe@https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:484:318
Th@https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:482:249
Tb@https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:475:189
https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:518:422
https://s.ytimg.com/yts/jsbin/www-embed-player-vfluPK2CM/www-embed-player.js:123:68
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:25:25.475Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
(anonymous function) (https://s.ytimg.com/yts/jsbin/player-en_GB-vflLLHVIz/base.js:3886)
(anonymous function) (:0)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:25:54.908Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: ReferenceError: Can't find variable: cookieAllowed
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:25:54.908Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
global code (https://www.eastdunbarton.gov.uk/:519)
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:25:54.961Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - msg: ReferenceError: Can't find variable: ccAddAnalytics
phantomjs://platform/console++.js:263 in error
[ERROR - 2016-07-01T10:25:54.961Z] Session [3f7e3ca0-3f75-11e6-893d-03a89ee7632d] - page.onError - stack:
cookiecontrol_accepted (https://www.eastdunbarton.gov.uk/:506)
onAccept (https://www.eastdunbarton.gov.uk/:493)
acceptEvent (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_Ph2ELH9s3T7FD5kirWaLY7fqbUWvcfhqEbfn3uqvyR0.js:1)
initShowCookieWidget (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_Ph2ELH9s3T7FD5kirWaLY7fqbUWvcfhqEbfn3uqvyR0.js:1)
initWidget (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_Ph2ELH9s3T7FD5kirWaLY7fqbUWvcfhqEbfn3uqvyR0.js:1)
init (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_Ph2ELH9s3T7FD5kirWaLY7fqbUWvcfhqEbfn3uqvyR0.js:1)
(anonymous function) (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_Ph2ELH9s3T7FD5kirWaLY7fqbUWvcfhqEbfn3uqvyR0.js:1)
fire (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_tiVR4bsMBbjNVMiFkj3FrB4tDLfLhGomjZ5sENHvApo.js:1075)
fireWith (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_tiVR4bsMBbjNVMiFkj3FrB4tDLfLhGomjZ5sENHvApo.js:1193)
ready (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_tiVR4bsMBbjNVMiFkj3FrB4tDLfLhGomjZ5sENHvApo.js:435)
DOMContentLoaded (https://www.eastdunbarton.gov.uk/sites/default/files/js/js_tiVR4bsMBbjNVMiFkj3FrB4tDLfLhGomjZ5sENHvApo.js:949)
phantomjs://platform/console++.js:263 in error
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Viner Hand ITC' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Webdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Wingdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS UI Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Emoji' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Narrow' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Berkshire Swash' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Buxton Sketch' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Caladea' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Calibri' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Calibri Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Cambria' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Cambria Math' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Candara' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Comic Sans MS' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Consolas' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Constantia' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Corbel' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Courier' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Courier New' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Condensed' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Mono' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Serif Condensed' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DengXian' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ebrima' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Fixedsys' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Franklin Gothic Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gabriola' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gadugi' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gentium Basic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gentium Book Basic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond Lt' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond Ultra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond XBd' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Ultra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Impact' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Inconsolata' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Javanese Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Leelawadee UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Leelawadee UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Mono' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Sans Narrow' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Biolinum G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Libertine Display G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Libertine G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Blackletter' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Bright' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Calligraphy' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Console' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Sans Unicode' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Malgun Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Malgun Gothic Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Marlett' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Meiryo' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Meiryo UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Himalaya' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft MHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft NeoGothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft New Tai Lue' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft PhagsPa' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Sans Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Tai Le' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Yi Baiti' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MingLiU-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MingLiU_HKSCS-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Modern' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Mongolian Baiti' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS PGothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Sans Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS UI Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MV Boli' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Myanmar Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'NeueHaasGroteskText Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Nirmala UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Nirmala UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'NSimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Extrabold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'OpenSymbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Pacifico' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Palatino Linotype' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Papyrus' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'PMingLiU-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Poor Richard' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'PT Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Extra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Roman' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Script' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Marker' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe MDL2 Assets' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Print' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Script' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Emoji' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Historic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP SemiLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Banner' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Display' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Heading' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Small' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Subheading' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SketchFlow Print' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Small Fonts' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro ExtraLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro ExtraLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SWGamekeys MT' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sylfaen' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'System' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Tahoma' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Terminal' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Times New Roman' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Trebuchet MS' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ubuntu' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ubuntu Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Viner Hand ITC' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Webdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Wingdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS UI Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Emoji' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Narrow' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Berkshire Swash' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Buxton Sketch' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Caladea' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Calibri' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Calibri Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Cambria' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Cambria Math' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Candara' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Comic Sans MS' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Consolas' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Constantia' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Corbel' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Courier' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Courier New' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Condensed' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Mono' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Serif Condensed' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DengXian' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ebrima' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Fixedsys' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Franklin Gothic Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gabriola' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gadugi' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gentium Basic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gentium Book Basic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond Lt' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond Ultra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond XBd' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Ultra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Impact' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Inconsolata' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Javanese Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Leelawadee UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Leelawadee UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Mono' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Sans Narrow' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Biolinum G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Libertine Display G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Libertine G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Blackletter' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Bright' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Calligraphy' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Console' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Sans Unicode' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Malgun Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Malgun Gothic Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Marlett' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Meiryo' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Meiryo UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Himalaya' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft MHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft NeoGothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft New Tai Lue' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft PhagsPa' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Sans Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Tai Le' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Yi Baiti' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MingLiU-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MingLiU_HKSCS-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Modern' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Mongolian Baiti' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS PGothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Sans Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS UI Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MV Boli' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Myanmar Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'NeueHaasGroteskText Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Nirmala UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Nirmala UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'NSimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Extrabold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'OpenSymbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Pacifico' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Palatino Linotype' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Papyrus' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'PMingLiU-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Poor Richard' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'PT Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Extra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Roman' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Script' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Marker' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe MDL2 Assets' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Print' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Script' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Emoji' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Historic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP SemiLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Banner' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Display' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Heading' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Small' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Subheading' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SketchFlow Print' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Small Fonts' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro ExtraLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro ExtraLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SWGamekeys MT' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sylfaen' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'System' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Tahoma' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Terminal' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Times New Roman' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Trebuchet MS' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ubuntu' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ubuntu Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Viner Hand ITC' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Webdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Wingdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS UI Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Emoji' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Narrow' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Arial Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Berkshire Swash' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Buxton Sketch' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Caladea' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Calibri' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Calibri Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Cambria' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Cambria Math' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Candara' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Comic Sans MS' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Consolas' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Constantia' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Corbel' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Courier' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Courier New' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Condensed' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Sans Mono' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DejaVu Serif Condensed' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'DengXian' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ebrima' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Fixedsys' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Franklin Gothic Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gabriola' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gadugi' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gentium Basic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gentium Book Basic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Cond SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Georgia Pro SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond Lt' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond Ultra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Cond XBd' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Gill Sans Nova Ultra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Impact' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Inconsolata' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Javanese Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Leelawadee UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Leelawadee UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Mono' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Sans Narrow' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Liberation Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Biolinum G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Libertine Display G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Linux Libertine G' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Blackletter' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Bright' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Calligraphy' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Console' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Lucida Sans Unicode' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Malgun Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Malgun Gothic Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Marlett' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Meiryo' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Meiryo UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Himalaya' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft JhengHei UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft MHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft NeoGothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft New Tai Lue' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft PhagsPa' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Sans Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Tai Le' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft YaHei UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Microsoft Yi Baiti' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MingLiU-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MingLiU_HKSCS-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Modern' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Mongolian Baiti' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS PGothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Sans Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS UI Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MV Boli' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Myanmar Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'NeueHaasGroteskText Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Nirmala UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Nirmala UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'NSimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Extrabold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Open Sans Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'OpenSymbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Pacifico' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Palatino Linotype' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Papyrus' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'PMingLiU-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Poor Richard' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'PT Serif' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Extra Bold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Rockwell Nova Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Roman' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Script' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Marker' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe MDL2 Assets' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Print' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe Script' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Emoji' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Historic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe UI Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Segoe WP SemiLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SimSun-ExtB' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Banner' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Display' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Heading' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Small' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Subheading' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sitka Text' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SketchFlow Print' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Small Fonts' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro ExtraLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Code Pro Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro ExtraLight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Source Sans Pro Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'SWGamekeys MT' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Sylfaen' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Symbol' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'System' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Tahoma' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Terminal' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Times New Roman' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Trebuchet MS' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ubuntu' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Ubuntu Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Black' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Cond SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Verdana Pro SemiBold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Viner Hand ITC' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Webdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Wingdings' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic Medium' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Light' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semibold' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'Yu Gothic UI Semilight' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'f2r37nt-u3y-eqm-n5zzoaygq0mw' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [CRITICAL] QWindowsFontEngine::QWindowsFontEngine: CreateFontIndirect failed for family 'MS Shell Dlg 2' ()
2016-07-01T11:26:07 [FATAL] createDIB: CreateDIBSection failed.
PhantomJS has crashed. Please read the bug reporting guide at
<http://phantomjs.org/bug-reporting.html> and file a bug report.