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 |
| Assassin's Creed: Bloodlines™ |
v1.20.3 |
2026-04-18 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09bc7f64, 4, 00000000, 0) |
| Assassin's Creed: Bloodlines™ |
v1.20.3 |
2026-04-18 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09bc7f64, 4, 00000000, 0) |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6270 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6810 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc626c in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc625c in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6268 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6264 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6230 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6258 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6254 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6260 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6210 in block starting at 09cc61c8 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6810 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6270 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6260 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc626c in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6210 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6258 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6264 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6254 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc61c0 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6230 in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc625c in block starting at 09cc61c0 |
| eFootball JOELAND |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 09cc6268 in block starting at 09cc61c0 |
| eFootball 2025 |
v1.20.3 |
2026-04-18 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 10184000:0021d002 Tex Fog Flat FragUber TFuncMod AlphaTest0 >
vs: 40000000:00000920 HWX T Flat Cull
#version 320 es
// Driver: PowerVR Rogue GE8320 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 40000000:00000920 HWX T Flat Cull
in vec3 position;
in vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(0.0, 0.0, 1.0, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
vec4 ambientColor = u_matambientalpha;
v_color0 = u_matambientalpha;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_Position = outPos;
}
|
| eFootball 2024 By Frank SJ |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 041a2980, size 2078477357 |
| EA-Sports FC Lop-Play |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 041d4a80, size 164422896 |
| PES 2014 |
v1.20.3 |
2026-04-18 |
SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v2 l0 rate 0004 |
| FIFA 09 |
v1.20.3 |
2026-04-18 |
__KernelStopThread: thread 542 does not exist (ApctlThread deleted) |
| FIFA 09 |
v1.20.3 |
2026-04-18 |
__KernelStopThread: thread 542 does not exist (ApctlThread stopped) |
| Tom Clancy's Splinter Cell® Essentials |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 04000000, size -67108865 |
| eFootball Edicion Mundial de Clubes By T. Bendezu |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 041a2980, size -655600644 |
| eFootball SAN JOE |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 041a2980, size 1016087033 |
| Pro Evolution Soccer 2014 |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 08000034 in block starting at 08000020 |
| Pro Evolution Soccer 2014 |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 08000028 in block starting at 08000020 |
| Pro Evolution Soccer 2014 |
v1.20.3 |
2026-04-18 |
Branch in RSZeroComp delay slot at 08000100 in block starting at 08000020 |
| Pro Evolution Soccer 2014 |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 0800002c in block starting at 08000020 |
| Pro Evolution Soccer 2014 |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 08000038 in block starting at 08000020 |
| Pro Evolution Soccer 2014 |
v1.20.3 |
2026-04-18 |
Branch in Jump delay slot at 08000030 in block starting at 08000020 |
| SBK®09 Superbike World Championship |
v1.20.3 |
2026-04-18 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(D1K1d1rQ, 3, 2, 09fff4e0, 10000000, 0) at 089b3c34 |
| eFootball Chelito 19 * BETEGAMING |
v1.20.3 |
2026-04-18 |
Branch in RSZeroComp delay slot at 08050298 in block starting at 08050020 |
| eFootball Chelito 19 * BETEGAMING |
v1.20.3 |
2026-04-18 |
Branch in RSRTComp delay slot at 080465d4 in block starting at 08046574 |
| Pro Evolution Soccer 2025 by RG GAMERS13 |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 041a2980, size -425251132 |
| eFootball SAN JOE |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 041c3f80, size -48 |
| eFootball PC - V. |
v1.20.3 |
2026-04-17 |
An uneaten prefix at end of block: 0810a528 |
| eFootball Chelito 19 * BETEGAMING |
v1.20.3 |
2026-04-17 |
PerformMemorySet with invalid range: 041c1300, size -48 |
| eFootball Lop - Play |
v1.20.3 |
2026-04-17 |
An uneaten prefix at end of block: 0804fc04 |
| eFootball 2025 |
v1.20.3 |
2026-04-17 |
An uneaten prefix at end of block: 08a19a68 |
| Assassin's Creed: Bloodlines™ |
v1.20.3 |
2026-04-17 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09b189a4, 4, 00000000, 0) |
| eFootball PC - V. |
v1.20.3 |
2026-04-17 |
PerformMemorySet with invalid range: 041b3480, size -1318050332 |
| NETWORK UTILITY DISC CHINESE Ver. 1.00C |
v1.20.3 |
2026-04-17 |
__KernelStopThread: thread 362 does not exist (ApctlThread stopped) |
| NETWORK UTILITY DISC CHINESE Ver. 1.00C |
v1.20.3 |
2026-04-17 |
__KernelStopThread: thread 362 does not exist (ApctlThread deleted) |
| NETWORK UTILITY DISC CHINESE Ver. 1.00C |
v1.20.3 |
2026-04-17 |
__KernelStopThread: thread 387 does not exist (ApctlThread stopped) |
| NETWORK UTILITY DISC CHINESE Ver. 1.00C |
v1.20.3 |
2026-04-17 |
__KernelStopThread: thread 387 does not exist (ApctlThread deleted) |
| DBZ TTT BT4 ISO V8 BY IACG MODS |
v1.20.3 |
2026-04-17 |
Branch in Jump delay slot at 08e228a0 in block starting at 08e21d80 |
| DBZ TTT BT4 ISO V8 BY IACG MODS |
v1.20.3 |
2026-04-17 |
Branch in Jump delay slot at 08e22890 in block starting at 08e21d80 |
| DBZ TTT BT4 ISO V8 BY IACG MODS |
v1.20.3 |
2026-04-17 |
Branch in Jump delay slot at 08e22880 in block starting at 08e21d80 |
| Yu-Gi-Oh! GX Tag Force 2 |
v1.20.3 |
2026-04-18 |
__KernelStopThread: thread 327 does not exist (helper deleted) |
| EFOOTBALL PES FL 2026 |
v1.20.3 |
2026-04-17 |
Savedata version requested: 3 |
| METAL GEAR SOLID PEACE WALKER |
v1.20.3 |
2026-04-16 |
__KernelStopThread: thread 2922 does not exist (ApctlThread stopped) |
| METAL GEAR SOLID PEACE WALKER |
v1.20.3 |
2026-04-16 |
__KernelStopThread: thread 2922 does not exist (ApctlThread deleted) |
| eFootball TM ELITE 26 |
v1.20.3 |
2026-04-17 |
PerformMemorySet with invalid range: 041a2980, size 1016087030 |
| クロヒョウ2 龍が如く 阿修羅編 |
v1.20.3 |
2026-04-16 |
0=sceUtilityScreenshotInitStart(09072210) |
| Daxter |
v1.20.3 |
2026-04-16 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09e9c4f0, 4, 00000000, 0) |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.20.3 |
2026-04-16 |
PerformMemorySet with invalid range: 041a2980, size -1211471452 |
| EA-Sports FC PC-V |
v1.20.3 |
2026-04-16 |
PerformMemorySet with invalid range: 041adb80, size 166043040 |
| EA |
v1.20.3 |
2026-04-16 |
sceSasSetVoice: invalid loop mode 242 |
| SBK®09 Superbike World Championship |
v1.20.3 |
2026-04-16 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(D1C1Z1jQ, 3, 2, 09fff4e0, 10000000, 0) at 089b3c34 |
| SBK®09 Superbike World Championship |
v1.20.3 |
2026-04-16 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(D1Z1c1hY, 30:38:e7:47:f8:0b, 10000000, 0) at 089ae254 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=000010d2, pos=1, access=64, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=000010b4, pos=1, access=-80, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00001059, pos=1, access=64, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00001037, pos=1, access=-80, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000fdf, pos=1, access=64, data=0, text=0 |
| LEGO® Batman™: The Videogame |
v1.20.3 |
2026-04-15 |
PerformMemorySet with invalid range: 04001380, size 373356544 |
| LEGO® Batman™: The Videogame |
v1.20.3 |
2026-04-15 |
PerformMemorySet with invalid range: 040039b8, size 510997664 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000fa9, pos=1, access=-80, data=0, text=0 |
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.20.3 |
2026-04-15 |
0=sceUtilityScreenshotInitStart(09d3a2a8) |
| eFootball |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
| eFootball Edicion Mundial de Clubes By T. Bendezu |
v1.20.3 |
2026-04-15 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 10180000:0001d000 FragUber AlphaTest0 >
vs: 00000000:0000000a THR C
#version 320 es
// Driver: PowerVR Rogue GE8320 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00000000:0000000a THR C
in vec4 position;
in highp float fog;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
uniform lowp float u_rotation;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
v_fogdepth = fog;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
gl_Position = outPos;
}
|
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.20.3 |
2026-04-15 |
0=sceUtilityScreenshotInitStart(09d38368) |
| EFOOTBALL 26 PPSSPP BY SPARTAN |
v1.20.3 |
2026-04-15 |
Branch in branch delay slot at 08048218 with different target |
| EA FC 26 PPSSPP |
v1.20.3 |
2026-04-15 |
PerformMemorySet with invalid range: 041a2980, size 1016087030 |
| Grand Theft Auto: Vice City Stories |
v1.20.3 |
2026-04-15 |
Error in shader compilation: info: INTERNAL ERROR: no main() function!
ERROR: 0 compilation errors. No code generated.
00000000:00000920 HWX T Cull
#version 320 es
#extension GL_EXT_clip_cull_distance : enable
// Driver: Adreno (TM) 510 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00000000:00000920 HWX T Cull
in vec3 position;
in vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(0.0, 0.0, 1.0, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
vec4 ambientColor = u_matambientalpha;
v_color0 = u_matambientalpha;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_ClipDistance[0] = projZ * outPos.w + outPos.w + 0.000001;
if (u_cullRangeMin.w > 0.0 && u_depthRange.w != 0.0f) {
gl_CullDistance[0] = projPos.z - u_cullRangeMin.z;
gl_CullDistance[1] = u_cullRangeMax.z - projPos.z;
} else {
gl_CullDistance[0] = 0.0;
gl_CullDistance[1] = 0.0;
}
gl_Position = outPos;
}
|
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 863 does not exist (ApctlThread stopped) |
| NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 863 does not exist (ApctlThread deleted) |
| Ben 10 Alien Force: Vilgax Attacks |
v1.20.3 |
2026-04-15 |
Branch in Jump delay slot at 08c0f668 in block starting at 08c0f4a8 |
| Ben 10 Alien Force: Vilgax Attacks |
v1.20.3 |
2026-04-15 |
Branch in Jump delay slot at 08c0f5f8 in block starting at 08c0f4a8 |
| Ben 10 Alien Force: Vilgax Attacks |
v1.20.3 |
2026-04-15 |
Branch in Jump delay slot at 08c0f6c8 in block starting at 08c0f4a8 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000eef, pos=1, access=64, data=0, text=0 |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 520 does not exist (helper deleted) |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 492 does not exist (helper deleted) |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000e52, pos=1, access=64, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000e34, pos=1, access=-80, data=0, text=0 |
| MLB 07 The Show |
v1.20.3 |
2026-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000d73, pos=1, access=64, data=0, text=0 |
| Game Sepak Bola PPSSPP |
v1.20.3 |
2026-04-14 |
PerformMemorySet with invalid range: 041a8280, size -16 |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-14 |
__KernelStopThread: thread 711 does not exist (helper deleted) |
| Tom Clancy's Ghost Recon® Predator |
v1.20.3 |
2026-04-15 |
__KernelStopThread: thread 511 does not exist (helper deleted) |
| eFootball RB - V. |
v1.20.3 |
2026-04-15 |
PerformMemorySet with invalid range: 041a2980, size 1016087033 |