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.9.4 |
2025-03-19 |
Branch in RSZeroComp delay slot at 08000204 in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.6 |
2025-03-17 |
Unknown GetPointer 451a9f20 PC 08815f88 LR 08815fd4 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-17 |
Unknown GetPointer 71c8c4a0 PC 08815fc8 LR 08815fd4 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-17 |
Unknown GetPointerWrite 71c8c480 PC 0884c220 LR 08820e88 |
eFootball Chelito 19 |
v1.6.3 |
2025-03-15 |
Unknown GetPointer 2c5e3642 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.11.3 |
2025-03-15 |
MIPSCompileOp: Invalid instruction 7e0968e3 |
eFootball Chelito 19 |
v1.11.3 |
2025-03-15 |
MIPSCompileOp: Invalid instruction 7d0968e1 |
eFootball Chelito 19 |
v1.11.3 |
2025-03-15 |
MIPSCompileOp: Invalid instruction 7f0968e1 |
eFootball Chelito 19 |
v1.11.3 |
2025-03-15 |
MIPSCompileOp: Invalid instruction 770968e1 |
eFootball Chelito 19 |
v1.11.3 |
2025-03-15 |
MIPSCompileOp: Invalid instruction 700a68df |
eFootball Chelito 19 |
v1.6.3 |
2025-03-15 |
Unknown GetPointer c039f904 PC 0888d3fc LR 0888d40c |
eFootball Chelito 19 |
v1.17.1 |
2025-03-15 |
ReadFromHardware: Invalid address 139886b8 near PC 08849a4c LR 08849a58 |
eFootball Chelito 19 |
v1.17.1 |
2025-03-15 |
ReadFromHardware: Invalid address 1398eef8 near PC 08849a4c LR 08849a58 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-14 |
Unknown GetPointer 00884330 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.6.3 |
2025-03-13 |
Error in shader program link: info: Link Error: Fragment shader is missing.
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 highp 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:00000918 HWX C T 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;
flat out lowp vec4 v_color0;
out highp 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 = color0;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
}
|
eFootball Chelito 19 |
v1.18.1 |
2025-03-13 |
Unknown GetPointer deae6337 PC 0881c428 LR 0881c438 |
eFootball Chelito 19 |
v1.7.2 |
2025-03-12 |
Unknown GetPointer 2c5b2cc2 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-12 |
MIPSCompileOp: Invalid instruction cfb50210 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-12 |
MIPSCompileOp: Invalid instruction cc64b3d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-12 |
MIPSCompileOp: Invalid instruction 67bdffe0 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-12 |
Branch in Jump delay slot at 0911a2a0 in block starting at 0911a29c |
eFootball Chelito 19 |
v1.18.1 |
2025-03-12 |
MIPSCompileOp: Invalid instruction 74400003 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-12 |
Jump to invalid address: 0a80c184 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-12 |
MIPSCompileOp: Invalid instruction ef81000c |
eFootball Chelito 19 |
v1.10.3-1192-g575ae376a |
2025-03-11 |
Error in shader compilation: info: 0:1: L0001: Unknown character '@'(64)
0:1: L0001: Unknown character '�'(134)
0:1: L0001: Unknown character '�'(128)
0:1: L0001: Unknown character '�'(163)
0:1: L0001: Typename expected, found 'p'
0:1: L0001: Unknown character '�'(134)
0:1: L0001: Unknown character '�'(128)
0:1: L0001: Unknown character '�'(163)
0:2: L0001: Expected token ';', found 'precision'
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 Chelito 19 |
v1.10.2 |
2025-03-10 |
Unknown GetPointer 2c5b9882 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.11.3 |
2025-03-10 |
Jump to invalid address: 07354dc0 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-09 |
Unknown GetPointer 001b0100 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-07 |
Unknown GetPointer 034d0001 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-07 |
Unknown GetPointer 0021ff95 PC 0881c428 LR 0881c438 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-07 |
Unknown GetPointer 0002c88c PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 07c7a300 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 0727a400 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 003463e8 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 74460310 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 03460138 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
Jump to invalid address: 43a20000 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 70460001 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 05e7a600 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 00648281 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 43c460ef |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
MIPSCompileOp: Invalid instruction 00608281 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-06 |
Unknown GetPointer 00431f1e PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.11.3 |
2025-03-06 |
ReadFromHardware: Invalid address ffffffff near PC ffffffff LR 08a3c194 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-05 |
Jump to invalid address: 0bb31570 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-05 |
Jump to invalid address: 0bb31a70 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-05 |
Jump to invalid address: 0bb31770 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-05 |
Jump to invalid address: 07031360 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-05 |
MIPSCompileOp: Invalid instruction 71e4248c |
eFootball Chelito 19 |
v1.18.1 |
2025-03-05 |
Unknown GetPointer 005d7434 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.17.1 |
2025-03-05 |
Unknown GetPointer 00982300 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-04 |
ReadFromHardware: Invalid address fafcfd00 near PC fafcfd00 LR 08a3e7a8 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-03 |
MIPSCompileOp: Invalid instruction 6e69746f |
eFootball Chelito 19 |
v1.18.1 |
2025-03-03 |
MIPSCompileOp: Invalid instruction 62207473 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-03 |
MIPSCompileOp: Invalid instruction 4e55864d |
eFootball Chelito 19 |
v1.18.1 |
2025-03-03 |
MIPSCompileOp: Invalid instruction 706f2074 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-03 |
MIPSCompileOp: Invalid instruction 621d8c98 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-03 |
MIPSCompileOp: Invalid instruction 756d2067 |
eFootball Chelito 19 |
v1.18.1 |
2025-03-03 |
Unknown GetPointer 007b3c00 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.18 |
2025-03-01 |
Unknown GetPointer 000282ac PC 08a02a0c LR 0884d7d4 |
eFootball Chelito 19 |
v1.8.0 |
2025-03-01 |
ReadFromHardware: Invalid address eb915124 near PC eb915124 LR 08000018 |
eFootball Chelito 19 |
v1.10.3-1192-g575ae376a |
2025-02-28 |
Error in shader compilation: info: 0:1: L0001: Typename expected, found 'pF'
0:1: L0001: Unknown character '�'(143)
0:1: L0001: Unknown character '�'(169)
0:1: L0001: Expected identifier, found ''
thin3d
pF�� |
eFootball Chelito 19 |
v1.18.1 |
2025-02-28 |
Unknown GetPointer 003a0b00 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-28 |
MIPSCompileOp: Invalid instruction 00000194 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-28 |
MIPSCompileOp: Invalid instruction 000003c5 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
Jump to invalid address: 01723c00 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
Jump to invalid address: 01cc3c00 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
MIPSCompileOp: Invalid instruction 00004e41 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
Jump to invalid address: 0160a500 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
MIPSCompileOp: Invalid instruction 00011341 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
Branch in Jump delay slot at 08af1adc in block starting at 08af19ac |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
MIPSCompileOp: Invalid instruction 00004cb7 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-27 |
MIPSCompileOp: Invalid instruction 000126e8 |
eFootball Chelito 19 |
v1.12.2 |
2025-02-27 |
Error in shader program link: info: (unknown reason)
fs: postshader
#ifdef GL_ES
precision mediump float;
#endif
/*
AA shader 4.o / AA shader 4.o - filtro
Copyright (C) 2014 guest(r) - [email protected]
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// Modified as video aware smoothing effect for PPSSPP.
// Some variable definitions had to be moved inside functions(and so repeated) due to glsl->hlsl auto translation failing.
// Also auto translation fails with bool uniform, which is why u_video is defined as float.
#ifdef GL_ES
precision mediump float;
precision mediump int;
#endif
uniform sampler2D sampler0;
uniform float u_video;
//===========
varying vec2 v_texcoord0;
const vec3 dt = vec3(1.0,1.0,1.0);
vec3 texture2d (vec2 texcoord) {
float scale = 1.0;
if (u_video==1.0){
scale = 2.0;
} else {
scale = 7.0;
}
vec4 yx = vec4(1.0/480.0,1.0/272.0,-1.0/480.0,-1.0/272.0)/scale;
vec4 xy = vec4(2.0/480.0,2.0/272.0,-2.0/480.0,-2.0/272.0)/scale;
vec3 s00 = texture2D(sampler0, texcoord + yx.zw).xyz;
vec3 s20 = texture2D(sampler0, texcoord + yx.xw).xyz;
vec3 s22 = texture2D(sampler0, texcoord + yx.xy).xyz;
vec3 s02 = texture2D(sampler0, texcoord + yx.zy).xyz;
float m1=dot(abs(s00-s22),dt)+0.001;
float m2=dot(abs(s02-s20),dt)+0.001;
return 0.5*(m2*(s00+s22)+m1*(s02+s20))/(m1+m2);
}
vec3 texture2dd (vec2 texcoord) {
float scale = 1.0;
if (u_video==1.0){
scale = 2.0;
} else {
scale = 7.0;
}
vec4 yx = vec4(1.0/480.0,1.0/272.0,-1.0/480.0,-1.0/272.0)/scale;
vec4 xy = vec4(2.0/480.0,2.0/272.0,-2.0/480.0,-2.0/272.0)/scale;
vec3 c11 = texture2D(sampler0, texcoord ).xyz;
vec3 c00 = texture2D(sampler0, texcoord + xy.zw).xyz;
vec3 c20 = texture2D(sampler0, texcoord + xy.xw).xyz;
vec3 c22 = texture2D(sampler0, texcoord + xy.xy).xyz;
vec3 c02 = texture2D(sampler0, texcoord + xy.zy).xyz;
vec3 s00 = texture2D(sampler0, texcoord + yx.zw).xyz;
vec3 s20 = texture2D(sampler0, texcoord + yx.xw).xyz;
vec3 s22 = texture2D(sampler0, texcoord + yx.xy).xyz;
vec3 s02 = texture2D(sampler0, texcoord + yx.zy).xyz;
float d1=dot(abs(c00-c22),dt)+0.001;
float d2=dot(abs(c20-c02),dt)+0.001;
float m1=dot(abs(s00-s22),dt)+0.001;
float m2=dot(abs(s02-s20),dt)+0.001;
vec3 t2=(d1*(c20+c02)+d2*(c00+c22))/(2.0*(d1+d2));
return 0.25*(c11+t2+(m2*(s00+s22)+m1*(s02+s20))/(m1+m2));
}
void main() {
float scale = 7.0;
bool filtro = false;
if (u_video==1.0){
scale = 2.0;
filtro = true;
} else {
scale = 7.0;
filtro = false;
}
// Calculating texel coordinates
vec2 size = vec2(480.0,272.0)*scale;
vec2 inv_size = vec2(1.0/480.0,1.0/272.0)/scale;
vec2 OGL2Pos = v_texcoord0 * size;
vec2 fp = fract(OGL2Pos);
vec2 dx = vec2(inv_size.x,0.0);
vec2 dy = vec2(0.0, inv_size.y);
vec2 g1 = vec2(inv_size.x,inv_size.y);
vec2 g2 = vec2(-inv_size.x,inv_size.y);
vec2 pC4 = floor(OGL2Pos) * inv_size + 0.5*inv_size;
// Reading the texels
vec3 C0 = texture2d(pC4 - g1);
vec3 C1 = texture2d(pC4 - dy);
vec3 C2 = texture2d(pC4 - g2);
vec3 C3 = texture2d(pC4 - dx);
vec3 C4 = texture2d(pC4 );
vec3 C5 = texture2d(pC4 + dx);
vec3 C6 = texture2d(pC4 + g2);
vec3 C7 = texture2d(pC4 + dy);
vec3 C8 = texture2d(pC4 + g1);
vec3 ul, ur, dl, dr;
float m1, m2;
m1 = dot(abs(C0-C4),dt)+0.001 |
eFootball Chelito 19 |
v1.7.4 |
2025-02-27 |
Unknown GetPointer 2c68f342 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18 |
2025-02-26 |
Unknown GetPointerWrite 00000024 PC 08a02a0c LR 08872c1c |
eFootball Chelito 19 |
v1.18 |
2025-02-26 |
Unknown GetPointerWrite 00001b24 PC 08a02a0c LR 08872c1c |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction 07dd4000 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction efefefed |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction ef10000d |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
Branch in branch delay slot at 0816c3f4 with different target |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction 0009ffb7 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction cccccc00 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction 00001cd4 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction 00ef409e |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction 7002ee30 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
Jump to invalid address: 0bfffffc |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction effc1000 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction b5f80002 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction efc73000 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-24 |
MIPSCompileOp: Invalid instruction 0005009f |
eFootball Chelito 19 |
v1.12.3 |
2025-02-24 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 040de000 offset: 0 (128x128 stride 128, 5551) |
eFootball Chelito 19 |
v1.18.1 |
2025-02-23 |
Unknown GetPointer 2c5b4d82 PC 0884d5b0 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1 |
2025-02-23 |
Unknown GetPointer 00ffff03 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.10.3 |
2025-02-22 |
An uneaten prefix at end of block: 09fffa90 |
eFootball Chelito 19 |
v1.10.3 |
2025-02-22 |
Jump to invalid address: 07ffea40 |
eFootball Chelito 19 |
v1.10.3 |
2025-02-22 |
Jump to invalid address: 0286eef0 |
eFootball Chelito 19 |
v1.10.3 |
2025-02-22 |
Jump to invalid address: 07ffe0f0 |
eFootball Chelito 19 |
v1.10.3 |
2025-02-22 |
Jump to invalid address: 07a6e080 |
eFootball Chelito 19 |
v1.10.3 |
2025-02-22 |
Jump to invalid address: 07a6e240 |