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 |
| 遊☆戯☆王 5D's タッグフォース6 |
v1.20.3 |
2026-03-28 |
__KernelStopThread: thread 391 does not exist (helper deleted) |
| Dragon Ball : Sparking Zero |
v1.20.3 |
2026-03-28 |
An uneaten prefix at end of block for 0882e9d8 |
| Pro Evolution Soccer 2014 |
v1.11.3 |
2026-03-28 |
sceDmacMemcpy(dest=040cc000, src=0927f300, size=557056): overlapping read |
| eFootball Lop - Play |
v1.11.3 |
2026-03-28 |
Unknown GetPointer 00000000 PC 0881db24 LR 0881da04 |
| eFootball Lop - Play |
v1.9.4 |
2026-03-28 |
ReadFromHardware: Invalid address ec2d1474 near PC ec2d1474 LR 08000018 |
| Grand Theft Auto: Liberty City Stories |
v1.20.3 |
2026-03-28 |
sceAudiocodecInit(08e69014, 4096): replacing existing context |
| EA-Sports FC Lop-Play |
v1.15.4 |
2026-03-28 |
Unknown GetPointer 0000ab00 PC 0884d7b4 LR 0884d7d4 |
| PES eFOOTBALL 2026 JRplay |
v1.10.3 |
2026-03-28 |
Render to texture using CLUT with different strides 1024 != 512 |
| EA-Sports FC Lop-Play |
v1.15.4 |
2026-03-28 |
Unknown GetPointer 006d3f23 PC 0884a918 LR 0884a938 |
| Pro Evolution Soccer 2012 |
v1.11.2-917-g89e70c319 |
2026-03-28 |
Error in shader compilation: info: Compile failed.
ERROR: 0:21: 'assign' : l-value required (can't modify a vertex in/attribute variable)
ERROR: 0:22: 'assign' : l-value required (can't modify a vertex in/attribute variable)
2 compilation errors. No code generated.
00000000:0000001a THR C Tex
#version 320 es
// PowerVR Rogue GE8100 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
in float h_depth;
in vec3 h_normal;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
v_color0.rgb = vec3(0.0);
gl_Position = outPos;
h_depth = outPos.z/outPos.w;
h_normal = vec3(-1.0);
}
|
| Pro Evolution Soccer 2012 |
v1.11.2-917-g89e70c319 |
2026-03-28 |
Error in shader compilation: info: Compile failed.
ERROR: 0:21: 'assign' : l-value required (can't modify a vertex in/attribute variable)
ERROR: 0:22: 'assign' : l-value required (can't modify a vertex in/attribute variable)
2 compilation errors. No code generated.
40000000:00000012 THR Tex Flat
#version 320 es
// PowerVR Rogue GE8100 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
in float h_depth;
in vec3 h_normal;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
v_color0.rgb = vec3(0.0);
gl_Position = outPos;
h_depth = outPos.z/outPos.w;
h_normal = vec3(-1.0);
}
|
| Pro Evolution Soccer 2012 |
v1.11.2-917-g89e70c319 |
2026-03-28 |
Error in shader compilation: info: Compile failed.
ERROR: 0:18: 'assign' : l-value required (can't modify a vertex in/attribute variable)
ERROR: 0:19: 'assign' : l-value required (can't modify a vertex in/attribute variable)
2 compilation errors. No code generated.
40000000:00000002 THR Flat
#version 320 es
// PowerVR Rogue GE8100 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
flat out lowp vec4 v_color0;
in float h_depth;
in vec3 h_normal;
void main() {
v_color0 = color0;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
v_color0.rgb = vec3(0.0);
gl_Position = outPos;
h_depth = outPos.z/outPos.w;
h_normal = vec3(-1.0);
}
|
| Pro Evolution Soccer 2012 |
v1.11.2-917-g89e70c319 |
2026-03-28 |
Error in shader compilation: info: Compile failed.
ERROR: 0:18: 'assign' : l-value required (can't modify a vertex in/attribute variable)
ERROR: 0:19: 'assign' : l-value required (can't modify a vertex in/attribute variable)
2 compilation errors. No code generated.
00000000:0000000a THR C
#version 320 es
// PowerVR Rogue GE8100 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
in float h_depth;
in vec3 h_normal;
void main() {
v_color0 = color0;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
v_color0.rgb = vec3(0.0);
gl_Position = outPos;
h_depth = outPos.z/outPos.w;
h_normal = vec3(-1.0);
}
|
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d742d0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d742d8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d7479c in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743d4 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d748d8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d746d8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74618 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74838 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74490 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74998 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743b4 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74574 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74638 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74290 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74900 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d7430c in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74830 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d744dc in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743d0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74400 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d744d8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743b8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743fc in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74774 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d7431c in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74778 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d744cc in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d748ec in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d742d4 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d746d4 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74610 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74ab8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d748fc in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74798 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d7463c in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d748f8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74994 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74a88 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74110 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d744b0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d7462c in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743f8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743d8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74570 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d748d0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74640 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743ec in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74770 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74614 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74578 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74318 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d742b0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d748d4 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d744b4 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d73c2c in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d744e0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74050 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74a30 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d73d70 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d73d78 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d741d0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d744b8 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d73cd0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d73f90 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d742f0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d746d0 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d73c3c in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d74834 in block starting at 09d73be0 |
| eFootball Chelito 19 |
v1.19.3 |
2026-03-28 |
Branch in Jump delay slot at 09d743b0 in block starting at 09d73be0 |
| eFootball - BM v2 |
v1.15.4 |
2026-03-28 |
MIPSCompileOp: Invalid instruction 42820016 |
| EA-Sports FC PC-V |
v1.18.1 |
2026-03-28 |
WriteToHardware: Invalid address 00000020 near PC 0880b294 LR 0880a6f8 |
| EA-Sports FC PC-V |
v1.18.1 |
2026-03-28 |
ReadFromHardware: Invalid address 00000004 near PC 08880428 LR 08880428 |
| EA-Sports FC PC-V |
v1.18.1 |
2026-03-28 |
ReadFromHardware: Invalid address 3f191168 near PC 088258e0 LR 088258ec |
| EA-Sports FC PC-V |
v1.18.1 |
2026-03-28 |
ReadFromHardware: Invalid address 3f191163 near PC 0880cc58 LR 0880cc58 |
| EA-Sports FC PC-V |
v1.18.1 |
2026-03-28 |
WriteToHardware: Invalid address 3f191060 near PC 088258f4 LR 08825900 |
| EA-Sports FC PC-V |
v1.18.1 |
2026-03-28 |
WriteToHardware: Invalid address 3f191163 near PC 088258e0 LR 088258ec |
| eFootball Chelito 19 * BETEGAMING |
v1.20.3 |
2026-03-28 |
An uneaten prefix at end of block: 08131930 |
| eFootball Chelito 19 * BETEGAMING |
v1.20.3 |
2026-03-28 |
Branch in branch delay slot at 08131958 with different target |
| EA-Sports FC Lop-Play |
v1.11.3 |
2026-03-28 |
Unknown GetPointer 7a65f5d1 PC 0884d320 LR 0884d7d4 |
| SOCOM: U.S. Navy SEALs: Fireteam Bravo |
v1.20.3 |
2026-03-28 |
UNKNOWN_TEID=sceKernelReleaseThreadEventHandler(352): bad handler id |
| GITAROO MAN Lives! |
v1.20.2 |
2026-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=090a49f0, pos=0, access=1, data=2, text=2 |
| GITAROO MAN Lives! |
v1.20.2 |
2026-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=090a49f0, pos=0, access=1, data=1, text=1 |
| BETEGAMING12 |
v1.6.3 |
2026-03-28 |
80630006=sceAtracSetDataAndGetID(09a25200, 00004000): fmt definition too small (16) |
| eFootball Chelito 19 |
v1.18.1 |
2026-03-28 |
Unknown GetPointer deae412f PC 0881c2d8 LR 0881c2e8 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.17.1-957-g52cf10274c |
2026-03-28 |
sceDmacMemcpy(dest=0414e000, src=095ab150, size=270528): overlapping read |
| TEKKEN 6 |
v1.11.3 |
2026-03-28 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATAE/ULUS10466DATAE/TEKKEN6.BIN, 09fd81d0, 00000002) |
| EA-Sports FC Lop-Play |
v1.15.4 |
2026-03-28 |
Unknown GetPointer 0000ab01 PC 0881c428 LR 0881c438 |