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 2023 "SNE" |
v1.8.0 |
2023-12-04 |
Unknown GetPointer 00000000 PC 088e2fe8 LR 088e2ff8 |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-12-02 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
eFootball PES 2023 "SNE" |
v1.10.2 |
2023-12-01 |
Unknown GetPointer 00000000 PC 08a0ff50 LR 08a0ff50 |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-11-29 |
An uneaten prefix at end of block: 08a19a34 |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-11-29 |
Unknown GetPointer 95f5d5b3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-11-27 |
Unknown GetPointer 95f62633 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.7.1 |
2023-11-27 |
Unknown GetPointer 95f5d833 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.13.2 |
2023-11-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
eFootball PES 2023 "SNE" |
v1.13.2 |
2023-11-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
eFootball PES 2023 "SNE" |
v1.13.2 |
2023-11-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-11-29 |
sceDmacMemcpy(dest=040cc000, src=0927e300, size=557056): overlapping read |
eFootball PES 2023 "SNE" |
v1.11.3 |
2023-11-19 |
Unknown GetPointer 00000000 PC 0880a7a8 LR 08809cb0 |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-11-15 |
Unknown GetPointer f2419106 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-11-19 |
80630006=sceAtracSetDataAndGetID(09a25200, 00001000): invalid RIFF header |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-11-13 |
Unknown GetPointer 95f668f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.16.6 |
2023-11-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
eFootball PES 2023 "SNE" |
v1.16.6 |
2023-11-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-11-11 |
Unknown GetPointer 95ea73f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-11-11 |
Branch in Jump delay slot at 088d86e4 in block starting at 088d7fb8 |
eFootball PES 2023 "SNE" |
v1.5.3 |
2023-11-11 |
Error in shader program link during preload: info: cannot find a matched output for input v_texcoord
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 highp 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 2023 "SNE" |
v1.5.3 |
2023-11-11 |
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 2023 "SNE" |
v1.5.3 |
2023-11-11 |
Error in shader program link during preload: info: cannot find a matched output for input v_color1
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: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 2023 "SNE" |
v1.9.4 |
2023-11-10 |
Unknown GetPointer 95f64833 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-11-06 |
sceMp3Init: invalid data: not 44.1kHz |
eFootball PES 2023 "SNE" |
v1.10.2 |
2023-11-04 |
Unknown GetPointer e2577002 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.11.3 |
2023-11-05 |
Unknown GetPointer 95ea25b3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.7.5 |
2023-10-31 |
Unknown GetPointer 95ea3cf3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.13.2 |
2023-11-05 |
Unknown GetPointer 95f5d0f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-29 |
Unknown GetPointer 95f5d673 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-28 |
MIPSCompileOp: Invalid instruction 0000303a |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-28 |
MIPSCompileOp: Invalid instruction 00000355 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-28 |
MIPSCompileOp: Invalid instruction 000035fc |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-27 |
Unknown GetPointer c5a07920 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-10-27 |
Unknown GetPointer 95f5d7f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.11.2 |
2023-10-26 |
807f00fd=sceMp3Init(00000000): invalid bitrate v2 l0 rate 000e |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Branch in RSZeroComp delay slot at 08000100 in block starting at 08000020 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Jump to invalid address: 0b805df0 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
MIPSCompileOp: Invalid instruction 71f4d698 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Jump to invalid address: 0b805af0 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Branch in Jump delay slot at 08000030 in block starting at 08000020 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Branch in Jump delay slot at 0800002c in block starting at 08000020 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Jump to invalid address: 0b8059f0 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Branch in Jump delay slot at 08000028 in block starting at 08000020 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Jump to invalid address: 06d056e0 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Branch in Jump delay slot at 08000024 in block starting at 08000020 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
Jump to invalid address: 0b8058f0 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-26 |
MIPSCompileOp: Invalid instruction 71d51684 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-24 |
Unknown GetPointer 95ea8133 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.16.6 |
2023-11-06 |
Game install with no files / data |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-10-22 |
MIPSCompileOp: Invalid instruction 00000005 |
eFootball PES 2023 "SNE" |
v1.12.3 |
2023-10-22 |
Branch in RSRTComp delay slot at 08815ef8 in block starting at 08815ef4 |
eFootball PES 2023 "SNE" |
v1.6.2 |
2023-10-21 |
Error in shader compilation: info:
00000000:00000001 Clear
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
out vec4 fragColor0;
void main() {
vec4 v = v_color0;
fragColor0 = v;
}
|
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-21 |
Unknown GetPointer 511cc790 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.2 |
2023-11-02 |
Unexpected mpeg first timestamp: fffffff0000 / 17592185978880 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-18 |
Unknown GetPointer 00000060 PC 088e4920 LR 088e4948 |
eFootball PES 2023 "SNE" |
v1.16.6 |
2023-10-18 |
Unknown GetPointer 95ea9833 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-14 |
Unknown GetPointer 95f2ecb3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-12 |
Unknown GetPointer 95f5c8b3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-08 |
Unknown GetPointer 95ea56f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-10-08 |
Unknown GetPointer 95ea5d73 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.16.5 |
2023-10-07 |
Unknown GetPointer 95ea5233 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.10.3 |
2023-10-06 |
Unknown GetPointer 95f56df3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.16.5 |
2023-10-06 |
Unknown GetPointer 95ea6ff3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-05 |
Unknown GetPointer 5a78a418 PC 0888d3ec LR 0888d3fc |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-05 |
Unknown GetPointer ac812fa6 PC 0888d3ec LR 0888d3fc |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-05 |
Unknown GetPointer a35092e5 PC 0888d3ec LR 0888d3fc |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-03 |
Unknown GetPointer 95ea36b3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-03 |
Unknown GetPointer 95f5f233 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-02 |
Unknown GetPointer 95ea5bb3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-01 |
Unknown GetPointer 95ea81f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-29 |
Unknown GetPointer 95f5cef3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-10-13 |
Unknown GetPointer 95f5d333 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-09-28 |
Unknown GetPointer 95f5cc73 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-28 |
Unknown GetPointer 95f5ed73 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-09-27 |
Unknown GetPointer 95f5caf3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.13.2 |
2023-09-27 |
Unknown GetPointer 95ea4df3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-26 |
MIPSCompileOp: Invalid instruction 48bc3506 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-26 |
MIPSCompileOp: Invalid instruction 00000677 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-26 |
MIPSCompileOp: Invalid instruction 00000177 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-26 |
MIPSCompileOp: Invalid instruction 77776000 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-26 |
MIPSCompileOp: Invalid instruction 62000000 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-11-11 |
Unknown GetPointer 95f5d373 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.16.6 |
2023-11-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
eFootball PES 2023 "SNE" |
v1.7.1 |
2023-09-22 |
Unknown GetPointer 752f0002 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-09-22 |
Unknown GetPointer 95ea2cf3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-12-02 |
Unknown GetPointer 95f5d5f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.8.0 |
2023-09-15 |
Unknown GetPointer 95ea7333 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.15.4 |
2023-09-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
eFootball PES 2023 "SNE" |
v1.6.3 |
2023-09-08 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 00000000:0021d002 Tex 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 highp float v_fogdepth;
in highp vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a);
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: 04000000:40c0091c HWX C T Fog Tex Bones:4 WScale 2
#version 300 es
precision highp float;
in mediump vec4 w1;
in vec3 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mat4 u_bone0;
uniform mat4 u_bone1;
uniform mat4 u_bone2;
uniform mat4 u_bone3;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out highp vec3 v_texcoord;
out highp float v_fogdepth;
void main() {
mat4 skinMatrix = w1.x * u_bone0 + w1.y * u_bone1 + w1.z * u_bone2 + w1.w * u_bone3;
vec3 skinnedpos = (skinMatrix * vec4(position, 1.0)).xyz * 1.999969482421875;
vec3 worldpos = (u_world * vec4(skinnedpos, 1.0)).xyz;
mediump vec3 skinnednormal = (skinMatrix * vec4(0.0, 0.0, 1.0, 0.0)).xyz * 1.999969482421875;
mediump vec3 worldnormal = normalize((u_world * vec4(skinnednormal, 0.0)).xyz);
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);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
eFootball PES 2023 "SNE" |
v1.11.3 |
2023-11-15 |
Unknown GetPointer 00000000 PC 08863d5c LR 08849a48 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-09-02 |
Unknown GetPointer 95ed7433 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-09-01 |
Unknown GetPointer 95f5c9f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.11.3 |
2023-08-30 |
Unknown GetPointer 95f5d3f3 PC 0884d7a4 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.16.1 |
2023-11-13 |
Unknown GetPointer 00000000 PC 0884c9ec LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.13.1 |
2023-08-28 |
MIPSCompileOp: Invalid instruction 0002011f |
eFootball PES 2023 "SNE" |
v1.13.1 |
2023-08-28 |
Jump to invalid address: 030b3700 |
eFootball PES 2023 "SNE" |
v1.13.1 |
2023-08-28 |
Jump to invalid address: 030b30c0 |
eFootball PES 2023 "SNE" |
v1.9.4 |
2023-10-30 |
Unknown GetPointer 95f5d6f3 PC 0884d5a0 LR 0884d7c4 |
eFootball PES 2023 "SNE" |
v1.10.3 |
2023-08-23 |
Unknown GetPointer 00000000 PC 08a0fe3c LR 08a0fe3c |
eFootball PES 2023 "SNE" |
v1.7.5 |
2023-08-20 |
ReadFromHardware: Invalid address f8abca4d near PC f8abca4d LR f8abca4d |