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 PC - V. |
v1.19.3 |
2025-10-15 |
SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000f |
eFootball PC - V. |
v1.10.3 |
2025-10-15 |
Unknown GetPointer 2c5d8682 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2025-10-14 |
Unknown GetPointer 0000a301 PC 0881c428 LR 0881c438 |
eFootball PC - V. |
v1.10.3 |
2025-10-13 |
Unknown GetPointer 2c5e1c42 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.19.3 |
2025-10-13 |
Bad SAS Mix output address: 08b26d80, grain=164360304 |
eFootball PC - V. |
v1.8.0 |
2025-10-11 |
Unknown GetPointer 00000000 PC 08872bf8 LR 08872c1c |
eFootball PC - V. |
v1.6.3 |
2025-10-11 |
Error in shader program link: info:
fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod
#version 300 es
precision lowp float;
uniform sampler2D tex;
flat in 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;
vec4 v = p * t;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 40000000:00000914 HWX T Fog Tex Flat
#version 300 es
precision highp float;
in vec3 position;
in vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
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 = u_matambientalpha;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
eFootball PC - V. |
v1.18.1 |
2025-10-10 |
Unknown GetPointer 00644548 PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.17.1 |
2025-10-10 |
Unknown GetPointer 00583434 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2025-10-10 |
Unknown GetPointer 0037201c PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.14.2 |
2025-10-09 |
807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0005 |
eFootball PC - V. |
v1.14.2 |
2025-10-09 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l3 rate 000e |
eFootball PC - V. |
v1.11.3 |
2025-10-09 |
Unknown GetPointer 2c5d8882 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.6.3 |
2025-10-09 |
Error in shader program link: info: Link failed because of missing shader.
fs: 00000000:00000002 Tex TFuncMod
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
in mediump 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);
fragColor0 = v;
}
vs: 00000000:0000001a THR C Tex
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFootball PC - V. |
v1.6.3 |
2025-10-09 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00004000:0001d002 Tex Flat TFuncMod AlphaTest0 >
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
flat in vec4 v_color0;
in mediump 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);
if (v.a < 0.002) discard;
fragColor0 = v;
}
vs: 40000000:00000012 THR Tex Flat
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFootball PC - V. |
v1.9.4 |
2025-10-09 |
Unknown GetPointer 2c5b8202 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2025-10-08 |
Unknown GetPointer 2c5d85c2 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.10.3 |
2025-10-07 |
Savedata version req t-Disposition: form-data; name="verify"
Content-Length: 59
Content-Transfer-Encoding: bi sted: %dSavedata version requested: 3 |
eFootball PC - V. |
v1.10.3 |
2025-10-05 |
Unknown GetPointer 2c5c7282 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.12.3 |
2025-10-05 |
Unknown GetPointer 10bee077 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.9.4 |
2025-10-04 |
Unknown GetPointer 2c5d8bc2 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.5.2 |
2025-10-04 |
Error in shader program link: info: Error: input v_color1 not declared in output from previous stage.
Error: Linking failed. / fs: #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: #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 PC - V. |
v1.17.1 |
2025-10-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.14.2 |
2025-10-02 |
UI scissor out of bounds in MainScreen: 68,0-1210,721 / 1640,720 |
eFootball PC - V. |
v1.17.1 |
2025-10-02 |
Branch in RSRTComp delay slot at 08e839ac in block starting at 08e83970 |
eFootball PC - V. |
v1.18.1 |
2025-09-30 |
Unknown GetPointer 00000039 PC 088113d4 LR 088113dc |
eFootball PC - V. |
v1.18.1 |
2025-09-30 |
Unknown GetPointerWrite 00000080 PC 088113d4 LR 088113dc |
eFootball PC - V. |
v1.10.3 |
2025-09-29 |
80630006=sceAtracSetDataAndGetID(09c75150, 0001fff0): invalid RIFF header |
eFootball PC - V. |
v1.7.5 |
2025-09-28 |
Unknown GetPointer 2c5d8982 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.11.3 |
2025-09-28 |
ReadFromHardware: Invalid address deadc27b near PC 087fec30 LR 08a11ebc |
eFootball PC - V. |
v1.11.3 |
2025-09-28 |
Branch in RSRTComp delay slot at 087fec3c in block starting at 087fec30 |
eFootball PC - V. |
v1.11.3 |
2025-09-28 |
Jump to invalid address: 06829960 |
eFootball PC - V. |
v1.11.3 |
2025-09-28 |
MIPSCompileOp: Invalid instruction b6d31bd9 |
eFootball PC - V. |
v1.11.3 |
2025-09-28 |
MIPSCompileOp: Invalid instruction ef157116 |
eFootball PC - V. |
v1.18.1 |
2025-09-28 |
Unknown GetPointer 009683cf PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.13.2 |
2025-09-27 |
Unknown GetPointer 20013665 PC 0881c428 LR 0881c438 |
eFootball PC - V. |
v1.18.1 |
2025-09-26 |
Unknown GetPointer 00862d2e PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.7.1 |
2025-09-26 |
MIPSCompileOp: Invalid instruction 71ebed4c |
eFootball PC - V. |
v1.12.3 |
2025-09-25 |
Unknown GetPointer 10bf0977 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.11.3 |
2025-09-24 |
Unknown GetPointer 00000000 PC 08942ba0 LR 08942bc8 |
eFootball PC - V. |
v1.6.2 |
2025-09-24 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
flat 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 = p * t;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 40000000:0000091c HWX C T Fog 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;
uniform highp vec2 u_fogcoef;
flat out lowp vec4 v_color0;
out highp vec3 v_texcoord;
out highp float v_fogdepth;
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);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
eFootball PC - V. |
v1.8.0 |
2025-09-22 |
Unknown GetPointer 2c5af902 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.11.3 |
2025-09-21 |
ReadFromHardware: Invalid address ffc00000 near PC ffc00000 LR 08a3c194 |
eFootball PC - V. |
v1.19.3 |
2025-09-21 |
Branch in RSRTComp delay slot at 0803b9d4 in block starting at 08030020 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Branch in JumpReg delay slot at 09d8a2f0 in block starting at 09d8a2d0 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Jump to invalid address: 067f6b30 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Jump to invalid address: 07444e00 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Branch in Jump delay slot at 09d8a2f4 in block starting at 09d8a2d0 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Jump to invalid address: 067f7700 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Branch in Jump delay slot at 09d8a2ec in block starting at 09d8a2d0 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Jump to invalid address: 07517540 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Jump to invalid address: 07671600 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Branch in Jump delay slot at 09d8a2e8 in block starting at 09d8a2d0 |
eFootball PC - V. |
v1.18.1 |
2025-09-21 |
Branch in Jump delay slot at 09d8a2e4 in block starting at 09d8a2d0 |
eFootball PC - V. |
v1.11.3 |
2025-09-20 |
Unknown GetPointer fa17aea4 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.16.6 |
2025-09-19 |
Unknown GetPointer 00773e17 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2025-09-18 |
Unknown GetPointer 10b41b77 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.18.1 |
2025-09-18 |
Unknown GetPointer 00ffbbb7 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2025-09-17 |
ReadFromHardware: Invalid address ffabc0f7 near PC ffabc0f7 LR 08a3c194 |
eFootball PC - V. |
v1.10.1 |
2025-09-16 |
Unknown GetPointer 10bed537 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.9.4 |
2025-09-16 |
Jump to invalid address: 07295a40 |
eFootball PC - V. |
v1.9.4 |
2025-09-15 |
sceDmacMemcpy(dest=040cc000, src=086ce900, size=1251072): overlapping read
--NATIVE-DATA-BOUNDARY-01ne9e6e4Ac377e5-3
Content-Disposition: form-data; name="verify"
Content-Length: 135
Content-Transfer-Encoding: binary
sceDmacMemcpy(dest=%08x, src=%08x, size=%d): overlapping readsceDmacMemcpy(dest=040cc000, src=086ce900, size=1251072): overlapping read |
eFootball PC - V. |
v1.10.3 |
2025-09-14 |
ReadFromHardware: Invalid address 1253aaf4 near PC 1253aaf4 LR 0887ac48 |
eFootball PC - V. |
v1.17.1 |
2025-09-14 |
Unknown GetPointer 2c5dcac2 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.11.3 |
2025-09-14 |
ReadFromHardware: Invalid address c6898460 near PC c6898460 LR 08a3c194 |
eFootball PC - V. |
v1.10.3 |
2025-09-13 |
Unknown GetPointer 10b42337 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.11.3 |
2025-09-13 |
Unknown GetPointer c5000fa2 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.7.1 |
2025-09-13 |
Jump to invalid address: 07245da0 |
eFootball PC - V. |
v1.7.1 |
2025-09-13 |
Jump to invalid address: 0bd460b0 |
eFootball PC - V. |
v1.7.1 |
2025-09-13 |
MIPSCompileOp: Invalid instruction 728292b8 |
eFootball PC - V. |
v1.9.4 |
2025-09-12 |
ReadFromHardware: Invalid address e8e834e4 near PC e8e834e4 LR 08000018 |
eFootball PC - V. |
v1.9.4 |
2025-09-12 |
Unknown GetPointer f136fa31 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.9.4 |
2025-09-12 |
Unknown GetPointer f136faf1 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.18.1 |
2025-10-09 |
ReadFromHardware: Invalid address 00000008 near PC 0886a7e0 LR 0886a7e0 |
eFootball PC - V. |
v1.16.6 |
2025-09-10 |
Jump to invalid address: 0b5fbc70 |
eFootball PC - V. |
v1.18.1 |
2025-09-10 |
Unknown GetPointer 10b433b7 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.11.3 |
2025-09-09 |
Rendering to framebuffer offset: 040cc000 +65x0 |
eFootball PC - V. |
v1.5.2 |
2025-09-08 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
in mediump 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);
fragColor0 = v;
}
/ vs: #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 PC - V. |
v1.5.2 |
2025-09-08 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
in mediump vec3 v_texcoord;
out 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: #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 PC - V. |
v1.19.3 |
2025-09-08 |
An uneaten prefix at end of block: 08027290 |
eFootball PC - V. |
v1.18.1 |
2025-09-08 |
ReadFromHardware: Invalid address fffcf8f9 near PC fffcf8f9 LR 08a3c194 |
eFootball PC - V. |
v1.19.3 |
2025-09-08 |
Invalid replacement op 6afffc40 at 080506a0 |
eFootball PC - V. |
v1.16.5 |
2025-09-17 |
Unknown GetPointer 00000020 PC 08815fc0 LR 08815fd4 |
eFootball PC - V. |
v1.16.5 |
2025-09-17 |
Unknown GetPointerWrite 00000000 PC 08815fc0 LR 08815fd4 |
eFootball PC - V. |
v1.10.3-1192-g575ae376a |
2025-09-08 |
Error in shader compilation: info: 0:1: L0001: Unknown character '�'(160)
0:1: L0001: Typename expected, found '�-���-�L_ES'
0:2: L0001: Expected identifier, found 'precision'
thin3d
��-���-�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 PC - V. |
v1.17.1 |
2025-09-07 |
MIPSCompileOp: Invalid instruction 750632f2 |
eFootball PC - V. |
v1.17.1 |
2025-09-07 |
ReadFromHardware: Invalid address 00001fff near PC 00001fff LR 08a3c194 |
eFootball PC - V. |
v1.10.3-1192-g575ae376a |
2025-09-06 |
Error in shader compilation: info: 0:1: L0001: Unknown character '�'(128)
0:1: L0001: Typename expected, found '�-���-�L_ES'
0:2: L0001: Expected identifier, found 'precision'
thin3d
��-���-�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 PC - V. |
v1.9.4 |
2025-09-06 |
ReadFromHardware: Invalid address dddf7374 near PC dddf7374 LR 08000018 |
eFootball PC - V. |
v1.9.4 |
2025-09-05 |
Unknown GetPointer 0a028880 PC 08824108 LR 0880f448 |
eFootball PC - V. |
v1.10.1 |
2025-09-05 |
Unknown GetPointer 10b6f1f7 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2025-09-05 |
Bad SAS Mix output address: 08b26d80, grain=164355600 |
eFootball PC - V. |
v1.13.2 |
2025-09-04 |
Jump to invalid address: 0bbdf670 |
eFootball PC - V. |
v1.13.2 |
2025-09-04 |
Jump to invalid address: 0bbdf370 |
eFootball PC - V. |
v1.13.2 |
2025-09-04 |
Jump to invalid address: 070def60 |
eFootball PC - V. |
v1.13.2 |
2025-09-04 |
Jump to invalid address: 0bbdf170 |
eFootball PC - V. |
v1.13.2 |
2025-09-04 |
MIPSCompileOp: Invalid instruction 71e516fc |
eFootball PC - V. |
v1.18.1 |
2025-09-03 |
Unknown GetPointer 2c5e0542 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.9.4 |
2025-09-03 |
__KernelStopThread: thread 387 does not exist |
eFootball PC - V. |
v1.9.4 |
2025-09-03 |
ReadFromHardware: Invalid address ac82d46f near PC ac82d46f LR 08000018 |