Recent logs - eFootball 2025

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 2025 v1.20.4 2026-06-13 PerformMemorySet with invalid range: 041a5600, size -16
eFootball 2025 v1.20.4 2026-06-11 PerformMemorySet with invalid range: 041d4a80, size -48
eFootball 2025 v1.16.6 2026-06-09 Unknown GetPointer 00000000 PC 0884c9fc LR 0884d7d4
eFootball 2025 v1.20.4 2026-06-07 PerformMemorySet with invalid range: 041a5600, size -165038968
eFootball 2025 v1.20.4 2026-06-06 PerformMemorySet with invalid range: 041adb80, size -48
eFootball 2025 v1.20.4 2026-06-05 PerformMemorySet with invalid range: 041a8280, size -48
eFootball 2025 v1.20.4 2026-05-30 PerformMemorySet with invalid range: 041c6c00, size -165008376
eFootball 2025 v1.20.4 2026-05-30 PerformMemorySet with invalid range: 041be680, size -164978552
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction b2e7e7e7
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction 9e7c7c7c
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction 7ccfe7e7
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction b4dfe7e7
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction b4a1a1a7
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction 7c7cc0e7
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction 7c7c7c9e
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction 007c7c7c
eFootball 2025 v1.8.0 2026-05-29 Branch in RSRTComp delay slot at 00010048 in block starting at 00010000
eFootball 2025 v1.8.0 2026-05-29 MIPSCompileOp: Invalid instruction 7c7c7c7c
eFootball 2025 v1.8.0 2026-05-29 Jump to invalid address: 0734ca00
eFootball 2025 v1.8.0 2026-05-29 Jump to invalid address: 075ca880
eFootball 2025 v1.20.4 2026-05-29 PerformMemorySet with invalid range: 041b6100, size -165004856
eFootball 2025 v1.20.4 2026-05-29 PerformMemorySet with invalid range: 041dfc80, size -579137058
eFootball 2025 v1.20.4 2026-05-28 PerformMemorySet with invalid range: 041a5600, size 165071472
eFootball 2025 v1.16.6 2026-05-28 sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2
eFootball 2025 v1.20.3 2026-05-27 PerformMemorySet with invalid range: 041b6100, size -48
eFootball 2025 v1.20.4 2026-05-23 Error in shader program link: info: Link failed because of missing fragment shader. fs: 10180000:00000000 FragUber vs: 00000000:0000000a THR C #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)) // 00000000:0000000a THR C 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; 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; }
eFootball 2025 v1.20.4 2026-05-23 Error in shader program link: info: Link failed because of missing fragment shader. fs: 10180000:00000000 FragUber vs: 00000000:00000128 HWX C Cull #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)) // 00000000:00000128 HWX C Cull in vec3 position; 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; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; vec3 normalizeOr001(vec3 v) { return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v); } void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = normalizeOr001(mul(vec4(0.0, 0.0, 1.0, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); vec4 ambientColor = u_matambientalpha; v_color0 = color0; v_texcoord = splat3(0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; vec3 projPos = outPos.xyz / outPos.w; float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w; if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) { if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; }
eFootball 2025 v1.20.4 2026-06-13 PerformMemorySet with invalid range: 041dfc80, size -48
eFootball 2025 v1.20.3 2026-05-21 Branch in Jump delay slot at 0804ffd4 in block starting at 0804ffbc
eFootball 2025 v1.20.4 2026-05-20 An uneaten prefix at end of block: 0806be9c
eFootball 2025 v1.17.1 2026-05-28 sceDmacMemcpy(dest=040cc000, src=086ce900, size=1251072): overlapping read
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f529f4a
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction b4f1bbf8
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ede9edc
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f609f5f
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9efc9efb
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 00610079
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 01310079
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 767b672a
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ef69ef4
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9eb89ea9
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ead9eaa
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 00e3004e
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 0435041d
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 006e0069
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f6c9f67
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 0061007a
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f3e9f2c
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f219f15
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 00730069
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 0069004e
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f769f72
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f669f61
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 76b79f08
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9dd39dd9
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f9c9f95
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ee09edd
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 006c0041
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ed49ed0
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f639f54
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ee89ee5
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9e819e7d
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d899d72
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 006e0055
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d3e9d3f
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d519d64
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d159d44
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ea59e9d
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f079efd
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9f779f6a
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ecf9ece
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9e919e95
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d599d50
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9e929e8c
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ef99ef7
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9e8b9e88
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9dc69dba
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d5e9d5d
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9da49d9a
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 006f004e
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d039ceb
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9db29da9
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d419d12
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9db89dbb
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d7a9d6f
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9de69df8
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ecc9761
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9dc29dcf
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9e1e9e1b
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9e1a9dfd
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9dab9d87
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9e799e75
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d489d46
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d089d09
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9cf09cec
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9d2a9d06
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9ce79c78
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9dc19dc4
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9c329c47
eFootball 2025 v1.18.1-595-g855e00d192 2026-05-18 MIPSCompileOp: Invalid instruction 9c769c67