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.16.3 |
2023-09-29 |
Unexpected mpeg first timestamp: 906bf08d0c7 / 9924579479751 |
eFootball Chelito 19 |
v1.16.3 |
2023-09-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2 |
eFootball Chelito 19 |
v1.16.3 |
2023-09-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1 |
eFootball Chelito 19 |
v1.4 |
2023-09-29 |
ReadFromHardware: Invalid address 1397d198 near PC 08849a4c LR 08849a58 |
eFootball Chelito 19 |
v1.14.2 |
2023-09-26 |
UI scissor out of bounds in GameSettingsScreen: 288,0-1424,817 / 1722,816 |
eFootball Chelito 19 |
v1.16.3 |
2023-09-25 |
Jump to invalid address: 0bb90170 |
eFootball Chelito 19 |
v1.16.3 |
2023-09-25 |
Unknown GetPointer 00583434 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.11.3 |
2023-09-23 |
Unknown GetPointer 00000000 PC 088258e0 LR 088258ec |
eFootball Chelito 19 |
v1.14.1 |
2023-09-22 |
UI scissor out of bounds in GamePauseScreen: 433,26-267,1254 / 1280,720 |
eFootball Chelito 19 |
v1.14.1 |
2023-09-22 |
UI scissor out of bounds in GamePauseScreen: 0,26-420,1254 / 1280,720 |
eFootball Chelito 19 |
v1.9.4 |
2023-09-22 |
Unknown GetPointer 00000000 PC 0881f5b8 LR 08000020 |
eFootball Chelito 19 |
v1.9.4 |
2023-09-22 |
sceDmacMemcpy(dest=04154000, src=095171c0, size=557056): overlapping read |
eFootball Chelito 19 |
v1.4 |
2023-09-21 |
ReadFromHardware: Invalid address 1d3ac42a near PC 0880b454 LR 0880a548 |
eFootball Chelito 19 |
v1.6.3-282-g7f8868868 |
2023-09-25 |
GL ran out of GPU memory; switching to low memory mode |
eFootball Chelito 19 |
v1.16.1 |
2023-09-16 |
Unknown GetPointer 95008604 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.4 |
2023-09-29 |
sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read |
eFootball Chelito 19 |
v1.4 |
2023-09-14 |
sceDmacMemcpy(dest=04154000, src=0927e1c0, size=557056): overlapping read |
eFootball Chelito 19 |
v1.4 |
2023-09-11 |
ReadFromHardware: Invalid address 00000004 near PC 08856f24 LR 08856f30 |
eFootball Chelito 19 |
v1.4 |
2023-09-11 |
WriteToHardware: Invalid address 00000004 near PC 08856f24 LR 08856f30 |
eFootball Chelito 19 |
v1.11.2 |
2023-09-07 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
The qualification for varying variable v_color0 does not match in output and input shaders
cannot find a matched output for input v_color0
cannot find a matched output for input v_fogdepth
fs: 00004000:0021d022 Tex TexAlpha Fog Flat TFuncMod AlphaTest0 >
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// PowerVR Rogue GE8322 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
uniform sampler2D tex;
uniform sampler2D testtex;
flat in lowp vec4 v_color0;
uniform vec3 u_fogcolor;
in highp float v_fogdepth;
in highp vec3 v_texcoord;
out 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);
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 00000000:00000000
#version 320 es
// PowerVR Rogue GE8322 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
vec4 outPos = mul(u_proj, vec4(position.xyz, 1.0));
gl_Position = outPos;
}
|
eFootball Chelito 19 |
v1.11.2 |
2023-09-07 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
cannot find a matched output for input v_fogdepth
fs: 00000000:0021d022 Tex TexAlpha Fog TFuncMod AlphaTest0 >
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// PowerVR Rogue GE8322 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
uniform sampler2D tex;
uniform sampler2D testtex;
in lowp vec4 v_color0;
uniform vec3 u_fogcolor;
in highp float v_fogdepth;
in highp vec3 v_texcoord;
out 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);
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 00000000:00000000
#version 320 es
// PowerVR Rogue GE8322 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
vec4 outPos = mul(u_proj, vec4(position.xyz, 1.0));
gl_Position = outPos;
}
|
eFootball Chelito 19 |
v1.11.2 |
2023-09-07 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
cannot find a matched output for input v_fogdepth
fs: 00000000:00200002 Tex Fog TFuncMod
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// PowerVR Rogue GE8322 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
uniform sampler2D tex;
in lowp vec4 v_color0;
uniform vec3 u_fogcolor;
in highp float v_fogdepth;
in highp vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a);
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 00000000:00000000
#version 320 es
// PowerVR Rogue GE8322 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
vec4 outPos = mul(u_proj, vec4(position.xyz, 1.0));
gl_Position = outPos;
}
|
eFootball Chelito 19 |
v1.14.4 |
2023-09-01 |
sceMpegRingbufferPut(): invalid mpeg data |
eFootball Chelito 19 |
v1.6.3 |
2023-09-21 |
WriteToHardware: Invalid address 002e0052 near PC 0880b454 LR 0880b460 |
eFootball Chelito 19 |
v1.6.3 |
2023-08-27 |
ReadFromHardware: Invalid address 22e7a800 near PC 0880b454 LR 0880b460 |
eFootball Chelito 19 |
v1.15.4 |
2023-08-26 |
MIPSCompileOp: Invalid instruction cfa9d4ac |
eFootball Chelito 19 |
v1.15.4 |
2023-08-26 |
Unknown GetPointerWrite 22b59b3e PC 0888d404 LR 0888d40c |
eFootball Chelito 19 |
v1.15.4 |
2023-08-26 |
80630006=sceAtracSetDataAndGetID(09a25200, 00002000): invalid RIFF header |
eFootball Chelito 19 |
v1.13.2 |
2023-09-24 |
sceDmacMemcpy(dest=04154000, src=091f61b0, size=557056): overlapping read |
eFootball Chelito 19 |
v1.15.4 |
2023-08-23 |
Unknown GetPointer 00003363 PC 0881c428 LR 0881c438 |
eFootball Chelito 19 |
v1.15.4 |
2023-08-22 |
Unknown GetPointer 00140000 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-08-11 |
Unknown GetPointer 00210300 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-08-09 |
Unknown GetPointer 6885f168 PC 08815fc8 LR 08815fd4 |
eFootball Chelito 19 |
v1.15.3 |
2023-08-08 |
Unknown GetPointer 00c5a29e PC 0884d7cc LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-08-04 |
Unknown GetPointer 6974616e PC 08815f88 LR 08815fd4 |
eFootball Chelito 19 |
v1.15.4 |
2023-08-02 |
Unknown GetPointer 0000f470 PC 0881c428 LR 0881c438 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-31 |
Branch in Jump delay slot at 08020400 in block starting at 08020020 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-24 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2 |
eFootball Chelito 19 |
v1.4.2 |
2023-07-22 |
sceDmacMemcpy(dest=092ed040, src=086ce940, size=1251008): overlapping read |
eFootball Chelito 19 |
v1.4 |
2023-09-25 |
ReadFromHardware: Invalid address 00000000 near PC 0881c16c LR 0881c16c |
eFootball Chelito 19 |
v1.15.4 |
2023-07-18 |
Unknown GetPointer 2985729e PC 0881c2d8 LR 0881c2e8 |
eFootball Chelito 19 |
v1.7.5 |
2023-07-18 |
ReadFromHardware: Invalid address f00d02b4 near PC f00d02b4 LR 08000018 |
eFootball Chelito 19 |
v1.7.5 |
2023-07-18 |
ReadFromHardware: Invalid address f0047519 near PC f0047519 LR 08000018 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-17 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-10 |
80630006=sceAtracSetHalfwayBufferAndGetID(08dda340, 00000800, 00040000): invalid RIFF header |
eFootball Chelito 19 |
v1.16.1 |
2023-09-27 |
Unknown GetPointer 0000ab00 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-07 |
MIPSCompileOp: Invalid instruction 46460603 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-07 |
MIPSCompileOp: Invalid instruction 06460602 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
Unknown GetPointer e5272891 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
Jump to invalid address: 0bd52370 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
Jump to invalid address: 0bd52070 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
Jump to invalid address: 0bd51f70 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
Jump to invalid address: 07251c60 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
Jump to invalid address: 0bd51e70 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
MIPSCompileOp: Invalid instruction 71ef6720 |
eFootball Chelito 19 |
v1.15.4 |
2023-07-06 |
Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460 |
eFootball Chelito 19 |
v1.15.3 |
2023-07-04 |
Unknown GetPointer 00411200 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.10.3 |
2023-07-02 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
eFootball Chelito 19 |
v1.15.3 |
2023-07-02 |
ReadFromHardware: Invalid address 7f800001 near PC 7f800001 LR 7f800001 |
eFootball Chelito 19 |
v1.15.1 |
2023-06-09 |
Unknown GetPointer 003c0000 PC 0884d7cc LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.1 |
2023-06-09 |
Unknown GetPointer 005b311c PC 0884d7cc LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.1 |
2023-06-09 |
Unknown GetPointer 0078482c PC 0884d7cc LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-06-06 |
Jump to invalid address: 01110194 PC 08fcb25c LR 08fcb22c |
eFootball Chelito 19 |
v1.15.4 |
2023-06-06 |
MIPSCompileOp: Invalid instruction 78143e11 |
eFootball Chelito 19 |
v1.15.4 |
2023-05-30 |
MIPSCompileOp: Invalid instruction 000005f9 |
eFootball Chelito 19 |
v1.15.3 |
2023-05-25 |
Jump to invalid address: 03fd27fc |
eFootball Chelito 19 |
v1.15.3 |
2023-05-25 |
MIPSCompileOp: Invalid instruction 00000bfc |
eFootball Chelito 19 |
v1.15.3 |
2023-05-25 |
MIPSCompileOp: Invalid instruction 00000001 |
eFootball Chelito 19 |
v1.15.3 |
2023-05-25 |
MIPSCompileOp: Invalid instruction eefff000 |
eFootball Chelito 19 |
v1.8.0 |
2023-06-16 |
Unknown GetPointer 80020142 PC 08220d4c LR 08220d4c |
eFootball Chelito 19 |
v1.9.4 |
2023-06-16 |
Unimplemented HLE function sceKernelFindModuleByUID |
eFootball Chelito 19 |
v1.9.4 |
2023-06-16 |
Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b |
eFootball Chelito 19 |
v1.9.4 |
2023-06-16 |
Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a |
eFootball Chelito 19 |
v1.9.4 |
2023-06-16 |
Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f |
eFootball Chelito 19 |
v1.15.4 |
2023-08-25 |
807f00fd=sceMp3Init(00000000): invalid sample rate v2 l2 rate 03 |
eFootball Chelito 19 |
v1.10.3 |
2023-08-15 |
sceMp3Init: invalid data: not 44.1kHz |
eFootball Chelito 19 |
v1.15.3 |
2023-05-20 |
Unknown GetPointer ef3cdb5f PC 00000000 LR 00000000 |
eFootball Chelito 19 |
v1.15.3 |
2023-05-21 |
Garbage libstub address dd3c5ee8 or end 6cfc13ef |
eFootball Chelito 19 |
v1.15.2 |
2023-05-17 |
Unknown GetPointer 0000a300 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x616403ba |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x4e3a1105 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x3f53e640 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x28b6489c |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0xd6da4ba1 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
eFootball Chelito 19 |
v1.10.2 |
2023-05-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |