[ create a new paste ] login | about

Link: http://codepad.org/rEfOYYRa    [ raw code | fork ]

C, pasted on Apr 24:
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
38:49:683 EmuThread.cpp:75 I[BOOT]: Done.
38:52:812 FileSystems\ISOFileSystem.cpp:166 I[FileSys]: Looks like a valid ISO!
38:54:906 EmuScreen.cpp:52 I[BOOT]: Starting up hardware.
38:54:906 System.cpp:70 I[HLE]: PPSSPP v0.7.6-48-gdd8f1b3
38:54:906 MemArena.cpp:370 I[MM]: Found valid memory base at 04C00000 after 16 tries.
38:54:906 MemMap.cpp:82 I[MM]: Memory system initialized. RAM at 09400000 (mirror at 0 @ 0CC00000, uncached @ 0CC00000)
38:54:923 Loaders.cpp:89 I[LOAD]: Identifying file...
38:54:923 FileSystems\ISOFileSystem.cpp:166 I[FileSys]: Looks like a valid ISO!
38:54:924 PSPLoaders.cpp:67 I[LOAD]: NPJH50605 : 化物語 ポータブル
38:54:924 PSPLoaders.cpp:123 I[LOAD]: Loading disc0:/PSP_GAME/SYSDIR/EBOOT.BIN...
38:54:924 HLE\sceKernelMemory.cpp:161 I[HLE]: Kernel and user memory pools initialized
38:54:924 HLE\sceIo.cpp:244 I[HLE]: Starting up I/O...
38:54:924 FileUtil.cpp:200 I[COMMON]: CreateFullPath: path D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\
38:54:924 FileUtil.cpp:204 I[COMMON]: CreateFullPath: path exists D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\
38:54:924 FileUtil.cpp:200 I[COMMON]: CreateFullPath: path D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\
38:54:924 FileUtil.cpp:204 I[COMMON]: CreateFullPath: path exists D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\
38:54:928 FileUtil.cpp:200 I[COMMON]: CreateFullPath: path D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\PPSSPP_STATE
38:54:928 FileUtil.cpp:204 I[COMMON]: CreateFullPath: path exists D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\PPSSPP_STATE
38:54:943 HLE\sceKernel.cpp:122 I[HLE]: Kernel initialized.
38:54:946 HLE\sceKernelModule.cpp:266 I[HLE]: Decrypting ~PSP file
38:54:975 F:\Project\Emulator\Git\PPSSPP\Core/ELF/ElfReader.h:42 I[LOAD]: ElfReader: 118F6020
38:54:976 Util\BlockAllocator.cpp:310 I[HLE]: -----------
38:54:976 Util\BlockAllocator.cpp:314 I[HLE]: Block: 08800000 - 08804000 size 00004000 taken=0 tag=(untitled)
38:54:976 Util\BlockAllocator.cpp:314 I[HLE]: Block: 08804000 - 08a56500 size 00252500 taken=1 tag=ELF
38:54:976 Util\BlockAllocator.cpp:314 I[HLE]: Block: 08a56500 - 0a000000 size 015a9b00 taken=0 tag=(untitled)
38:54:976 ELF\ElfReader.cpp:363 N[LOAD]: ELF loading completed successfully.
38:54:976 HLE\sceKernelModule.cpp:401 I[LOAD]: Module AMVIEWER4PSP: 00000000 0894fd0c 0894fd24
38:54:976 HLE\HLE.cpp:187 I[HLE]: Syscall (sceMp3, 0840e808) unknown
38:54:977 HLE\sceKernelModule.cpp:498 I[HLE]: Exporting ent 0 named AMVIEWER4PSP, 2 funcs, 4 vars, resident 089501c8
38:54:977 HLE\sceKernelModule.cpp:702 I[LOAD]: Module entry: 088ce9e0
38:55:004 root         N[BOOT]: EmuScreen.cpp:97 Loading D:\Game\PSP\05032013\jpcsp-windows-x86\umdimages\Bakemonogatari_Portable_JPN_PSP.iso...
38:55:004 root         I[HLE]: HLE\sceKernelThread.cpp:1752 276=sceKernelCreateThread(name=user_main, entry=088ceb00, prio=20, stacksize=262144)
38:55:004 root         I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=276, argSize=33, argPtr=09fffd00)
38:55:004 root         I[HLE]: HLE\sceKernelThread.cpp:1876 __KernelReturnFromThread: 0
38:55:004 user_main    I[HLE]: Util\BlockAllocator.cpp:310 -----------
38:55:004 user_main    I[HLE]: Util\BlockAllocator.cpp:314 Block: 08800000 - 08804000 size 00004000 taken=0 tag=(untitled)
38:55:004 user_main    I[HLE]: Util\BlockAllocator.cpp:314 Block: 08804000 - 08a56500 size 00252500 taken=1 tag=ELF
38:55:004 user_main    I[HLE]: Util\BlockAllocator.cpp:314 Block: 08a56500 - 08a67000 size 00010b00 taken=1 tag=UserSbrk
38:55:004 user_main    I[HLE]: Util\BlockAllocator.cpp:314 Block: 08a67000 - 09fbfc00 size 01558c00 taken=0 tag=(untitled)
38:55:004 user_main    I[HLE]: Util\BlockAllocator.cpp:314 Block: 09fbfc00 - 09fffc00 size 00040000 taken=1 tag=stack/user_main
38:55:004 user_main    I[HLE]: Util\BlockAllocator.cpp:314 Block: 09fffc00 - 0a000000 size 00000400 taken=0 tag=stack/root
38:55:010 user_main    I[HLE]: HLE\sceKernelModule.cpp:260 ~SCE module, skipping header
38:55:011 user_main    I[HLE]: HLE\sceKernelModule.cpp:266 Decrypting ~PSP file
38:55:011 user_main    I[HLE]: ELF\PrxDecrypter.cpp:304 Missing key 5B, cannot decrypt module
38:55:011 user_main    I[HLE]: HLE\sceKernelModule.cpp:809 281=sceKernelLoadModule(name=disc0:/PSP_GAME/USRDIR/MODULE/libfont.prx,flag=00000000,00000014,00000002,00000002,position = 00000000)
38:55:011 user_main    I[HLE]: HLE\sceKernelModule.cpp:840 sceKernelStartModule(281,asize=00000000,aptr=00000000,retptr=09fff4d0,00000000): faked (undecryptable module)
38:55:182 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 284=sceKernelCreateThread(name=SceWaveMain, entry=0893ea98, prio=10, stacksize=512)
38:55:182 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=284, argSize=12, argPtr=08a3fad4)
38:55:198 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 285=sceKernelCreateThread(name=CRI ADX Audio, entry=088fcc4c, prio=16, stacksize=24576)
38:55:198 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=285, argSize=0, argPtr=00000000)
38:55:198 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 286=sceKernelCreateThread(name=CRI ADX File, entry=088fccc4, prio=18, stacksize=8192)
38:55:198 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=286, argSize=0, argPtr=00000000)
38:55:198 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 287=sceKernelCreateThread(name=CRI Idle, entry=088fcbd4, prio=32, stacksize=1024)
38:55:198 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=287, argSize=0, argPtr=00000000)
38:55:199 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 289=sceKernelCreateThread(name=CRI Wave out, entry=08909d68, prio=10, stacksize=8192)
38:55:200 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=289, argSize=0, argPtr=00000000)
38:55:208 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 294=sceKernelCreateThread(name=CRI FS File Access 0, entry=089336dc, prio=2a, stacksize=4096)
38:55:208 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=294, argSize=4, argPtr=09fff370)
38:55:208 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 297=sceKernelCreateThread(name=CRI FS Memory File System, entry=089336dc, prio=2a, stacksize=4096)
38:55:208 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=297, argSize=4, argPtr=09fff370)
38:55:208 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 300=sceKernelCreateThread(name=CRI FS Data Decompression 0, entry=089336dc, prio=2a, stacksize=4096)
38:55:208 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=300, argSize=4, argPtr=09fff370)
38:55:209 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 313=sceKernelCreateThread(name=CRI Server Manager, entry=089336dc, prio=2a, stacksize=8192)
38:55:209 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=313, argSize=4, argPtr=09fff3b0)
38:55:211 user_main    I[HLE]: HLE\sceSas.cpp:66 sceSasInit(08a55600, 1152, 32, 0, 44100)
38:55:211 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 318=sceKernelCreateThread(name=am_sndp_server, entry=088ecc60, prio=10, stacksize=4096)
38:55:211 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=318, argSize=0, argPtr=00000000)
38:55:212 user_main    W[HLE]: HLE\sceMpeg.cpp:1559 UNIML: sceMp3InitResource
38:55:212 user_main    I[HLE]: HLE\sceKernelThread.cpp:1752 321=sceKernelCreateThread(name=SampleBgmMp3, entry=088f1c50, prio=10, stacksize=65536)
38:55:212 user_main    I[HLE]: HLE\sceKernelThread.cpp:1785 sceKernelStartThread(thread=321, argSize=0, argPtr=00000000)
38:55:213 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/jpn0.pgf (1428860 bytes)
38:55:213 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\jpn0.pgf (/font/jpn0.pgf)
38:55:214 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:219 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/jpn0.pgf
38:55:219 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn0.pgf (67660 bytes)
38:55:219 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn0.pgf (/font/ltn0.pgf)
38:55:220 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:220 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn0.pgf
38:55:220 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn1.pgf (63504 bytes)
38:55:220 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn1.pgf (/font/ltn1.pgf)
38:55:220 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:220 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn1.pgf
38:55:221 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn2.pgf (76692 bytes)
38:55:221 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn2.pgf (/font/ltn2.pgf)
38:55:221 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:221 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn2.pgf
38:55:221 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn3.pgf (71900 bytes)
38:55:221 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn3.pgf (/font/ltn3.pgf)
38:55:221 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:221 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn3.pgf
38:55:222 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn4.pgf (78920 bytes)
38:55:222 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn4.pgf (/font/ltn4.pgf)
38:55:222 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:222 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn4.pgf
38:55:222 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn5.pgf (76216 bytes)
38:55:222 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn5.pgf (/font/ltn5.pgf)
38:55:222 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:223 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn5.pgf
38:55:223 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn6.pgf (88716 bytes)
38:55:223 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn6.pgf (/font/ltn6.pgf)
38:55:223 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:223 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn6.pgf
38:55:223 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn7.pgf (84860 bytes)
38:55:223 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn7.pgf (/font/ltn7.pgf)
38:55:223 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:224 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn7.pgf
38:55:224 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn8.pgf (51432 bytes)
38:55:224 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn8.pgf (/font/ltn8.pgf)
38:55:224 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:224 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn8.pgf
38:55:224 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn9.pgf (50116 bytes)
38:55:224 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn9.pgf (/font/ltn9.pgf)
38:55:224 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:225 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn9.pgf
38:55:225 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn10.pgf (55788 bytes)
38:55:225 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn10.pgf (/font/ltn10.pgf)
38:55:225 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:225 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn10.pgf
38:55:225 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn11.pgf (54572 bytes)
38:55:225 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn11.pgf (/font/ltn11.pgf)
38:55:225 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:226 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn11.pgf
38:55:226 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn12.pgf (58352 bytes)
38:55:226 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn12.pgf (/font/ltn12.pgf)
38:55:226 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:226 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn12.pgf
38:55:226 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn13.pgf (57660 bytes)
38:55:226 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn13.pgf (/font/ltn13.pgf)
38:55:226 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:227 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn13.pgf
38:55:227 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn14.pgf (63388 bytes)
38:55:227 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn14.pgf (/font/ltn14.pgf)
38:55:227 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:227 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn14.pgf
38:55:227 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/ltn15.pgf (62364 bytes)
38:55:227 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\ltn15.pgf (/font/ltn15.pgf)
38:55:227 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:228 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/ltn15.pgf
38:55:228 user_main    I[HLE]: HLE\sceFont.cpp:449 Loading font flash0:/font/kr0.pgf (883164 bytes)
38:55:228 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\flash0\font\kr0.pgf (/font/kr0.pgf)
38:55:228 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:233 user_main    I[HLE]: HLE\sceFont.cpp:463 Loaded font flash0:/font/kr0.pgf
38:55:233 user_main    I[HLE]: HLE\sceFont.cpp:550 sceFontNewLib(09fff554, 09fff550)
38:55:233 user_main    I[HLE]: HLE\sceFont.cpp:279 Leaving PostAllocCallback::run
38:55:237 user_main    W[HLE]: HLE\sceMpeg.cpp:410 sceMpegInit()
38:55:239 user_main    E[HLE]: HLE\sceFont.cpp:628 sceFontOpenUserFile(00013370, disc0:/PSP_GAME/USRDIR/rom/font/ESC_HGPMB.pgf, 00000001, 09fff3f0)
38:55:240 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:242 user_main    E[HLE]: HLE\sceFont.cpp:723 sceFontGetFontInfo(13374, 8a03e88)
38:55:242 user_main    I[HLE]: HLE\sceFont.cpp:665 sceFontClose(13374)
38:55:242 user_main    E[HLE]: HLE\sceFont.cpp:628 sceFontOpenUserFile(00013370, disc0:/PSP_GAME/USRDIR/rom/font/ESC_HGPMB.pgf, 00000001, 09fff4b0)
38:55:242 user_main    I[HLE]: Font\PGF.cpp:101 Reading 392 bytes of PGF header
38:55:253 user_main    I[HLE]: GLES\Framebuffer.cpp:392 Creating FBO for 00000000 : 480 x 272 x 3
38:55:280 user_main    I[HLE]: GLES\Framebuffer.cpp:392 Creating FBO for 00088000 : 480 x 272 x 3
38:55:515 CRI FS File  I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\SAVEDATA\NPJH50605DAT\ROM.CPK (/PSP/SAVEDATA/NPJH50605DAT/ROM.CPK)
38:55:515 CRI FS File  E[HLE]: FileSystems\DirectoryFileSystem.cpp:369 DirectoryFileSystem::OpenFile: FAILED, 3 - access = 1
38:55:515 CRI FS File  E[HLE]: HLE\sceIo.cpp:750 ERROR_ERRNO_FILE_NOT_FOUND=sceIoOpen(ms0:/PSP/SAVEDATA/NPJH50605DAT/ROM.CPK, 40004001, 000021a4) - file not found
38:58:546 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 27770, 09fff510)
38:58:546 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6c7a, 9d25838)
38:58:546 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 23450, 09fff510)
38:58:546 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5b9a, 9d25838)
38:58:579 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25147, 09fff510)
38:58:579 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 623b, 9d25678)
38:58:579 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12427, 09fff510)
38:58:579 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 308b, 9d25678)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35486, 09fff510)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a9e, 9d254b8)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 37682, 09fff510)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9332, 9d254b8)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 32232, 09fff510)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 7de8, 9d254b8)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 38598, 09fff510)
38:58:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 96c6, 9d254b8)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 26278, 09fff510)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 66a6, 9d252f8)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a9e, 9d252f8)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9332, 9d252f8)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 36984, 09fff510)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9078, 9d252f8)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25246, 09fff510)
38:58:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 629e, 9d252f8)
38:58:713 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 27425, 09fff510)
38:58:713 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6b21, 9d25138)
38:58:713 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12504, 09fff510)
38:58:713 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30d8, 9d25138)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12471, 09fff510)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30b7, 9d24f78)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12540, 09fff510)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d24f78)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12531, 09fff510)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30f3, 9d24f78)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9078, 9d24f78)
38:58:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 629e, 9d24f78)
38:58:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30b7, 9d24db8)
38:58:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d24db8)
38:58:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30f3, 9d24db8)
38:58:812 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 21066, 09fff510)
38:58:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 524a, 9d24db8)
38:58:812 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 38500, 09fff510)
38:58:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9664, 9d24db8)
38:58:879 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35222, 09fff510)
38:58:879 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8996, 9d24bf8)
38:58:879 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 32884, 09fff510)
38:58:879 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8074, 9d24bf8)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12513, 09fff510)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e1, 9d24a38)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12491, 09fff510)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30cb, 9d24a38)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12517, 09fff510)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e5, 9d24a38)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d24a38)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 34920, 09fff510)
38:58:912 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8868, 9d24a38)
38:58:946 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 31034, 09fff510)
38:58:946 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 793a, 9d24a38)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 66, 09fff510)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 42, 9d24878)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 71, 09fff510)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 47, 9d24878)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 77, 09fff510)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4d, 9d24878)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 22793, 09fff510)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5909, 9d24878)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 26356, 09fff510)
38:58:979 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 66f4, 9d24878)
38:59:045 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12479, 09fff510)
38:59:045 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30bf, 9d246b8)
38:59:045 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12502, 09fff510)
38:59:045 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30d6, 9d246b8)
38:59:045 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5909, 9d246b8)
38:59:045 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 66f4, 9d246b8)
38:59:080 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 21488, 09fff510)
38:59:080 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 53f0, 9d244f8)
38:59:080 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35422, 09fff510)
38:59:080 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a5e, 9d244f8)
38:59:080 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9078, 9d244f8)
38:59:080 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 629e, 9d244f8)
38:59:113 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35486, 09fff510)
38:59:113 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a9e, 9d24338)
38:59:113 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9332, 9d24338)
38:59:146 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 33258, 09fff510)
38:59:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 81ea, 9d24178)
38:59:179 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 21205, 09fff510)
38:59:179 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 52d5, 9d23fb8)
38:59:179 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20316, 09fff510)
38:59:179 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4f5c, 9d23fb8)
38:59:179 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25104, 09fff510)
38:59:179 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6210, 9d23fb8)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35443, 09fff510)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a73, 9d23df8)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 32048, 09fff510)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 7d30, 9d23df8)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 30906, 09fff510)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 78ba, 9d23df8)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35469, 09fff510)
38:59:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a8d, 9d23df8)
38:59:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 53f0, 9d23c38)
38:59:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a5e, 9d23c38)
38:59:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 78ba, 9d23c38)
38:59:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a8d, 9d23c38)
38:59:280 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35430, 09fff510)
38:59:280 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a66, 9d23a78)
38:59:280 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 32884, 09fff510)
38:59:280 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8074, 9d23a78)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20006, 09fff510)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4e26, 9d238b8)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12403, 09fff510)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3073, 9d238b8)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 26367, 09fff510)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 66ff, 9d238b8)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12360, 09fff510)
38:59:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3048, 9d238b8)
38:59:346 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9078, 9d236f8)
38:59:346 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25246, 09fff510)
38:59:346 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 629e, 9d236f8)
38:59:379 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35079, 09fff510)
38:59:379 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8907, 9d23538)
38:59:379 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25968, 09fff510)
38:59:379 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6570, 9d23538)
38:59:379 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9078, 9d23538)
38:59:379 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 629e, 9d23538)
38:59:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e1, 9d23378)
38:59:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30cb, 9d23378)
38:59:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e5, 9d23378)
38:59:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d23378)
38:59:412 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 21628, 09fff510)
38:59:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 547c, 9d23378)
38:59:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3073, 9d23378)
38:59:446 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20986, 09fff510)
38:59:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 51fa, 9d23378)
38:59:446 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12375, 09fff510)
38:59:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3057, 9d23378)
38:59:479 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 34915, 09fff510)
38:59:479 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8863, 9d231b8)
38:59:479 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35013, 09fff510)
38:59:479 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 88c5, 9d231b8)
38:59:479 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 78ba, 9d231b8)
38:59:479 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a8d, 9d231b8)
38:59:512 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8863, 9d22ff8)
38:59:512 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 88c5, 9d22ff8)
38:59:545 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 65286, 09fff510)
38:59:545 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, ff06, 9d22e38)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35486, 09fff510)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a9e, 9d22c78)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9332, 9d22c78)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9078, 9d22c78)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25246, 09fff510)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 629e, 9d22c78)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12395, 09fff510)
38:59:578 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306b, 9d22c78)
38:59:613 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 623b, 9d22c78)
38:59:613 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 308b, 9d22c78)
38:59:646 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 79, 09fff510)
38:59:646 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4f, 9d22ab8)
38:59:646 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 75, 09fff510)
38:59:646 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4b, 9d22ab8)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12459, 09fff510)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ab, 9d228f8)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e1, 9d228f8)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12521, 09fff510)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e9, 9d228f8)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20999, 09fff510)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5207, 9d228f8)
38:59:680 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 66ff, 9d228f8)
38:59:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ab, 9d22738)
38:59:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e1, 9d22738)
38:59:746 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e9, 9d22738)
38:59:779 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 81ea, 9d22578)
38:59:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 52d5, 9d223b8)
38:59:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5207, 9d223b8)
38:59:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 66ff, 9d223b8)
38:59:812 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 65327, 09fff510)
38:59:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, ff2f, 9d223b8)
38:59:812 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 70, 09fff510)
38:59:812 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 46, 9d223b8)
38:59:847 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 46, 9d223b8)
38:59:880 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ab, 9d221f8)
38:59:880 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e1, 9d221f8)
38:59:880 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e9, 9d221f8)
38:59:913 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 81ea, 9d22038)
38:59:946 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 52d5, 9d21e78)
38:59:946 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5207, 9d21e78)
38:59:946 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 66ff, 9d21e78)
38:59:946 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, ff2f, 9d21e78)
38:59:946 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 65326, 09fff510)
38:59:946 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, ff2e, 9d21e78)
39:00:013 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 24525, 09fff510)
39:00:013 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5fcd, 9d21cb8)
39:00:013 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12434, 09fff510)
39:00:013 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3092, 9d21cb8)
39:00:013 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 547c, 9d21cb8)
39:00:013 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12406, 09fff510)
39:00:013 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3076, 9d21cb8)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12489, 09fff510)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c9, 9d21af8)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12540, 09fff510)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d21af8)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12490, 09fff510)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ca, 9d21af8)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12484, 09fff510)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c4, 9d21af8)
39:00:046 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3092, 9d21af8)
39:00:080 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12354, 09fff510)
39:00:080 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3042, 9d21af8)
39:00:080 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12370, 09fff510)
39:00:080 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3052, 9d21af8)
39:00:080 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 308b, 9d21af8)
39:00:113 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 21488, 09fff510)
39:00:113 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 53f0, 9d21938)
39:00:113 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a5e, 9d21938)
39:00:113 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20877, 09fff510)
39:00:113 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 518d, 9d21938)
39:00:113 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 29983, 09fff510)
39:00:113 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 751f, 9d21938)
39:00:146 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 66, 09fff510)
39:00:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 42, 9d21778)
39:00:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 47, 9d21778)
39:00:146 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 77, 09fff510)
39:00:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4d, 9d21778)
39:00:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 518d, 9d21778)
39:00:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 751f, 9d21778)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20154, 09fff510)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4eba, 9d215b8)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 29289, 09fff510)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 7269, 9d215b8)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 32057, 09fff510)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 7d39, 9d215b8)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20171, 09fff510)
39:00:212 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4ecb, 9d215b8)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 23550, 09fff510)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5bfe, 9d213f8)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25126, 09fff510)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6226, 9d213f8)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12525, 09fff510)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ed, 9d213f8)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12499, 09fff510)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30d3, 9d213f8)
39:00:245 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d213f8)
39:00:279 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306b, 9d213f8)
39:00:279 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 623b, 9d213f8)
39:00:279 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 308b, 9d213f8)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5bfe, 9d21238)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6226, 9d21238)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 30456, 09fff510)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 76f8, 9d21238)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25163, 09fff510)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 624b, 9d21238)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12398, 09fff510)
39:00:313 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306e, 9d21238)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 27770, 09fff510)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6c7a, 9d21238)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5b9a, 9d21238)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3092, 9d21238)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 24453, 09fff510)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5f85, 9d21238)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12387, 09fff510)
39:00:345 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3063, 9d21238)
39:00:379 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12390, 09fff510)
39:00:379 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3066, 9d21238)
39:00:379 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12414, 09fff510)
39:00:379 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 307e, 9d21238)
39:00:379 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12377, 09fff510)
39:00:379 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3059, 9d21238)
39:00:412 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12539, 09fff510)
39:00:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fb, 9d21078)
39:00:445 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fb, 9d20eb8)
39:00:480 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fb, 9d20cf8)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12371, 09fff510)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3053, 9d25838)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306e, 9d25838)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12466, 09fff510)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30b2, 9d25838)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25838)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12512, 09fff510)
39:00:713 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e0, 9d25838)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12399, 09fff510)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306f, 9d25838)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12458, 09fff510)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30aa, 9d25838)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25838)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12488, 09fff510)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c8, 9d25838)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12475, 09fff510)
39:00:745 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30bb, 9d25838)
39:00:779 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25838)
39:00:779 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30d6, 9d25838)
39:00:779 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 27231, 09fff510)
39:00:779 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6a5f, 9d25838)
39:00:779 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 33021, 09fff510)
39:00:779 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 80fd, 9d25838)
39:00:779 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306b, 9d25838)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 23550, 09fff510)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5bfe, 9d25838)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 24540, 09fff510)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5fdc, 9d25838)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3057, 9d25838)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3066, 9d25838)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12356, 09fff510)
39:00:813 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3044, 9d25838)
39:00:845 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12414, 09fff510)
39:00:845 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 307e, 9d25838)
39:00:845 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3059, 9d25838)
39:00:845 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12290, 09fff510)
39:00:845 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3002, 9d25838)
39:00:845 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 32, 09fff510)
39:00:845 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 20, 9d25838)
39:00:878 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30aa, 9d25678)
39:00:878 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25678)
39:00:878 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c8, 9d25678)
39:00:878 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30bb, 9d25678)
39:00:878 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25678)
39:00:912 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30d6, 9d25678)
39:00:946 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20013, 09fff510)
39:00:946 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4e2d, 9d254b8)
39:00:978 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306f, 9d252f8)
39:00:978 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e1, 9d252f8)
39:00:978 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12514, 09fff510)
39:00:978 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e2, 9d252f8)
39:00:978 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12522, 09fff510)
39:00:978 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ea, 9d252f8)
39:00:978 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d252f8)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12473, 09fff510)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30b9, 9d252f8)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12486, 09fff510)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c6, 9d252f8)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12451, 09fff510)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30a3, 9d252f8)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12483, 09fff510)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c3, 9d252f8)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12463, 09fff510)
39:01:012 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30af, 9d252f8)
39:01:078 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 20, 9d25138)
39:01:112 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12450, 09fff510)
39:01:112 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30a2, 9d24f78)
39:01:112 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30af, 9d24f78)
39:01:112 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30bb, 9d24f78)
39:01:112 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30b9, 9d24f78)
39:01:112 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12521, 09fff510)
39:01:112 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e9, 9d24f78)
39:01:146 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12531, 09fff510)
39:01:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30f3, 9d24f78)
39:01:146 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12503, 09fff510)
39:01:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30d7, 9d24f78)
39:01:146 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12364, 09fff510)
39:01:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 304c, 9d24f78)
39:01:146 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 20, 9d24f78)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 28857, 09fff510)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 70b9, 9d24db8)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 28357, 09fff510)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6ec5, 9d24db8)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12375, 09fff510)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3057, 9d24db8)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 307e, 9d24db8)
39:01:180 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3059, 9d24db8)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306e, 9d24db8)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12391, 09fff510)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3067, 9d24db8)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12289, 09fff510)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3001, 9d24db8)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12381, 09fff510)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 305d, 9d24db8)
39:01:214 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306e, 9d24db8)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 38291, 09fff510)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9593, 9d24db8)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306f, 9d24db8)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35352, 09fff510)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a18, 9d24db8)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 37682, 09fff510)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 9332, 9d24db8)
39:01:246 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e1, 9d24db8)
39:01:280 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12487, 09fff510)
39:01:280 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c7, 9d24db8)
39:01:280 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30a3, 9d24db8)
39:01:280 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30a2, 9d24db8)
39:01:280 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3092, 9d24db8)
39:01:280 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 25244, 09fff510)
39:01:280 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 629c, 9d24db8)
39:01:314 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3044, 9d24db8)
39:01:314 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12383, 09fff510)
39:01:314 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 305f, 9d24db8)
39:01:314 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12426, 09fff510)
39:01:314 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 308a, 9d24db8)
39:01:314 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3001, 9d24db8)
39:01:314 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 20, 9d24db8)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 26412, 09fff510)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 672c, 9d24bf8)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20307, 09fff510)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4f53, 9d24bf8)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306e, 9d24bf8)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 38651, 09fff510)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 96fb, 9d24bf8)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 28304, 09fff510)
39:01:380 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6e90, 9d24bf8)
39:01:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3092, 9d24bf8)
39:01:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5207, 9d24bf8)
39:01:412 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12425, 09fff510)
39:01:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3089, 9d24bf8)
39:01:412 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12394, 09fff510)
39:01:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306a, 9d24bf8)
39:01:412 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3044, 9d24bf8)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3067, 9d24bf8)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12367, 09fff510)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 304f, 9d24bf8)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12384, 09fff510)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3060, 9d24bf8)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12373, 09fff510)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3055, 9d24bf8)
39:01:447 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3044, 9d24bf8)
39:01:479 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3002, 9d24bf8)
39:01:513 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 79, 09fff510)
39:01:513 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4f, 9d24a38)
39:01:513 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 75, 09fff510)
39:01:513 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4b, 9d24a38)
39:08:746 user_main    I[HLE]: HLE\sceMpeg.cpp:490 08eeaad0=sceMpegCreate(08a3ccbc, 08eeaaa0, 65536, 08a3ccc0, 512, 0, 0)
39:08:780 user_main    I[ME]: HLE\sceMpeg.cpp:359 Stream offset: 2048, Stream size: 0x94C800
39:08:780 user_main    I[ME]: HLE\sceMpeg.cpp:360 First timestamp: 90000, Last timestamp: 7095999
39:08:780 user_main    I[ME]: HLE\sceMpeg.cpp:359 Stream offset: 2048, Stream size: 0x94C800
39:08:781 user_main    I[ME]: HLE\sceMpeg.cpp:360 First timestamp: 90000, Last timestamp: 7095999
39:08:847 user_main    I[HLE]: Dialog\PSPSaveDialog.cpp:55 sceUtilitySavedataInitStart(08fe30b4)
39:08:847 user_main    I[HLE]: Dialog\PSPSaveDialog.cpp:56 Mode: 11
39:12:746 user_main    W[HLE]: HLE\sceMpeg.cpp:1313 UNIMPL sceMpegFlushAllStream(08a3ccbc)
39:12:746 user_main    E[HLE]: HLE\sceMpeg.cpp:959 UNIMPL sceMpegAvcDecodeFlush(08a3ccbc)
39:16:013 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\SAVEDATA\NPJH50605G0000\ICON0.PNG (/PSP/SAVEDATA/NPJH50605G0000/ICON0.PNG)
39:16:013 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\SAVEDATA\NPJH50605G0000\PARAM.SFO (/PSP/SAVEDATA/NPJH50605G0000/PARAM.SFO)
39:16:014 user_main    I[HLE]: Dialog\PSPSaveDialog.cpp:55 sceUtilitySavedataInitStart(08fe30b4)
39:16:014 user_main    I[HLE]: Dialog\PSPSaveDialog.cpp:56 Mode: 4
39:16:846 user_main    I[HLE]: Dialog\SavedataParam.cpp:468 Loading file with size 28804 in ms0:/PSP/SAVEDATA/NPJH50605G0000/SDGAME.BIN
39:16:846 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\SAVEDATA\NPJH50605G0000\SDGAME.BIN (/PSP/SAVEDATA/NPJH50605G0000/SDGAME.BIN)
39:16:847 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\SAVEDATA\NPJH50605G0000\PARAM.SFO (/PSP/SAVEDATA/NPJH50605G0000/PARAM.SFO)
39:16:847 user_main    I[HLE]: FileSystems\DirectoryFileSystem.cpp:289 Actually opening D:\Game\PSP\EmuCR-ppsspp-20130423-x86\memstick\PSP\SAVEDATA\NPJH50605G0000\PARAM.SFO (/PSP/SAVEDATA/NPJH50605G0000/PARAM.SFO)
39:18:713 user_main    I[HLE]: HLE\sceMpeg.cpp:490 08eeaad0=sceMpegCreate(08a3ccbc, 08eeaaa0, 65536, 08a3ccc0, 512, 0, 0)
39:19:414 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12473, 09fff510)
39:19:414 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30b9, 9d25838)
39:19:414 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c8, 9d25838)
39:19:414 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25838)
39:19:414 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12522, 09fff510)
39:19:414 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ea, 9d25838)
39:19:414 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25838)
39:19:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306b, 9d25838)
39:19:446 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 27839, 09fff510)
39:19:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6cbf, 9d25838)
39:19:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3063, 9d25838)
39:19:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3066, 9d25838)
39:19:446 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3001, 9d25838)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 20250, 09fff510)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 4f1a, 9d25838)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 35441, 09fff510)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 8a71, 9d25838)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 21127, 09fff510)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5287, 9d25838)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3092, 9d25838)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 27005, 09fff510)
39:19:480 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 697d, 9d25838)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3057, 9d25838)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12416, 09fff510)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3080, 9d25838)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12371, 09fff510)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3053, 9d25838)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12392, 09fff510)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3068, 9d25838)
39:19:513 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 304c, 9d25838)
39:19:546 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3067, 9d25838)
39:19:546 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12365, 09fff510)
39:19:546 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 304d, 9d25838)
39:19:546 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 307e, 9d25838)
39:19:546 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3059, 9d25838)
39:19:546 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 3002, 9d25838)
39:19:612 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12501, 09fff510)
39:19:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30d5, 9d25678)
39:19:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30ea, 9d25678)
39:19:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25678)
39:19:612 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 23550, 09fff510)
39:19:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 5bfe, 9d25678)
39:19:612 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 6226, 9d25678)
39:19:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30e2, 9d25678)
39:19:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30fc, 9d25678)
39:19:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 30c9, 9d25678)
39:19:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 306f, 9d25678)
39:19:647 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 22909, 09fff510)
39:19:647 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 597d, 9d25678)
39:19:680 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCharGlyphImage(13374, 304d, 9d25678)
39:19:680 user_main    I[HLE]: HLE\sceFont.cpp:749 sceFontGetCharInfo(00013374, 12394, 09fff510)
39:19:680 user_main    I[HLE]: HLE\sceFont.cpp:795 sceFontGetCha


Create a new paste based on this one


Comments: