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 PES 2021 By GABRIEL |
v1.15.4 |
2023-05-28 |
Unknown GetPointer 00630069 PC 0884a908 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.10.2 |
2023-05-28 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l3 rate 000f |
eFootball PES 2021 By GABRIEL |
v1.10.2 |
2023-05-28 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l1 rate 0005 |
eFootball PES 2021 By GABRIEL |
v1.15.4 |
2023-05-26 |
Unknown GetPointer 00462718 PC 0884a908 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.15.4 |
2023-05-26 |
Unknown GetPointer 02000200 PC 0884a908 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.15.4 |
2023-05-26 |
Unknown GetPointer c16b40ae PC 0881606c LR 08816080 |
eFootball PES 2021 By GABRIEL |
v1.14 |
2023-05-24 |
UI scissor out of bounds in GameSettingsScreen: 301,0-1350,720 / 1520,720 |
eFootball PES 2021 By GABRIEL |
v1.14 |
2023-05-24 |
UI scissor out of bounds in GameSettingsScreen: 341,0-1529,816 / 1722,816 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-22 |
Unknown GetPointer 00000000 PC 08a08ad8 LR 08a019dc |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-21 |
Waiting thread for 20 that was already waiting for 20 |
eFootball PES 2021 By GABRIEL |
v1.11.3 |
2023-05-20 |
Unknown GetPointer 00000000 PC 0881c2c0 LR 0881c2d0 |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-19 |
Unknown GetPointer 4c704703 PC 0881c410 LR 0881c420 |
eFootball PES 2021 By GABRIEL |
v1.14 |
2023-05-19 |
UI scissor out of bounds in GameSettingsScreen: 264,0-1472,816 / 1722,816 |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-19 |
Unknown GetPointer 04f85168 PC 0884a908 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-18 |
Unknown GetPointer 02c20b65 PC 0881c410 LR 0881c420 |
eFootball PES 2021 By GABRIEL |
v1.9.0 |
2023-05-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-16 |
__KernelStopThread: thread 357 does not exist (helper deleted) |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000136, pos=0, access=1, data=2, text=2 |
eFootball PES 2021 By GABRIEL |
v1.5.3 |
2023-05-14 |
Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
fs: 40000000:00000012 Tex TFuncAdd
#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: 00000000:00000002 THR
#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 PES 2021 By GABRIEL |
v1.5.3 |
2023-05-14 |
Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
fs: 00000000:00000918 LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:0001d022 THR UVMtx TessC TessRevN
#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 PES 2021 By GABRIEL |
v1.5.3 |
2023-05-14 |
Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
fs: 00000000:0000001a Tex TFuncUnk
#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: 00004000:0001d002 THR UVMtx TessC TessRevN
#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 PES 2021 By GABRIEL |
v1.5.3 |
2023-05-14 |
Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
fs: 00000000:00000918 LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:00000002 THR
#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 PES 2021 By GABRIEL |
v1.5.3 |
2023-05-14 |
Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
fs: 40000000:00000914 LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:0001d022 THR UVMtx TessC TessRevN
#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 PES 2021 By GABRIEL |
v1.5.3 |
2023-05-14 |
Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
fs: 40000000:00000012 Tex TFuncAdd
#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: 00004000:00200000
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
eFootball PES 2021 By GABRIEL |
v1.10.2 |
2023-05-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146185776 |
eFootball PES 2021 By GABRIEL |
v1.10.2 |
2023-05-13 |
RET: Stack empty! |
eFootball PES 2021 By GABRIEL |
v1.10.2 |
2023-05-13 |
Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5 |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-11 |
Unknown GetPointer 0000ab00 PC 0884a908 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-10 |
Unknown GetPointer b4b6c2ff PC 08849a48 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-09 |
Unknown GetPointer ff6a88c0 PC 08849a48 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.15.3 |
2023-05-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
eFootball PES 2021 By GABRIEL |
v1.14 |
2023-05-08 |
UI scissor out of bounds in GameSettingsScreen: 333,0-1255,720 / 1501,720 |
eFootball PES 2021 By GABRIEL |
v1.10.2 |
2023-05-08 |
sceDmacMemcpy(dest=040cc000, src=091f6230, size=557056): overlapping read |
eFootball PES 2021 By GABRIEL |
v1.5.3 |
2023-05-07 |
Error in shader program link during preload: info: cannot find a matched output for input v_color1
fs: 40000000:00000910 LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:00000000
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
eFootball PES 2021 By GABRIEL |
v1.5.3 |
2023-05-07 |
Error in shader program link during preload: info: cannot find a matched output for input v_color1
fs: 00000000:0000091c LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:00200000
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8aec0 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8aebc in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e2bb70 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae90 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 0269b540 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae7c in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e2b190 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae78 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e29da0 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae74 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e26cd0 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e29c80 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae68 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae64 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e29eb0 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae60 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e29790 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
MIPSCompileOp: Invalid instruction 000065fb |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e2ba00 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8ae34 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e2b720 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 0267aa60 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e2b890 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Branch in Jump delay slot at 08b8add8 in block starting at 08b8ad68 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e269a0 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 026a3030 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-04 |
Jump to invalid address: 02e2e240 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-03 |
Unknown GetPointer ffdbdfdb PC ffdbdfdb LR 08a3c160 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-03 |
ReadFromHardware: Invalid address ffdbdfdb near PC ffdbdfdb LR 08a3c160 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-03 |
Unknown GetPointer cee717a0 PC cee717a0 LR 08a3e774 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-03 |
ReadFromHardware: Invalid address cee717a0 near PC cee717a0 LR 08a3e774 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-03 |
Replacement rowPitch=1024, but w=4332 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
Jump to invalid address: 0b5c3870 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
Jump to invalid address: 0b5c3570 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
Jump to invalid address: 0b5c3470 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
Jump to invalid address: 06ac3160 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
Jump to invalid address: 0b5c3370 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
MIPSCompileOp: Invalid instruction 71cb2934 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
Replacement rowPitch=512, but w=6360 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-02 |
Unknown GetPointer 00685138 PC 0884a908 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.5.3 |
2023-05-01 |
Error in shader program link during preload: info: cannot find a matched output for input v_color1
fs: 00000000:0000091c LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00004000:00000022 THR
#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 PES 2021 By GABRIEL |
v1.5.3 |
2023-05-01 |
Error in shader program link during preload: info: cannot find a matched output for input v_color1
fs: 40000000:00000910 LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:00000022 THR
#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 PES 2021 By GABRIEL |
v1.14.4 |
2023-04-30 |
Replacement rowPitch=384, but w=512 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.5.3 |
2023-05-01 |
Error in shader program link during preload: info: cannot find a matched output for input v_color1
fs: 00000000:00000918 LM
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:0001d002 THR UVMtx TessC TessRevN
#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 PES 2021 By GABRIEL |
v1.8.0 |
2023-04-30 |
Unknown GetPointer a90088f8 PC 08849a48 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b60000, pos=0, access=1, data=2, text=2 |
eFootball PES 2021 By GABRIEL |
v1.11.3 |
2023-04-28 |
Unknown GetPointer 9d8b31c3 PC 08849a48 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-27 |
Replacement rowPitch=512, but w=7200 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-05-22 |
Unknown GetPointer deadbf0f PC 0881606c LR 08816080 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-24 |
Unknown GetPointer e19083e1 PC 08849a48 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-29 |
Replacement rowPitch=256, but w=2800 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-23 |
Replacement rowPitch=128, but w=6000 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.10.2 |
2023-04-23 |
Unknown GetPointer 5d9d9f5e PC 08849a48 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-25 |
Replacement rowPitch=512, but w=736 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-21 |
Jump to invalid address: 0b810230 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-21 |
Jump to invalid address: 06d0fb20 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-20 |
Replacement rowPitch=1024, but w=1272 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-17 |
Unknown GetPointer 35ff664c PC 08849a48 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-17 |
Unknown GetPointer 1a001914 PC 1a001914 LR 08a3c160 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-17 |
ReadFromHardware: Invalid address 1a001914 near PC 1a001914 LR 08a3c160 |
eFootball PES 2021 By GABRIEL |
v1.14 |
2023-04-16 |
Unknown GetPointerWrite 00000000 PC 08a029d8 LR 08808448 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-13 |
Unknown GetPointer 3a0165ff PC 0884a908 LR 0884a928 |
eFootball PES 2021 By GABRIEL |
v1.14.4 |
2023-04-13 |
Replacement rowPitch=1024, but w=5412 (level=0) |
eFootball PES 2021 By GABRIEL |
v1.14 |
2023-04-14 |
UI scissor out of bounds in MainScreen: 0,0-1075,721 / 1440,720 |
eFootball PES 2021 By GABRIEL |
v1.14 |
2023-04-13 |
UI scissor out of bounds in GameSettingsScreen: 239,0-1189,721 / 1440,720 |