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.6.3 |
2025-09-12 |
Error in shader program link: info: Link failed because of missing fragment shader.
fs: 00000000:0021d022 Tex TexAlpha Fog TFuncMod AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
in vec4 v_color0;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
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;
if (v.a < 0.002) discard;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 01770000:00000b14 HWX T N Fog Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7
#version 300 es
precision highp float;
in vec3 position;
in mediump vec3 normal;
in vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec4 u_ambient;
uniform lowp vec3 u_matdiffuse;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0);
vec3 toLight;
lowp vec3 diffuse;
mediump float ldot;
toLight = u_lightpos0;
ldot = max(dot(toLight, worldnormal), 0.0);
diffuse = (u_lightdiffuse0 * u_matdiffuse) * ldot;
lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse);
toLight = u_lightpos1;
ldot = max(dot(toLight, worldnormal), 0.0);
diffuse = (u_lightdiffuse1 * u_matdiffuse) * ldot;
lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse);
toLight = u_lightpos2;
ldot = max(dot(toLight, worldnormal), 0.0);
diffuse = (u_lightdiffuse2 * u_matdiffuse) * ldot;
lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse);
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
eFootball Chelito 19 |
v1.17.1-334-g1786a4ddb |
2025-09-11 |
sceGeBreak(mode=0, unknown=08ce050c): unknown ptr (valid) |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0660 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 0727a640 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 073a1d40 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0634 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
MIPSCompileOp: Invalid instruction 0000023f |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07341820 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd051c in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 073417a0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0518 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0514 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 073416a0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07341620 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0508 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 073415a0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0504 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0500 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 073414a0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 0630c5a0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0470 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07341080 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd046c in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 0630c680 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0468 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07341400 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 0630c580 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd045c in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 0630c2b0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07343fc0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0428 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06308c00 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0424 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0420 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07341100 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e58f00 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd03f4 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 073431c0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd03f0 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e56dc0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd03c4 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07340fc0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd03c0 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e56980 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0394 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0390 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e51840 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0364 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07340e40 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0360 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e4f600 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0334 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07340d80 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0330 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e464c0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0304 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07340cc0 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd0300 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e35380 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd02d4 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07340c00 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd02d0 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 06e24240 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Branch in Jump delay slot at 09cd02a4 in block starting at 09cd029c |
eFootball Chelito 19 |
v1.11.3 |
2025-09-08 |
Jump to invalid address: 07340b40 |
eFootball Chelito 19 |
v1.8.0 |
2025-09-07 |
Unknown GetPointer 2c5b9b02 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.6.3 |
2025-09-05 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 00004000:0001d022 Tex TexAlpha Flat TFuncMod AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
flat in vec4 v_color0;
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;
if (v.a < 0.002) discard;
fragColor0 = v;
}
vs: 40000000:00000012 THR Tex Flat
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
flat out lowp vec4 v_color0;
out highp vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFootball Chelito 19 |
v1.9.4 |
2025-09-04 |
ReadFromHardware: Invalid address a645b124 near PC a645b124 LR 08000018 |
eFootball Chelito 19 |
v1.16.6 |
2025-09-01 |
Unknown GetPointer 00140000 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.14.1 |
2025-08-31 |
UI scissor out of bounds in GameSettingsScreen: 125,0-503,284 / 604,272 |
eFootball Chelito 19 |
v1.19.3 |
2025-08-30 |
Branch in branch delay slot at 080def14 with different target |
eFootball Chelito 19 |
v1.17.1 |
2025-08-28 |
Unknown GetPointer 001a0400 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-27 |
ReadFromHardware: Invalid address 7a9f49e0 near PC 7a9f49e0 LR 08a3c194 |
eFootball Chelito 19 |
v1.9.4 |
2025-08-27 |
ReadFromHardware: Invalid address b073fc74 near PC b073fc74 LR 08000018 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Jump to invalid address: 07349c40 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Jump to invalid address: 07299140 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Branch in Jump delay slot at 09ca6454 in block starting at 09ca6400 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Jump to invalid address: 07298e80 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Jump to invalid address: 07299200 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Jump to invalid address: 074b6640 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Jump to invalid address: 07299700 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Jump to invalid address: 07299000 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Branch in Jump delay slot at 09ca6400 in block starting at 09ca6400 |
eFootball Chelito 19 |
v1.18.1 |
2025-08-26 |
Branch in Jump delay slot at 09ca6458 in block starting at 09ca6400 |
eFootball Chelito 19 |
v1.8.0 |
2025-08-26 |
MIPSCompileOp: Invalid instruction 0000021e |
eFootball Chelito 19 |
v1.8.0 |
2025-08-26 |
MIPSCompileOp: Invalid instruction 000002fe |
eFootball Chelito 19 |
v1.14.2 |
2025-08-26 |
UI scissor out of bounds in GameSettingsScreen: 280,0-1251,720 / 1480,720 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-25 |
Unsupported AND logic op: 2 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-25 |
Attempted invert for logic op: 8 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-24 |
ReadFromHardware: Invalid address 63ec84cb near PC 63ec84cb LR 08a3e7a8 |
eFootball Chelito 19 |
v1.6.3 |
2025-08-23 |
Error in shader program link: info: Link failed because of missing fragment shader.
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 mediump float v_fogdepth;
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;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 40000000:00000914 HWX T Fog 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;
uniform highp vec2 u_fogcoef;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump 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 = u_matambientalpha;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
eFootball Chelito 19 |
v1.19.3 |
2025-08-22 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 00000000:00000001 Clear
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;
}
|
eFootball Chelito 19 |
v1.11.3 |
2025-08-22 |
Jump to invalid address: 0bbcce70 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-22 |
Jump to invalid address: 0bbccd70 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-22 |
Jump to invalid address: 070cca60 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-22 |
Jump to invalid address: 0bbccc70 |
eFootball Chelito 19 |
v1.11.3 |
2025-08-22 |
MIPSCompileOp: Invalid instruction 71e60c30 |
eFootball Chelito 19 |
v1.19.3 |
2025-08-22 |
Branch in Jump delay slot at 08020400 in block starting at 08014bf8 |
eFootball Chelito 19 |
v1.11.3 |
2025-09-04 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l1 rate 0003 |
eFootball Chelito 19 |
v1.17.1 |
2025-08-22 |
Unknown GetPointer 00af6f35 PC 0884d7b4 LR 0884d7d4 |