Recent logs - The 3rd Birthday®

To see your stuff show here, enable Compatibility Server Reports in PPSSPP.

Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.

Game title Version Latest Report Message
The 3rd Birthday® v1.15.4 2023-08-03 sceDmacMemcpy(dest=095d8240, src=09f577c0, size=17984): overlapping read
The 3rd Birthday® v1.10.3 2023-08-03 sceDmacMemcpy(dest=09050080, src=09317ac0, size=1433152): overlapping read
The 3rd Birthday® v1.15.4 2023-07-31 sceDmacMemcpy(dest=08fa6c80, src=08fa94c0, size=10304): overlapping read
The 3rd Birthday® v1.15.4 2023-07-30 sceDmacMemcpy(dest=0905d8c0, src=09079240, size=10304): overlapping read
The 3rd Birthday® v1.8.0 2023-07-23 sceDmacMemcpy(dest=09065000, src=09066980, size=6528): overlapping read
The 3rd Birthday® v1.12.3 2023-07-15 sceDmacMemcpy(dest=095b0480, src=09cf0040, size=393792): overlapping read
The 3rd Birthday® v1.12.3 2023-07-14 sceDmacMemcpy(dest=094de100, src=09cf0040, size=1334592): overlapping read
The 3rd Birthday® v1.12.3 2023-07-12 sceDmacMemcpy(dest=09518640, src=09f59fc0, size=6528): overlapping read
The 3rd Birthday® v1.12.3 2023-06-29 sceDmacMemcpy(dest=08682940, src=09cf0040, size=522688): overlapping read
The 3rd Birthday® v1.12.3 2023-06-29 sceDmacMemcpy(dest=08682940, src=09cf0040, size=1274368): overlapping read
The 3rd Birthday® v1.12.3 2023-06-27 sceDmacMemcpy(dest=094ce480, src=09cf0040, size=1128128): overlapping read
The 3rd Birthday® v1.15.4 2023-06-24 sceDmacMemcpy(dest=0904f1c0, src=09312200, size=10304): overlapping read
The 3rd Birthday® v1.14.4 2023-06-19 WriteToHardware: Invalid address 0000036c near PC 08c00230 LR 08c00230
The 3rd Birthday® v1.10.2 2023-06-14 sceDmacMemcpy(dest=09202d00, src=093896c0, size=1599936): overlapping read
The 3rd Birthday® v1.15.4 2023-06-13 sceDmacMemcpy(dest=09657d40, src=09f58fc0, size=10304): overlapping read
The 3rd Birthday® v1.15.4 2023-06-05 sceDmacMemcpy(dest=0939b1c0, src=09cf0040, size=1501312): overlapping read
The 3rd Birthday® v1.14.4 2023-05-29 Branch in RSZeroComp delay slot at 089b08b3 in block starting at 089b08a3
The 3rd Birthday® v1.14.4 2023-05-29 Jump to invalid address: 01a00238
The 3rd Birthday® v1.15.3 2023-05-19 Unknown GetPointer 00001f48 PC 08acac0c LR 08acac24
The 3rd Birthday® v1.15.2 2023-05-08 sceDmacMemcpy(dest=0904d840, src=09059700, size=10304): overlapping read
The 3rd Birthday® v1.14.4 2023-05-03 00000400=sceGeEdramSetAddrTranslation(00000800)
The 3rd Birthday® v1.9.4 2023-05-03 sceDmacMemcpy(dest=09341240, src=09cf0040, size=1897216): overlapping read
The 3rd Birthday® v1.9.4 2023-05-01 sceDmacMemcpy(dest=093afd80, src=09cf0040, size=1264256): overlapping read
The 3rd Birthday® v1.14.4 2023-05-01 sceDmacMemcpy(dest=092c7900, src=09cf0040, size=1495744): overlapping read
The 3rd Birthday® v1.9.4 2023-04-29 sceDmacMemcpy(dest=09343a80, src=09cf0040, size=1897216): overlapping read
The 3rd Birthday® v1.12.3 2023-04-10 sceDmacMemcpy(dest=0943f640, src=09cf0040, size=1709952): overlapping read
The 3rd Birthday® v1.14.4 2023-04-02 Imm vertex used fog
The 3rd Birthday® v1.14.4 2023-04-02 Imm vertex used clip value, flags=fcc000
The 3rd Birthday® v1.14.4 2023-04-02 Bad vertex address 0a04c5ba!
The 3rd Birthday® v1.14.4 2023-04-02 Unknown GE command : fee93101
The 3rd Birthday® v1.14.4 2023-03-31 sceDmacMemcpy(dest=09323980, src=09cf0040, size=1433152): overlapping read
The 3rd Birthday® v1.14.4 2023-03-23 sceDmacMemcpy(dest=0920c5c0, src=093d3200, size=263424): overlapping read
The 3rd Birthday® v1.14.2 2023-03-18 Error in shader compilation: info: 0:9: P0004: High precision not supported, instead compiling high precision as medium precision 0:14: L0002: No matching function for call to 'fmod' 0:15: L0002: Undeclared variable 'coord' 0:16: L0002: Undeclared variable 'outColor' depal #version 100 // Driver: Mali-470 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D pal; precision highp float; varying highp vec2 v_texcoord; // TEXCOORD0 void main() { vec4 index = texture2D(tex, v_texcoord); float coord = (fmod(index.g * 15.999375, 16.0) * 0.001953) + 0.000977; vec4 outColor = texture2D(pal, vec2(coord, 0.0)); gl_FragColor = outColor; }
The 3rd Birthday® v1.14.2 2023-03-18 Error in shader compilation: info: 0:9: P0004: High precision not supported, instead compiling high precision as medium precision 0:14: L0002: No matching function for call to 'fmod' 0:15: L0002: Undeclared variable 'coord' 0:16: L0002: Undeclared variable 'outColor' depal #version 100 // Driver: Mali-470 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D pal; precision highp float; varying highp vec2 v_texcoord; // TEXCOORD0 void main() { vec4 index = texture2D(tex, v_texcoord); float coord = (fmod(index.b * 15.999375, 16.0) * 0.001953) + 0.000977; vec4 outColor = texture2D(pal, vec2(coord, 0.0)); gl_FragColor = outColor; }
The 3rd Birthday® v1.14.4 2023-03-11 sceDmacMemcpy(dest=09061240, src=0917c240, size=49152): overlapping read
The 3rd Birthday® v1.11.3 2023-02-15 sceDmacMemcpy(dest=09671640, src=09f59fc0, size=6528): overlapping read
The 3rd Birthday® v1.14.1 2023-02-13 UI scissor out of bounds in SavedataScreen: 1951,610-0,90 / 1755,810
The 3rd Birthday® v1.14.1 2023-02-13 UI scissor out of bounds in SavedataScreen: 1951,508-0,98 / 1755,810
The 3rd Birthday® v1.14.1 2023-02-13 UI scissor out of bounds in SavedataScreen: 1951,405-0,98 / 1755,810
The 3rd Birthday® v1.14.1 2023-02-13 UI scissor out of bounds in SavedataScreen: 1951,303-0,98 / 1755,810
The 3rd Birthday® v1.14.1 2023-02-13 UI scissor out of bounds in SavedataScreen: 1951,200-0,98 / 1755,810
The 3rd Birthday® v1.14.1 2023-02-13 UI scissor out of bounds in SavedataScreen: 1951,98-0,98 / 1755,810
The 3rd Birthday® v1.14.4 2023-02-03 sceDmacMemcpy(dest=090528c0, src=093f0340, size=691904): overlapping read
The 3rd Birthday® v1.14.4 2023-02-02 sceDmacMemcpy(dest=09054240, src=09331400, size=1500608): overlapping read
The 3rd Birthday® v1.14.4 2023-02-01 sceDmacMemcpy(dest=08fedfc0, src=08ff0800, size=10304): overlapping read
The 3rd Birthday® v1.14.4 2023-01-19 sceDmacMemcpy(dest=09075b00, src=091891c0, size=48896): overlapping read
The 3rd Birthday® v1.14.4 2023-01-18 sceDmacMemcpy(dest=09067cc0, src=09176c40, size=166976): overlapping read
The 3rd Birthday® v1.14.4 2023-01-17 sceDmacMemcpy(dest=0904aa40, src=090d8400, size=48832): overlapping read
The 3rd Birthday® v1.14.1 2023-01-13 UI scissor out of bounds in MainScreen: 64,0-1195,721 / 1600,720
The 3rd Birthday® v1.14.1 2023-01-11 sceDmacMemcpy(dest=090cce00, src=09cf0040, size=522048): overlapping read
The 3rd Birthday® v1.14.1 2023-01-10 UI scissor out of bounds in GameSettingsScreen: 182,0-813,562 / 960,562
The 3rd Birthday® v1.13.2 2023-01-10 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148355080
The 3rd Birthday® v1.12.3 2023-01-08 sceDmacMemcpy(dest=0905b080, src=092841c0, size=6528): overlapping read
The 3rd Birthday® v1.13.2 2022-12-30 sceDmacMemcpy(dest=090528c0, src=0931a300, size=1433152): overlapping read
The 3rd Birthday® v1.13.2 2022-12-29 sceDmacMemcpy(dest=093adc80, src=09f4ffc0, size=48832): overlapping read
The 3rd Birthday® v1.10.3 2022-12-28 sceDmacMemcpy(dest=085a3140, src=09cf0040, size=890688): overlapping read
The 3rd Birthday® v1.14.4 2023-06-19 Ignoring possible texturing from framebuffer at 04156000 +0x136 / 256x272
The 3rd Birthday® v1.12.3 2022-12-13 sceDmacMemcpy(dest=0908a780, src=09cf0040, size=2445824): overlapping read
The 3rd Birthday® v1.14.4 2023-04-02 Unexpected mpeg first timestamp: 1f6d6d95895 / 2159678150805
The 3rd Birthday® v1.14.4 2023-04-02 Unexpected mpeg first timestamp: 3f1e59d2070 / 4337474281584
The 3rd Birthday® v1.14.4 2023-04-02 Unexpected mpeg first timestamp: 19978c4ff34 / 1758667800372
The 3rd Birthday® v1.12.3 2022-11-30 sceDmacMemcpy(dest=0961f700, src=09f59fc0, size=6528): overlapping read
The 3rd Birthday® v1.4.2 2022-11-20 Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b
The 3rd Birthday® v1.4.2 2022-11-20 Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f
The 3rd Birthday® v1.4.2 2022-11-20 Unknown GetPointer 80020142 PC 08220d4c LR 08220d4c
The 3rd Birthday® v1.4.2 2022-11-20 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
The 3rd Birthday® v1.4.2 2022-11-20 Unimplemented HLE function sceKernelFindModuleByUID
The 3rd Birthday® v1.4.2 2022-11-20 Unimplemented HLE function sceKernelDcacheWritebackAll
The 3rd Birthday® v1.13.2 2022-11-14 sceDmacMemcpy(dest=09060a40, src=09cf0040, size=1662080): overlapping read
The 3rd Birthday® v1.13.2 2022-11-05 sceDmacMemcpy(dest=09041400, src=09256340, size=48832): overlapping read
The 3rd Birthday® v1.13.2 2022-11-03 sceDmacMemcpy(dest=091dab80, src=09398dc0, size=6528): overlapping read
The 3rd Birthday® v1.13.2 2022-11-02 sceDmacMemcpy(dest=095d3ec0, src=09f4ffc0, size=48832): overlapping read
The 3rd Birthday® v1.13.2 2022-10-20 sceDmacMemcpy(dest=09056900, src=090abac0, size=48832): overlapping read
The 3rd Birthday® v1.13.2 2022-10-17 sceDmacMemcpy(dest=09199c40, src=09cf0040, size=2152896): overlapping read
The 3rd Birthday® v1.12.3 2022-11-27 sceDmacMemcpy(dest=09059140, src=091f0fc0, size=48832): overlapping read
The 3rd Birthday® v1.13.2 2022-10-18 sceDmacMemcpy(dest=09362680, src=09cf0040, size=2182976): overlapping read
The 3rd Birthday® v1.12.3 2022-09-30 sceDmacMemcpy(dest=0904b000, src=09056ec0, size=10304): overlapping read
The 3rd Birthday® v1.13.2 2022-09-29 sceDmacMemcpy(dest=090892c0, src=0908e340, size=20608): overlapping read
The 3rd Birthday® v1.5.4 2022-09-29 Unexpected mpeg first timestamp: 96da0b931f3 / 10366452576755
The 3rd Birthday® v1.13.2 2022-09-29 sceKernelLoadModule: unsupported options size=00000014, flags=30376639, pos=0, access=1, data=2, text=2
The 3rd Birthday® v1.13.2 2022-09-29 sceKernelLoadModule: unsupported options size=00000014, flags=30376639, pos=0, access=1, data=1, text=1
The 3rd Birthday® v1.13.2-2494-g6a6ec80f6 2023-03-13 Unexpected mpeg first timestamp: 6fbcff10f73 / 7678595239795
The 3rd Birthday® v1.13.2 2022-09-26 sceDmacMemcpy(dest=08ff0800, src=09cf0040, size=498944): overlapping read
The 3rd Birthday® v1.13.1 2022-09-24 sceDmacMemcpy(dest=090691c0, src=09232700, size=1514112): overlapping read
The 3rd Birthday® v1.10.3 2022-09-23 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2
The 3rd Birthday® v1.10.3 2022-09-23 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1
The 3rd Birthday® v1.12.3 2022-09-18 sceDmacMemcpy(dest=091e2400, src=09cf0040, size=1728896): overlapping read
The 3rd Birthday® v1.12.3 2022-09-17 sceDmacMemcpy(dest=090627c0, src=09065000, size=6528): overlapping read
The 3rd Birthday® v1.12.3 2022-09-17 sceDmacMemcpy(dest=09180940, src=09328300, size=1511680): overlapping read
The 3rd Birthday® v1.15.3 2023-05-30 sceDmacMemcpy(dest=092a79c0, src=09cf0040, size=1711488): overlapping read
The 3rd Birthday® v1.12.3 2022-08-21 sceDmacMemcpy(dest=09351a40, src=09cf0040, size=1699840): overlapping read
The 3rd Birthday® v1.10.3 2022-08-18 sceDmacMemcpy(dest=091dfbc0, src=09f58fc0, size=10304): overlapping read
The 3rd Birthday® v1.13.1-44-gde3a6e738 2022-07-31 sceDmacMemcpy(dest=095eb5c0, src=09f56fc0, size=18688): overlapping read
The 3rd Birthday® v1.12.3 2022-07-29 sceDmacMemcpy(dest=090a0540, src=09cf0040, size=661952): overlapping read
The 3rd Birthday® v1.12.3 2022-07-27 sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid)
The 3rd Birthday® v1.12.3 2022-07-27 sceDmacMemcpy(dest=08682940, src=09cf0040, size=787968): overlapping read
The 3rd Birthday® v1.12.3 2022-07-22 sceDmacMemcpy(dest=085e04c0, src=09cf0040, size=563840): overlapping read
The 3rd Birthday® v1.12.3 2022-07-14 sceDmacMemcpy(dest=09590400, src=09cf0040, size=238528): overlapping read
The 3rd Birthday® v1.12.2 2022-07-12 sceDmacMemcpy(dest=09291880, src=09cf0040, size=1818944): overlapping read
The 3rd Birthday® v1.12.3 2022-07-11 sceDmacMemcpy(dest=0906ba00, src=09232700, size=1514112): overlapping read