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 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-10 |
MIPSCompileOp: Invalid instruction ef157116 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-10 |
MIPSCompileOp: Invalid instruction b6d31bd9 |
| eFootball Lop - Play |
v1.17.1 |
2026-09-09 |
Unknown GetPointer 051efd81 PC 08811368 LR 088113dc |
| eFootball Lop - Play |
v1.20.4-426-gae13b9b3e1 |
2026-09-08 |
sceDisplayWaitVblankCB: could not find waiting thread info. |
| eFootball Lop - Play |
v1.11.3 |
2026-09-07 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l0 rate 0000 |
| eFootball Lop - Play |
v1.11.3 |
2026-09-07 |
Unknown GetPointer 10bee7f7 PC 0884d7b4 LR 0884d7d4 |
| eFootball Lop - Play |
v1.7.2 |
2026-09-06 |
Unknown GetPointer 4d1f3da4 PC 0884d320 LR 0884d7d4 |
| eFootball Lop - Play |
v1.10.3-1192-g575ae376a |
2026-09-06 |
Error in shader compilation: info: 0:1: L0001: Unknown character '"'(34)
0:1: L0001: Unknown character '�'(168)
0:1: L0001: Unknown character '�'(168)
0:3: P0001: #endif directive found outside if-section
0:1: L0001: Typename expected, found 'P'
0:1: L0003: Keyword '|' is reserved
thin3d
P"|� (|�L_ES
precision mediump float;
#endif
#ifdef GL_ES
precision lowp float;
#endif
#if __VERSION__ >= 130
#define varying in
#define gl_FragColor fragColor0
out vec4 fragColor0;
#endif
varying vec4 oColor0;
void main() { gl_FragColor = oColor0; }
|
| eFootball Lop - Play |
v1.8.0 |
2026-09-05 |
Branch in RSRTComp delay slot at 0001001c in block starting at 00010014 |
| eFootball Lop - Play |
v1.8.0 |
2026-09-05 |
WriteToHardware: Invalid address ffffefe9 near PC 00010008 LR 08000020 |
| eFootball Lop - Play |
v1.8.0 |
2026-09-05 |
Jump to invalid address: 0bb5b170 |
| eFootball Lop - Play |
v1.8.0 |
2026-09-05 |
Jump to invalid address: 0bb5b070 |
| eFootball Lop - Play |
v1.8.0 |
2026-09-05 |
MIPSCompileOp: Invalid instruction 4f6d7799 |
| eFootball Lop - Play |
v1.8.0 |
2026-09-05 |
Jump to invalid address: 0bb5b270 |
| eFootball Lop - Play |
v1.8.0 |
2026-09-05 |
Jump to invalid address: 0705ae60 |
| eFootball Lop - Play |
v1.11.3 |
2026-09-05 |
Unknown GetPointer 10beeff7 PC 0884d7b4 LR 0884d7d4 |
| eFootball Lop - Play |
v1.10.2 |
2026-09-05 |
Unknown GetPointer 10bf3a77 PC 0884d5b0 LR 0884d7d4 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-05 |
Unknown GetPointer 10b4f337 PC 0884d5b0 LR 0884d7d4 |
| eFootball Lop - Play |
v1.11.3 |
2026-09-04 |
Unknown GetPointer 00000000 PC 0886f1fc LR 0886f220 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-04 |
Jump to invalid address: 0bb25d70 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-04 |
Jump to invalid address: 0bb25f70 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-04 |
Jump to invalid address: 07025b60 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-04 |
Jump to invalid address: 0bb25e70 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-04 |
MIPSCompileOp: Invalid instruction 71ec4f58 |
| eFootball Lop - Play |
v1.14.4 |
2026-09-04 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
| eFootball Lop - Play |
v1.11.3 |
2026-09-03 |
Unknown GetPointer 00000000 PC 088d18b8 LR 088d18b8 |
| eFootball Lop - Play |
v1.9.4 |
2026-09-02 |
ReadFromHardware: Invalid address e3216518 near PC e3216518 LR 08000018 |
| eFootball Lop - Play |
v1.6.3 |
2026-09-01 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
flat in vec4 v_color0;
uniform vec3 u_fogcolor;
in highp float v_fogdepth;
in highp vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 40000000:0000091c HWX C T Fog Tex Flat
#version 300 es
precision highp float;
in vec3 position;
in vec2 texcoord;
in lowp vec4 color0;
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;
flat out lowp vec4 v_color0;
out highp vec3 v_texcoord;
out highp float v_fogdepth;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
v_color0 = color0;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
| eFootball Lop - Play |
v1.6.3 |
2026-09-01 |
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:00000910 HWX T Tex Flat
#version 300 es
precision highp float;
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;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
v_color0 = u_matambientalpha;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
}
|
| eFootball Lop - Play |
v1.9.4 |
2026-08-31 |
ReadFromHardware: Invalid address e22a6518 near PC e22a6518 LR 08000018 |
| eFootball Lop - Play |
v1.20.4 |
2026-08-31 |
Error in shader program link: info: (unknown reason)
fs: 10184000:00200002 Tex Fog Flat FragUber TFuncMod
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Adreno (TM) 630 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:00200002 Tex Fog Flat FragUber TFuncMod
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
flat in lowp vec4 v_color0;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0);
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 40000000:00000928 HWX C T Flat Cull
|
| eFootball Lop - Play |
v1.10.3 |
2026-08-30 |
Unknown instruction 01010101 at 0800018c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000188 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000184 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000180 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800017c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000178 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000174 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000170 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800016c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000168 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000164 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000160 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800015c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000158 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000154 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000150 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800014c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000148 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000144 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000140 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800013c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000138 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000134 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000130 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800012c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000128 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000120 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800011c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000118 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000114 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000110 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800010c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000108 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000104 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000100 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000fc |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000f8 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000f4 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000f0 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000ec |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000e8 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000e4 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000e0 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000dc |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000d8 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000d4 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000d0 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000cc |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000c8 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000c4 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000c0 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000bc |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000b8 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000b4 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000b0 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000ac |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000a8 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000a4 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 080000a0 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800009c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000098 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000094 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000090 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800008c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000088 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000084 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000080 |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 0800007c |
| eFootball Lop - Play |
v1.10.3 |
2026-09-08 |
Unknown instruction 01010101 at 08000078 |