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 |
| PES 2013 |
v1.20.4 |
2026-07-03 |
Error in shader program link: info: Link failed because of missing fragment shader.
fs: 10184000:00000000 Flat FragUber
vs: 40000000:0000000a THR C Flat
#version 320 es
// Driver: Mali-G57 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 40000000:0000000a THR C Flat
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;
flat 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;
}
|
| PES 2013 |
v1.20.4 |
2026-07-03 |
Error in shader program link: info: Link failed because of missing fragment shader.
fs: 10184000:00000000 Flat FragUber
vs: 40000000:00000002 THR Flat
#version 320 es
// Driver: Mali-G57 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 40000000:00000002 THR Flat
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;
flat 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;
}
|
| PES 2013 |
v1.20.4 |
2026-07-02 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10184000:0001d000 Flat FragUber AlphaTest0 >
#version 310 es
#extension GL_ARM_shader_framebuffer_fetch : require
// Driver: Mali-T720 - GLSL 310
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:0001d000 Flat FragUber AlphaTest0 >
uniform uint u_alphacolorref;
flat in lowp vec4 v_color0;
in mediump float v_fogdepth;
out vec4 fragColor0;
void main() {
vec4 v = v_color0;
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 40000000:00000002 THR Flat
|
| PES 2013 |
v1.20.4 |
2026-07-02 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10184000:0001d002 Tex Flat FragUber TFuncMod AlphaTest0 >
#version 310 es
#extension GL_ARM_shader_framebuffer_fetch : require
// Driver: Mali-T720 - GLSL 310
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:0001d002 Tex Flat FragUber TFuncMod AlphaTest0 >
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
uniform uint u_alphacolorref;
flat in lowp vec4 v_color0;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb *= u_texNoAlphaMul.y;
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 40000000:00000002 THR Flat
|
| PES 2013 |
v1.20.4 |
2026-07-02 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10184000:00000002 Tex Flat FragUber TFuncMod
#version 310 es
#extension GL_ARM_shader_framebuffer_fetch : require
// Driver: Mali-T720 - GLSL 310
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:00000002 Tex Flat FragUber TFuncMod
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
flat in lowp vec4 v_color0;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb *= u_texNoAlphaMul.y;
fragColor0 = v;
}
vs: 40000000:0000000a THR C Flat
|
| PES 2013 |
v1.20.4 |
2026-07-02 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10180000:0001d002 Tex FragUber TFuncMod AlphaTest0 >
#version 310 es
#extension GL_ARM_shader_framebuffer_fetch : require
// Driver: Mali-T720 - GLSL 310
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10180000:0001d002 Tex FragUber TFuncMod AlphaTest0 >
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
uniform uint u_alphacolorref;
in lowp vec4 v_color0;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb *= u_texNoAlphaMul.y;
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 00000000:0000000a THR C
|
| PES 2013 |
v1.20.4 |
2026-07-02 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10184000:00000000 Flat FragUber
#version 310 es
#extension GL_ARM_shader_framebuffer_fetch : require
// Driver: Mali-T720 - GLSL 310
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:00000000 Flat FragUber
flat in lowp vec4 v_color0;
in mediump float v_fogdepth;
out vec4 fragColor0;
void main() {
vec4 v = v_color0;
fragColor0 = v;
}
vs: 40000000:0000000a THR C Flat
|
| PES 2013 |
v1.13.2 |
2026-06-27 |
__KernelStopThread: thread 337 does not exist |
| PES 2013 |
v1.20.4 |
2026-06-22 |
SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v3 l3 rate 000f |
| PES 2013 |
v1.20.4 |
2026-06-18 |
Error in shader program link: info: (unknown reason)
fs: 10184000:00200002 Tex Fog Flat FragUber TFuncMod
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Adreno (TM) 506 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:00200002 Tex Fog Flat FragUber TFuncMod
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
flat in lowp vec4 v_color0;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0);
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 40000000:00000928 HWX C T Flat Cull
|
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8ad4 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 073007c0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8ab8 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 062fcc00 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8ab4 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8ab0 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322300 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
MIPSCompileOp: Invalid instruction 0000023f |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322a20 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc899c in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 073229a0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8998 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8994 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 073228a0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322820 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8988 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 073227a0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8984 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8980 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 073226a0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 063005a0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322b40 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc88f0 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322ac0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc88ec in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06300680 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc88e8 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322600 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06300580 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc88dc in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 063002b0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07497640 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e4cf00 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8894 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 073241c0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8890 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e4adc0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8864 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322240 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8860 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e4a980 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8834 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322180 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8830 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e45840 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8804 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 073220c0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8800 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e43600 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc87d4 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07322000 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc87d0 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e3a4c0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc87a4 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07321f40 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc87a0 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e29380 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8774 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07321e80 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8770 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07321d00 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 06e18240 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc8744 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07321dc0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 074fc340 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc86f8 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 072f8100 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc86f4 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 075dfdc0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Branch in Jump delay slot at 09cc86f0 in block starting at 09cc86f0 |
| PES 2013 |
v1.11.3 |
2026-05-17 |
Jump to invalid address: 07412900 |
| PES 2013 |
v1.20.4 |
2026-06-30 |
SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v3 l3 rate 0000 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b544 in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b560 in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b548 in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b558 in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b4b0 in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b55c in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b4b8 in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b554 in block starting at 09d4b4b0 |
| PES 2013 |
v1.20.3 |
2026-03-27 |
Branch in Jump delay slot at 09d4b4b4 in block starting at 09d4b4b0 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca6094 in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca60a0 in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca6060 in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca6088 in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca609c in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca6110 in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca6098 in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca6084 in block starting at 09ca5fb8 |
| PES 2013 |
v1.19.3-1456-g722178e205 |
2026-02-18 |
Branch in Jump delay slot at 09ca6130 in block starting at 09ca5fb8 |