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 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e776c0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e6c780 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 07048780 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 0704c800 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e6c540 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e776e0 |
| NARUTO Shippuden: Ultimate Ninja Heroes 3 |
v1.9.4 |
2026-04-08 |
__KernelStopThread: thread 4110 does not exist |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4f8 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4fc in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 02257120 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4cc in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in JumpReg delay slot at 09ffe544 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4f0 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e6c480 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe53c in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
MIPSCompileOp: Invalid instruction 00006469 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4b8 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in JumpReg delay slot at 09ffe540 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 07ff9380 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e6bd00 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 07ff9430 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4bc in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 022571a0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 07ff9590 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 05190840 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e77860 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 07ff94b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4d0 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 0518c7c0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e77840 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 03a471c0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4f4 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Branch in Jump delay slot at 09ffe4b4 in block starting at 09ffe4b0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 04e7fcc0 |
| FIFA 14 |
v1.18.1 |
2026-04-08 |
Jump to invalid address: 026ce7a0 |
| Geometry Dash |
v1.14.2 |
2026-04-08 |
UI scissor out of bounds in GameSettingsScreen: 331,0-1403,817 / 1746,816 |
| Peggle |
v1.9.0 |
2026-04-08 |
Unknown GetPointer 00000000 PC 08a20224 LR 08000020 |
| Killzone™: Liberation |
v1.17.1 |
2026-04-08 |
sceDmacMemcpy(dest=0413c200, src=09acc4f0, size=1216): overlapping read |
| eFootball PC - V. |
v1.6.3 |
2026-04-08 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00004000:00000022 Tex TexAlpha Flat TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
flat in vec4 v_color0;
in mediump vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t;
fragColor0 = v;
}
vs: 40000000:00000010 Tex Flat
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
__KernelStopThread: thread 587 does not exist |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 147069000 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146129136 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146120776 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143597400 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2026-04-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148439040 |
| eFOOTBALL BETWAY PREMIERSHIP |
v1.9.4 |
2026-04-08 |
Savedata version requested on save: 3 |
| eFootball Edicion Mundial de Clubes By T. Bendezu |
v1.19.1 |
2026-04-08 |
Branch in branch delay slot at 087fec3c with different target |
| eFootball PC - V. |
v1.9.4 |
2026-04-08 |
ReadFromHardware: Invalid address e6ccb0c4 near PC e6ccb0c4 LR 08000018 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.11.3 |
2026-04-08 |
Unknown GetPointer 00000000 PC 08816148 LR 0881615c |
| God of War™: Ghost of Sparta |
v1.20.3 |
2026-04-08 |
VTYPE with morph used: THRU=0 TC=3 COL=1 POS=1 NRM=0 WT=3 NW=1 IDX=2 MC=2 |
| .hack//Link |
v1.5.1 |
2026-04-07 |
00000000=sceUtilityScreenshotInitStart(09310450) |
| EFOOTBALL NEW PATCH SEASON |
v1.11.3 |
2026-04-07 |
GE Interrupt: newState might be 4 |
| EFOOTBALL NEW PATCH SEASON |
v1.11.3 |
2026-04-07 |
GE Interrupt: newState might be 3 |
| EFOOTBALL NEW PATCH SEASON |
v1.11.3 |
2026-04-07 |
GE Interrupt: newState might be 1 |
| EFOOTBALL NEW PATCH SEASON |
v1.11.3 |
2026-04-07 |
GE Interrupt: newState might be 0 |
| eFootball Chelito 19 |
v1.17.1 |
2026-04-07 |
Unknown GetPointer 2c5ed242 PC 0884d5b0 LR 0884d7d4 |
| EA-Sports FC Lop-Play |
v1.11.2-917-g89e70c319 |
2026-04-07 |
Moving files by Android URI is not yet supported |
| eFootball Lop - Play |
v1.20.3 |
2026-04-07 |
PerformMemorySet with invalid range: 041bba00, size -115202839 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.11.3 |
2026-04-07 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-04-07 |
ReadFromHardware: Invalid address e34ede84 near PC e34ede84 LR e34ede84 |
| G.I.JOE(TM) The Rise of Cobra(TM) |
v1.10.3 |
2026-04-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
| G.I.JOE(TM) The Rise of Cobra(TM) |
v1.10.3 |
2026-04-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| G.I.JOE(TM) The Rise of Cobra(TM) |
v1.10.3 |
2026-04-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.11.3 |
2026-04-07 |
Unknown GetPointer 00000000 PC 0881c428 LR 0881c438 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.11.3 |
2026-04-08 |
Savedata version requested on save: 3 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.11.3 |
2026-04-07 |
80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): invalid RIFF header |
| eFootball Mx CL26 |
v1.18.1 |
2026-04-07 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
| eFootball Mx CL26 |
v1.18.1 |
2026-04-07 |
Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8 |
| eFootball ZG - V. |
v1.9.4 |
2026-04-07 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.19.3 |
2026-04-07 |
__KernelStopThread: thread 1087 does not exist (ApctlThread deleted) |
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.19.3 |
2026-04-07 |
__KernelStopThread: thread 1087 does not exist (ApctlThread stopped) |
| eFootball Chelito 19 |
v1.20.3 |
2026-04-07 |
Error in shader compilation: info: 0:1: L0009: Missing main() function for shader
00000000:0000000a THR C
|
| EA-Sports FC PC-V |
v1.12.3 |
2026-04-07 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.11.3 |
2026-04-08 |
Savedata version requested: 3 |
| eFootball |
v1.10.3 |
2026-04-07 |
Savedata version requested: 3 |
| eFootball RB - V. |
v1.9.4 |
2026-04-07 |
807f00fd=sceMp3Init(00000000): invalid bitrate v2 l3 rate 0000 |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/46f61f8b changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/3ea82a4b changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/f8ef08a6 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/a0b8ca55 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/e792cd94 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/df089680 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/2beb1569 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/1e57a8e7 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/1078c008 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/3d6d25a9 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/235d8787 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/9b71a274 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/95a84ee5 changed |
| LocoRoco |
v1.20.3 |
2026-04-07 |
Reimporting: func import scePsmfPlayer/b9848a74 changed |
| eFootball RB - V. |
v1.8.0 |
2026-04-07 |
Unknown GetPointer 00001b36 PC 08872bb4 LR 08872c1c |
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.11.3 |
2026-04-07 |
sceDmacMemcpy(dest=0417fd40, src=0933d540, size=128): overlapping read |
| eFootball JOELAND |
v1.20.3 |
2026-04-07 |
PerformMemorySet with invalid range: 041adb80, size -48 |
| EA SPORTS FC26 BY Charly |
v1.7.5 |
2026-04-07 |
Unknown GetPointer 00000000 PC 08816148 LR 0881615c |
| Def Jam® Fight For NY™: The Takeover |
v1.9.4 |
2026-04-07 |
sceDmacMemcpy(dest=09577400, src=08400000, size=203968): overlapping read |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2026-04-07 |
Vertices without position found: (04600004) [04600004] P: ? C: ? (3b) |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2026-04-07 |
Vertices without position found: (04a40009) [04a40009] P: ? C: ? T: u8 Morph: 2 (through) (6b) |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1 |
2026-04-07 |
Vertices without position found: (04e00006) [04e00006] P: ? C: ? T: u16 (through) (4b) |