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 Chelito 19 |
v1.14.2 |
2025-07-01 |
UI scissor out of bounds in GameSettingsScreen: 473,0-1848,1080 / 2205,1080 |
eFootball Chelito 19 |
v1.9.4 |
2025-07-01 |
Jump to invalid address: 03ddc600 |
eFootball Chelito 19 |
v1.9.4 |
2025-07-01 |
MIPSCompileOp: Invalid instruction 73617461 |
eFootball Chelito 19 |
v1.17.1 |
2025-07-01 |
Unknown GetPointer 00d4becc PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.8.0 |
2025-06-30 |
ReadFromHardware: Invalid address ee89f380 near PC ee89f380 LR 08000018 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-30 |
Unknown GetPointer 8a2ba580 PC 0888d3f4 LR 0888d40c |
eFootball Chelito 19 |
v1.11.3 |
2025-06-30 |
Unknown GetPointer 07450745 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-30 |
Jump to invalid address: 008a6924 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-30 |
Branch in RSZeroComp delay slot at 08ee0448 in block starting at 08ee0440 |
eFootball Chelito 19 |
v1.10.3 |
2025-06-29 |
80630006=sceAtracSetDataAndGetID(09a25200, 00002000): unsupported sample rate: 60484 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-28 |
80420014=__sceSasCore(08bb3ac0, ee34e980): invalid address |
eFootball Chelito 19 |
v1.18.1 |
2025-06-28 |
80420014=__sceSasCore(08bb3ac0, ee34ed80): invalid address |
eFootball Chelito 19 |
v1.9.4 |
2025-06-28 |
ReadFromHardware: Invalid address ebc5c1f9 near PC ebc5c1f9 LR ebc5c1f9 |
eFootball Chelito 19 |
v1.14.2 |
2025-06-27 |
UI scissor out of bounds in GamePauseScreen: 1749,37-563,1043 / 2205,1080 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-26 |
Unknown GetPointer 2c660542 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.10.2 |
2025-06-26 |
ReadFromHardware: Invalid address ffffa969 near PC ffffa969 LR 08000018 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-26 |
MIPSCompileOp: Invalid instruction 000005fc |
eFootball Chelito 19 |
v1.18.1 |
2025-06-26 |
MIPSCompileOp: Invalid instruction 9f900000 |
eFootball Chelito 19 |
v1.19.2 |
2025-06-26 |
Error in shader program link: info: L0100 GLSL allows exactly two attached shaders (one of each type) per program
fs: 00180000:00000402 Tex TexAlpha TFuncMod
#version 100
// Driver: Mali-400 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00180000:00000402 Tex TexAlpha TFuncMod
uniform sampler2D tex;
varying lowp vec4 v_color0;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t;
gl_FragColor = v;
}
vs: 00000000:00000928 HWX C T Cull
|
eFootball Chelito 19 |
v1.19.2 |
2025-06-26 |
Error in shader program link: info: L0100 GLSL allows exactly two attached shaders (one of each type) per program
fs: 00180000:0021d402 Tex Fog TexAlpha TFuncMod AlphaTest0 >
#version 100
// Driver: Mali-400 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00180000:0021d402 Tex Fog TexAlpha TFuncMod AlphaTest0 >
uniform sampler2D tex;
uniform sampler2D testtex;
varying lowp vec4 v_color0;
uniform vec3 u_fogcolor;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
void main() {
vec4 t = texture2D(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);
if (v.a < 0.002) DISCARD;
gl_FragColor = v;
}
vs: 00000000:00000928 HWX C T Cull
|
eFootball Chelito 19 |
v1.19.2 |
2025-06-26 |
Error in shader program link: info: L0100 GLSL allows exactly two attached shaders (one of each type) per program
fs: 00180000:0001d402 Tex TexAlpha TFuncMod AlphaTest0 >
#version 100
// Driver: Mali-400 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00180000:0001d402 Tex TexAlpha TFuncMod AlphaTest0 >
uniform sampler2D tex;
uniform sampler2D testtex;
varying lowp vec4 v_color0;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t;
if (v.a < 0.002) DISCARD;
gl_FragColor = v;
}
vs: 00000000:00000928 HWX C T Cull
|
eFootball Chelito 19 |
v1.19.2 |
2025-06-26 |
Error in shader program link: info: L0100 GLSL allows exactly two attached shaders (one of each type) per program
fs: 00180000:00200402 Tex Fog TexAlpha TFuncMod
#version 100
// Driver: Mali-400 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00180000:00200402 Tex Fog TexAlpha TFuncMod
uniform sampler2D tex;
varying lowp vec4 v_color0;
uniform vec3 u_fogcolor;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
void main() {
vec4 t = texture2D(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);
gl_FragColor = v;
}
vs: 00000000:00000928 HWX C T Cull
|
eFootball Chelito 19 |
v1.17.1 |
2025-06-25 |
Branch in Jump delay slot at 08b8ae98 in block starting at 08b8ad3c |
eFootball Chelito 19 |
v1.17.1 |
2025-06-25 |
MIPSCompileOp: Invalid instruction 00003dfe |
eFootball Chelito 19 |
v1.17.1 |
2025-06-25 |
Jump to invalid address: 02e2cfb0 |
eFootball Chelito 19 |
v1.17.1 |
2025-06-25 |
MIPSCompileOp: Invalid instruction 00000028 |
eFootball Chelito 19 |
v1.17.1 |
2025-06-25 |
MIPSCompileOp: Invalid instruction 0000037e |
eFootball Chelito 19 |
v1.17.1 |
2025-06-25 |
Jump to invalid address: 0264e640 |
eFootball Chelito 19 |
v1.10.3 |
2025-06-24 |
Unknown GetPointer 2c660b42 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-24 |
Unknown GetPointer 2c65fcc2 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.19.2 |
2025-06-23 |
SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000 |
eFootball Chelito 19 |
v1.11.3 |
2025-06-22 |
Unknown GetPointer 00000000 PC 08871374 LR 0887138c |
eFootball Chelito 19 |
v1.17.1-823-g0b76d443e2 |
2025-06-22 |
Unknown GetPointer 000033ed PC 0881c430 LR 0881c438 |
eFootball Chelito 19 |
v1.10.3 |
2025-06-21 |
80630011=sceAtracSetDataAndGetID(09a4ec00, 00004000): too small for WAVE chunk at 156340 |
eFootball Chelito 19 |
v1.11.3 |
2025-06-21 |
Unknown GetPointer 00000000 PC 08863d9c LR 088a69f4 |
eFootball Chelito 19 |
v1.17.1 |
2025-06-20 |
Unknown GetPointer 2c5ab2c2 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-20 |
Unknown GetPointer 005b3319 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 46192658 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 00020dff |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 463d3d5c |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 4528b63e |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 45b67ab0 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 46059ba7 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 4644f4fc |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 45ef23cf |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 4510d7ac |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
Jump to invalid address: 0d501224 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
Jump to invalid address: 00403454 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-19 |
MIPSCompileOp: Invalid instruction 4597c3c8 |
eFootball Chelito 19 |
v1.11.3 |
2025-06-19 |
ReadFromHardware: Invalid address e3d1fbc6 near PC e3d1fbc6 LR e3d1fbc6 |
eFootball Chelito 19 |
v1.7.5 |
2025-06-18 |
MIPSCompileOp: Invalid instruction 434c3400 |
eFootball Chelito 19 |
v1.7.5 |
2025-06-18 |
MIPSCompileOp: Invalid instruction 00002fb7 |
eFootball Chelito 19 |
v1.7.5 |
2025-06-18 |
MIPSCompileOp: Invalid instruction 45c03590 |
eFootball Chelito 19 |
v1.7.5 |
2025-06-18 |
MIPSCompileOp: Invalid instruction 0000343c |
eFootball Chelito 19 |
v1.7.5 |
2025-06-18 |
MIPSCompileOp: Invalid instruction 0000287b |
eFootball Chelito 19 |
v1.7.5 |
2025-06-18 |
MIPSCompileOp: Invalid instruction 000032fe |
eFootball Chelito 19 |
v1.7.5 |
2025-06-18 |
MIPSCompileOp: Invalid instruction 45200000 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-18 |
Unknown GetPointer 0033571b PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.14.4 |
2025-06-18 |
Unknown GetPointer 00431f1e PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.10.3 |
2025-06-17 |
Unknown GetPointer 2c5b31c2 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-15 |
Unknown GetPointer deae0d77 PC 0881c428 LR 0881c438 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-14 |
MIPSCompileOp: Invalid instruction 767776fe |
eFootball Chelito 19 |
v1.9.4 |
2025-06-14 |
MIPSCompileOp: Invalid instruction f3444345 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-14 |
MIPSCompileOp: Invalid instruction 434443bf |
eFootball Chelito 19 |
v1.9.4 |
2025-06-14 |
MIPSCompileOp: Invalid instruction 76777cf7 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-14 |
WriteToHardware: Invalid address 0000149c near PC 0803760c LR 08000020 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-13 |
Unknown GetPointer 00002b20 PC 08815fc8 LR 08815fd4 |
eFootball Chelito 19 |
v1.10.3 |
2025-06-14 |
80630011=sceAtracSetDataAndGetID(09a4ec00, 00004000): too small for WAVE chunk at 4397404 |
eFootball Chelito 19 |
v1.10.3 |
2025-06-14 |
80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): could not detect codec |
eFootball Chelito 19 |
v1.6.3 |
2025-06-17 |
Error in shader program link: info: Link Error: Vertex shader is missing.
fs: 00000000:00200022 Tex TexAlpha Fog TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
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: 00000000:0000001c C Fog Tex
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out highp vec3 v_texcoord;
out highp float v_fogdepth;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
v_fogdepth = position.w;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
eFootball Chelito 19 |
v1.19.1 |
2025-06-11 |
MIPSCompileOp 6969899b failed |
eFootball Chelito 19 |
v1.11.3 |
2025-06-11 |
Unknown GetPointer 29865634 PC 0881c2d8 LR 0881c2e8 |
eFootball Chelito 19 |
v1.5.2 |
2025-06-11 |
Error in shader program link: info: Error: input v_texcoord not declared in output from previous stage.
Error: Linking failed. / fs: #version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
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 = vec4(t.rgb * p.rgb, p.a);
fragColor0 = v;
}
/ vs: #version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFootball Chelito 19 |
v1.5.2 |
2025-06-11 |
Error in shader program link: info: Error: input v_texcoord not declared in output from previous stage.
Error: Linking failed. / fs: #version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
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 = vec4(p.rgb + t.rgb, p.a);
fragColor0 = v;
}
/ vs: #version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFootball Chelito 19 |
v1.9.4 |
2025-06-10 |
Unknown GetPointer 2c5a96c2 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-10 |
Unknown GetPointer 008a3b00 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.17.1 |
2025-06-09 |
Unknown GetPointer 004d5416 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.12.3 |
2025-06-09 |
Waiting thread for 2 that was already waiting for 2 |
eFootball Chelito 19 |
v1.12.3 |
2025-06-09 |
MIPSCompileOp: Invalid instruction 73795365 |
eFootball Chelito 19 |
v1.12.3 |
2025-06-09 |
MIPSCompileOp: Invalid instruction 726f7463 |
eFootball Chelito 19 |
v1.12.3 |
2025-06-09 |
MIPSCompileOp: Invalid instruction 4f2f5249 |
eFootball Chelito 19 |
v1.12.3 |
2025-06-10 |
MIPSCompileOp: Invalid instruction 0000c115 |
eFootball Chelito 19 |
v1.12.3 |
2025-06-09 |
Jump to invalid address: 0c01adc0 |
eFootball Chelito 19 |
v1.12.3 |
2025-06-09 |
MIPSCompileOp: Invalid instruction 632e5458 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-09 |
Unknown GetPointer 2c691dc2 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.17.1-823-g0b76d443e2 |
2025-06-07 |
Unknown GetPointer 000040fd PC 0881c430 LR 0881c438 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-07 |
Unknown GetPointer 29866324 PC 0881c428 LR 0881c438 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-05 |
Unknown GetPointer ff292327 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.11.3 |
2025-06-04 |
MFIC instruction hit (70020024) at 08832bd0 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
Unknown GetPointer 2c5b6702 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction b009ffff |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction 00bf8777 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction cff92000 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction 9ff6001c |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction 0016afff |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction eff30005 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction 77777779 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction 0000aff5 |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
MIPSCompileOp: Invalid instruction 00004fff |
eFootball Chelito 19 |
v1.18.1 |
2025-06-04 |
WriteToHardware: Invalid address 00000000 near PC 0814b218 LR 08000020 |