Recent logs - eFootball PC - V.

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.14.2 2025-11-26 Unknown GetPointer 00008b96 PC 0881c0fc LR 0881c10c
eFootball PC - V. v1.14.2 2025-11-25 UI scissor out of bounds in GamePauseScreen: 433,26-267,1318 / 1344,720
eFootball PC - V. v1.14.2 2025-11-25 UI scissor out of bounds in GamePauseScreen: 0,26-420,1318 / 1344,720
eFootball PC - V. v1.14.2 2025-11-25 UI scissor out of bounds in GamePauseScreen: 924,26-400,694 / 720,1344
eFootball PC - V. v1.14.2 2025-11-25 UI scissor out of bounds in GamePauseScreen: 0,26-911,694 / 720,1344
eFootball PC - V. v1.8.0 2025-11-24 Unknown GetPointer 10b554b7 PC 0884d5b0 LR 0884d7d4
eFootball PC - V. v1.9.4 2025-11-24 Unknown GetPointer 7b67c109 PC 0884d7b4 LR 0884d7d4
eFootball PC - V. v1.17.1 2025-11-22 Unknown GetPointer 2c5c08c2 PC 0884d5b0 LR 0884d7d4
eFootball PC - V. v1.19.3 2025-11-21 Branch in Jump delay slot at 08af1a04 in block starting at 08af19ac
eFootball PC - V. v1.19.3 2025-11-21 Branch in Jump delay slot at 08af19e0 in block starting at 08af19ac
eFootball PC - V. v1.19.3 2025-11-21 Branch in Jump delay slot at 08af1a28 in block starting at 08af19ac
eFootball PC - V. v1.17.1 2025-11-21 80420014=__sceSasCore(08bb3ac0, 0cb66980): invalid address
eFootball PC - V. v1.6.3 2025-11-20 Error in shader program link: info: fs: 00000000:00200022 Tex TexAlpha Fog TFuncMod #version 300 es precision lowp float; uniform sampler2D tex; 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: 00000000:0000091c HWX C T Fog Tex #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; 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 = 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.18.1 2025-11-20 Unknown GetPointer 000001f0 PC 0884d5b0 LR 0884d7d4
eFootball PC - V. v1.5.2 2025-11-19 Error in shader program link: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; 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(mix(p.rgb, u_texenv.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.18.1 2025-11-17 Unknown GetPointer f01240d0 PC 0884a918 LR 0884a938
eFootball PC - V. v1.8.0 2025-11-16 Unknown GetPointer ab9c8188 PC 08000018 LR 08000018
eFootball PC - V. v1.17.1 2025-11-16 Jump to invalid address: 074231d0
eFootball PC - V. v1.17.1 2025-11-16 Branch in Jump delay slot at 09d08ab8 in block starting at 09d08aa0
eFootball PC - V. v1.17.1 2025-11-16 Jump to invalid address: 07423080
eFootball PC - V. v1.17.1 2025-11-16 Branch in Jump delay slot at 09d08ab4 in block starting at 09d08aa0
eFootball PC - V. v1.17.1 2025-11-16 Branch in Jump delay slot at 09d08ab0 in block starting at 09d08aa0
eFootball PC - V. v1.17.1 2025-11-16 Jump to invalid address: 07422fc0
eFootball PC - V. v1.17.1 2025-11-16 Branch in Jump delay slot at 09d08aac in block starting at 09d08aa0
eFootball PC - V. v1.17.1 2025-11-16 Jump to invalid address: 07422f80
eFootball PC - V. v1.6.3 2025-11-15 Unknown GetPointer 10bf2af7 PC 0884d5b0 LR 0884d7d4
eFootball PC - V. v1.11.3 2025-11-15 Error in shader program link: info: (unknown reason) fs: 00004000:00000022 Tex TexAlpha Flat TFuncMod #version 320 es #extension GL_ARM_shader_framebuffer_fetch : require // Mali-T820 - 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; flat in lowp 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 = p * t; fragColor0 = v; } vs: 40000000:00000930 HWX T Tex Flat Cull #version 320 es // Mali-T820 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) 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 vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); vec3 projPos = outPos.xyz / outPos.w; if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; }
eFootball PC - V. v1.9.4 2025-11-14 ReadFromHardware: Invalid address eb19a380 near PC eb19a380 LR 08000018
eFootball PC - V. v1.16.6 2025-11-14 Unknown GetPointer 0001da54 PC 0884d7cc LR 0884d7d4
eFootball PC - V. v1.9.4 2025-11-12 Unknown GetPointer 10bee3f7 PC 0884d5b0 LR 0884d7d4
eFootball PC - V. v1.18.1 2025-11-11 Unknown GetPointer 00411e19 PC 0884a918 LR 0884a938
eFootball PC - V. v1.6.3 2025-11-10 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: 01770000:00000b10 HWX T N Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 #version 300 es precision highp float; in vec3 position; in mediump vec3 normal; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform lowp vec4 u_ambient; uniform lowp vec3 u_matdiffuse; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; out mediump vec3 v_texcoord; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0); vec3 toLight; lowp vec3 diffuse; mediump float ldot; toLight = u_lightpos0; ldot = max(dot(toLight, worldnormal), 0.0); diffuse = (u_lightdiffuse0 * u_matdiffuse) * ldot; lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos1; ldot = max(dot(toLight, worldnormal), 0.0); diffuse = (u_lightdiffuse1 * u_matdiffuse) * ldot; lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos2; ldot = max(dot(toLight, worldnormal), 0.0); diffuse = (u_lightdiffuse2 * u_matdiffuse) * ldot; lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse); v_color0 = clamp(lightSum0, 0.0, 1.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); }
eFootball PC - V. v1.12.2 2025-11-09 Unknown GetPointer 1774f3a6 PC 0888d3fc LR 0888d40c
eFootball PC - V. v1.16.4 2025-11-09 Unknown GetPointer 2c5dc842 PC 0884d5b0 LR 0884d7d4
eFootball PC - V. v1.11.3 2025-11-08 Unknown GetPointer 0a0bf875 PC 0888d3fc LR 0888d40c
eFootball PC - V. v1.9.4 2025-11-08 Unknown GetPointer 320b4120 PC 0884d7b4 LR 0884d7d4
eFootball PC - V. v1.9.4 2025-11-07 Unknown GetPointer 2c5c4602 PC 0884d5b0 LR 0884d7d4
eFootball PC - V. v1.11.3 2025-11-06 Unknown GetPointer 00000000 PC 0880de28 LR 088258ec
eFootball PC - V. v1.9.4 2025-11-05 ReadFromHardware: Invalid address f77fe997 near PC f77fe997 LR 08000018
eFootball PC - V. v1.13.2 2025-11-04 Unknown GetPointer 051e1f01 PC 08811368 LR 088113dc
eFootball PC - V. v1.9.4 2025-11-04 Unknown GetPointer 2985a295 PC 0881c2d8 LR 0881c2e8
eFootball PC - V. v1.9.4 2025-11-03 __KernelStopThread: thread 406 does not exist
eFootball PC - V. v1.13.1 2025-11-02 __KernelStopThread: thread 308 does not exist
eFootball PC - V. v1.18.1 2025-11-02 Unknown GetPointerWrite 0000068f PC 0881c428 LR 0881c438
eFootball PC - V. v1.18.1 2025-11-02 Unknown GetPointer 00002209 PC 0881c428 LR 0881c438
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction cce2ee54
eFootball PC - V. v1.9.4 2025-10-31 ReadFromHardware: Invalid address deadb84a near PC 08000248 LR 09fd86c0
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction d2e2ef50
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction b1eaf650
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction d0e2ef51
eFootball PC - V. v1.9.4 2025-10-31 WriteToHardware: Invalid address deadad3e near PC 0800027c LR 09fd86c0
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction cfe2ef51
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction cde2ee52
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction cee3ed52
eFootball PC - V. v1.9.4 2025-10-31 MIPSCompileOp: Invalid instruction 71eb08c4
eFootball PC - V. v1.19.3 2025-10-31 Error in shader program link: info: Link failed because of missing vertex shader. fs: 10180000:00200002 Tex Fog FragUber TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Mali-G57 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10180000:00200002 Tex Fog FragUber TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; 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: 00000000:00000b20 HWX T N Cull
eFootball PC - V. v1.6.2 2025-10-30 Unknown GetPointer 00000000 PC 0884c9fc LR 0884d7d4
eFootball PC - V. v1.9.4 2025-10-30 ReadFromHardware: Invalid address e1c7c770 near PC e1c7c770 LR 08000018
eFootball PC - V. v1.18.1 2025-10-29 Unknown GetPointer deaddbef PC 0881c2d8 LR 0881c2e8
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSZeroComp delay slot at 8405af40 in block starting at 8405af38
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSRTComp delay slot at 8405af3c in block starting at 8405af38
eFootball PC - V. v1.11.3 2025-10-29 Jump to invalid address: 8218221c
eFootball PC - V. v1.11.3 2025-10-29 Branch in Jump delay slot at 8405af38 in block starting at 8405af38
eFootball PC - V. v1.11.3 2025-10-29 Jump to invalid address: 82a04324
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSRTComp delay slot at 8405af30 in block starting at 8405af30
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSRTComp delay slot at 84051a88 in block starting at 84051a84
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSRTComp delay slot at 84051a88 in block starting at 84051a74
eFootball PC - V. v1.11.3 2025-10-29 Jump to invalid address: 81089184
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSZeroComp delay slot at 840476d8 in block starting at 840476d8
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSZeroComp delay slot at 840476c8 in block starting at 840476c8
eFootball PC - V. v1.11.3 2025-10-29 Branch in Jump delay slot at 840476c0 in block starting at 840476c0
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSRTComp delay slot at 840476b8 in block starting at 840476b8
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSRTComp delay slot at 84043018 in block starting at 8404300c
eFootball PC - V. v1.11.3 2025-10-29 Branch in RSRTComp delay slot at 84043018 in block starting at 84043004
eFootball PC - V. v1.11.3 2025-10-29 MIPSCompileOp: Invalid instruction 05650565
eFootball PC - V. v1.11.3 2025-10-29 MIPSCompileOp: Invalid instruction 05650966
eFootball PC - V. v1.11.3 2025-10-29 Jump to invalid address: 85982598
eFootball PC - V. v1.11.3 2025-10-29 Branch in Jump delay slot at 84043004 in block starting at 84043004
eFootball PC - V. v1.11.3 2025-10-29 Jump to invalid address: 85982594
eFootball PC - V. v1.11.3 2025-10-29 Branch in Jump delay slot at 88000009 in block starting at 88000009
eFootball PC - V. v1.11.3 2025-10-29 Branch in Jump delay slot at 88000009 in block starting at 87ffe0e1
eFootball PC - V. v1.11.3 2025-10-29 MIPSCompileOp: Invalid instruction 4c03e000
eFootball PC - V. v1.11.3 2025-10-29 Jump to invalid address: 81a0179c
eFootball PC - V. v1.11.3 2025-10-29 ReadFromHardware: Invalid address 87e0e0e1 near PC 87e0e0e1 LR 08a3c164
eFootball PC - V. v1.15.4 2025-10-29 Unknown GetPointer 00003310 PC 0881c428 LR 0881c438
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e145
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 00008cbb
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0f9
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0d4
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0e9
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0d5
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 00008be8
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 000090b5
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0fb
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0df
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0f7
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0f5
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0bc
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 0000e0ba
eFootball PC - V. v1.9.4 2025-10-27 MIPSCompileOp: Invalid instruction 00009469