Recent logs - eFootball 2025 by MP

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 by MP v1.18.1 2026-06-03 MIPSCompileOp: Invalid instruction 000005fa
eFootball 2025 by MP v1.20.4 2026-06-03 PerformMemorySet with invalid range: 041cf180, size -16
eFootball 2025 by MP v1.17.1-491-g9cdd97c13b 2026-05-15 ReadFromHardware: Invalid address 00000002 near PC 08815fa0 LR 08815f88
eFootball 2025 by MP v1.17.1-491-g9cdd97c13b 2026-05-15 Unknown GetPointer 0a0484c5 PC 08a02a0c LR 08815fd4
eFootball 2025 by MP v1.17.1-491-g9cdd97c13b 2026-05-15 Unknown GetPointerWrite 00000000 PC 08a02a0c LR 08815fd4
eFootball 2025 by MP v1.18.1-193-gcab1650a05 2026-05-14 Unknown GetPointer 007f2a01 PC 0884d7b4 LR 0884d7d4
eFootball 2025 by MP v1.11.3 2026-05-04 sceDmacMemcpy(dest=040cc000, src=0927e240, size=557056): overlapping read
eFootball 2025 by MP v1.20.3 2026-05-04 PerformMemorySet with invalid range: 041c3f80, size -32
eFootball 2025 by MP v1.9.4 2026-05-03 sceMp3Init: invalid data: not MPEG v1
eFootball 2025 by MP v1.17.1 2026-05-03 Unknown GetPointer 002600ff PC 0881c2d8 LR 0881c2e8
eFootball 2025 by MP v1.20.3 2026-04-22 PerformMemorySet with invalid range: 041a2980, size 1580191674
eFootball 2025 by MP v1.18.1 2026-04-20 ReadFromHardware: Invalid address 00000004 near PC 08856f24 LR 08856f30
eFootball 2025 by MP v1.18.1 2026-04-20 WriteToHardware: Invalid address 00000004 near PC 08856f24 LR 08856f30
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction 03fcbabf
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction 0003ffff
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction edededed
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction cccccccc
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction 9f45fa0b
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction 00003cf9
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction 000000bb
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction cc200000
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction 9fffffff
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction edede600
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction edffeded
eFootball 2025 by MP v1.18.1 2026-04-14 MIPSCompileOp: Invalid instruction 00008fff
eFootball 2025 by MP v1.18.1 2026-06-03 Unknown GetPointer 00000140 PC 08824a58 LR 088113dc
eFootball 2025 by MP v1.17.1 2026-04-05 Unknown GetPointer 00000088 PC 08815fcc LR 08815fd4
eFootball 2025 by MP v1.8.0 2026-03-30 ReadFromHardware: Invalid address 0a000000 near PC 00000000 LR 00000000
eFootball 2025 by MP v1.19.3 2026-03-23 Error in shader compilation: info: 0:1: P0007: Language version '450' unknown, this compiler only supports up to version '320 es' 0:2: P0003: Warning: Extension 'GL_ARB_separate_shader_objects' not supported 0:3: P0003: Warning: Extension 'GL_ARB_shading_language_420pack' not supported 0:4: L0001: Typename expected, found 'layout' 0:5: L0001: Expected identifier, found '(' postshader #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable layout (std140, set = 0, binding = 0) uniform Data { vec2 u_texelDelta; vec2 u_pixelDelta; vec4 u_time; vec4 u_timeDelta; vec4 u_setting; float u_video; }; #ifdef GL_ES precision mediump float; precision mediump int; #endif layout(location = 0) in vec4 a_position; layout(location = 3) in vec2 a_texcoord0; layout(location = 0) out vec4 v_texcoord0; layout(location = 1) out vec4 v_texcoord1; layout(location = 2) out vec4 v_texcoord2; layout(location = 3) out vec4 v_texcoord3; layout(location = 4) out vec4 v_texcoord4; layout(location = 5) out vec4 v_texcoord5; layout(location = 6) out vec4 v_texcoord6; void main() { float x = u_pixelDelta.x*((u_texelDelta.x/u_pixelDelta.x)/2.0); float y = u_pixelDelta.y*((u_texelDelta.y/u_pixelDelta.y)/2.0); vec2 dg1 = vec2( x,y); vec2 dg2 = vec2(-x,y); vec2 sd1 = dg1*0.5; vec2 sd2 = dg2*0.5; gl_Position = a_position; v_texcoord0=a_texcoord0.xyxy; v_texcoord1.xy = v_texcoord0.xy - sd1; v_texcoord2.xy = v_texcoord0.xy - sd2; v_texcoord3.xy = v_texcoord0.xy + sd1; v_texcoord4.xy = v_texcoord0.xy + sd2; v_texcoord5.xy = v_texcoord0.xy - dg1; v_texcoord6.xy = v_texcoord0.xy + dg1; v_texcoord5.zw = v_texcoord0.xy - dg2; v_texcoord6.zw = v_texcoord0.xy + dg2; }
eFootball 2025 by MP v1.19.3 2026-03-23 Error in shader compilation: info: 0:1: P0007: Language version '450' unknown, this compiler only supports up to version '320 es' 0:2: P0003: Warning: Extension 'GL_ARB_separate_shader_objects' not supported 0:3: P0003: Warning: Extension 'GL_ARB_shading_language_420pack' not supported 0:3: L0001: Typename expected, found 'layout' 0:4: L0001: Expected identifier, found '(' postshader #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable layout (location = 0) out vec4 fragColor0; layout (std140, set = 0, binding = 0) uniform Data { vec2 u_texelDelta; vec2 u_pixelDelta; vec4 u_time; vec4 u_timeDelta; vec4 u_setting; float u_video; }; // 4xGLSL HqFilter shader, Modified to use in PPSSPP. Grabbed from: // http://forums.ngemu.com/showthread.php?t=76098 // by guest(r) ([email protected]) // License: GNU-GPL // Shader notes: looks better with sprite games #ifdef GL_ES precision mediump float; precision mediump int; #endif layout(set = 0, binding = 1) uniform sampler2D sampler0; layout(location = 0) in vec4 v_texcoord0; layout(location = 1) in vec4 v_texcoord1; layout(location = 2) in vec4 v_texcoord2; layout(location = 3) in vec4 v_texcoord3; layout(location = 4) in vec4 v_texcoord4; layout(location = 5) in vec4 v_texcoord5; layout(location = 6) in vec4 v_texcoord6; const float mx = 0.325; // start smoothing factor const float k = -0.250; // smoothing decrease factor const float max_w = 0.25; // max. smoothing weigth const float min_w =-0.05; // min smoothing/sharpening weigth void main() { vec3 c = texture(sampler0, v_texcoord0.xy).xyz; vec3 i1 = texture(sampler0, v_texcoord1.xy).xyz; vec3 i2 = texture(sampler0, v_texcoord2.xy).xyz; vec3 i3 = texture(sampler0, v_texcoord3.xy).xyz; vec3 i4 = texture(sampler0, v_texcoord4.xy).xyz; vec3 o1 = texture(sampler0, v_texcoord5.xy).xyz; vec3 o3 = texture(sampler0, v_texcoord6.xy).xyz; vec3 o2 = texture(sampler0, v_texcoord5.zw).xyz; vec3 o4 = texture(sampler0, v_texcoord6.zw).xyz; vec3 dt = vec3(1.0,1.0,1.0); float ko1=dot(abs(o1-c),dt); float ko2=dot(abs(o2-c),dt); float ko3=dot(abs(o3-c),dt); float ko4=dot(abs(o4-c),dt); float sd1 = dot(abs(i1-i3),dt); float sd2 = dot(abs(i2-i4),dt); float w1 = step(ko1,ko3)*sd2; float w2 = step(ko2,ko4)*sd1; float w3 = step(ko3,ko1)*sd2; float w4 = step(ko4,ko2)*sd1; c = (w1*o1+w2*o2+w3*o3+w4*o4+0.1*c)/(w1+w2+w3+w4+0.1); float lc = c.r+c.g+c.b+0.2; w1 = (i1.r+i1.g+i1.b+lc)*0.2; w1 = clamp(k*dot(abs(c-i1),dt)/w1+mx,min_w,max_w); w2 = (i2.r+i2.g+i2.b+lc)*0.2; w2 = clamp(k*dot(abs(c-i2),dt)/w2+mx,min_w,max_w); w3 = (i3.r+i3.g+i3.b+lc)*0.2; w3 = clamp(k*dot(abs(c-i3),dt)/w3+mx,min_w,max_w); w4 = (i4.r+i4.g+i4.b+lc)*0.2; w4 = clamp(k*dot(abs(c-i4),dt)/w4+mx,min_w,max_w); fragColor0.rgb = w1*i1 + w2*i2 + w3*i3 + w4*i4 + (1.0-w1-w2-w3-w4)*c; fragColor0.a = 1.0; }
eFootball 2025 by MP v1.20.3 2026-03-23 Branch in branch delay slot at 0805a19c with different target
eFootball 2025 by MP v1.11.3 2026-03-09 Unknown GetPointer 00000000 PC 08220f54 LR 08220f4c
eFootball 2025 by MP v1.10.3 2026-03-08 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
eFootball 2025 by MP v1.10.3 2026-03-08 sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006
eFootball 2025 by MP v1.10.3 2026-03-08 Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE.
eFootball 2025 by MP v1.10.3 2026-03-08 Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE.
eFootball 2025 by MP v1.10.3 2026-03-08 Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d
eFootball 2025 by MP v1.10.3 2026-03-08 Unknown syscall in known module 'ThreadManForKernel': 0x39810265
eFootball 2025 by MP v1.10.3 2026-03-08 Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff
eFootball 2025 by MP v1.10.3 2026-03-08 Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708
eFootball 2025 by MP v1.10.3 2026-03-08 Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c
eFootball 2025 by MP v1.10.3 2026-03-08 Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5
eFootball 2025 by MP v1.10.3 2026-03-08 Unknown syscall in known module 'ThreadManForKernel': 0x1fb15a32
eFootball 2025 by MP v1.20.4 2026-06-07 PerformMemorySet with invalid range: 041a2980, size 1580191671
eFootball 2025 by MP v1.20.1 2026-03-05 Branch in branch delay slot at 08030104 with different target
eFootball 2025 by MP v1.20.1 2026-03-05 Branch in branch delay slot at 08030284 with different target
eFootball 2025 by MP v1.19.3 2026-02-27 An uneaten prefix at end of block: 08843eec
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422d54fe
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422d1062
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422ccccd
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422c8831
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422c4396
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422c0000
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422bbb64
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422b76c9
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422b3333
eFootball 2025 by MP v1.19.3 2026-02-27 MIPSCompileOp 69eb3b5b failed
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422a6666
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422a21cb
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 4229dd2f
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 4229999a
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422954fe
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 42291062
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 4228cccd
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 42284396
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 42280000
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 4227bb64
eFootball 2025 by MP v1.14.2 2026-02-27 MIPSCompileOp: Invalid instruction 422776c9
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNp': 0x7e0864df
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNp': 0x633b5f71
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNp': 0x1d60ae4b
eFootball 2025 by MP v1.10.1 2026-02-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
eFootball 2025 by MP v1.10.1 2026-02-26 Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader. Please contact [email protected] with the shader causing the problem, along with this error message. Mali online shader compiler r10p0-00rel0 [Revision 96995]. 01f35551:00000b1d HWX C T N LM Fog Tex Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 3: c:1 t:1 MatUp:3 #version 100 precision highp float; attribute vec3 position; attribute mediump vec3 normal; attribute vec2 texcoord; attribute lowp vec4 color0; 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 lowp vec3 u_lightspecular0; uniform vec3 u_lightpos1; uniform mediump vec3 u_lightatt1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform lowp vec3 u_lightspecular1; uniform vec3 u_lightpos2; uniform mediump vec3 u_lightatt2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform lowp vec3 u_lightspecular2; uniform vec3 u_lightpos3; uniform mediump vec3 u_lightatt3; uniform lowp vec3 u_lightambient3; uniform lowp vec3 u_lightdiffuse3; uniform lowp vec3 u_lightspecular3; uniform lowp vec4 u_ambient; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; varying lowp vec4 v_color0; varying lowp vec3 v_color1; varying mediump vec3 v_texcoord; varying mediump float v_fogdepth; 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); vec4 outPos = u_proj * viewPos; lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0); lowp vec3 lightSum1 = vec3(0.0); vec3 toLight; lowp vec3 diffuse; float distance; lowp float lightScale; mediump float ldot; toLight = u_lightpos0; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * color0.rgb) * max(ldot, 0.0); if (ldot >= 0.0) { ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal); if (u_matspecular.a <= 0.0) { ldot = 1.0; } else { ldot = pow(max(ldot, 0.0), u_matspecular.a); } if (ldot > 0.0) lightSum1 += u_lightspecular0 * u_matspecular.rgb * ldot ; } lightSum0.rgb += (u_lightambient0 * color0.rgb + diffuse); toLight = u_lightpos1 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse1 * color0.rgb) * max(ldot, 0.0); if (ldot >= 0.0) { ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal); if (u_matspecular.a <= 0.0) { ldot = 1.0; } else { ldot = pow(max(ldot, 0.0), u_matspecular.a); } if (ldot > 0.0) lightSum1 += u_lightspecular1 * u_matspecular.rgb * ldot * lightScale; } lightSum0.rgb += (u_lightambient1 * color0.rgb + diffuse) * lightScale; toLight = u_lightpos2 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0); diffuse = (u_lightdiffuse2 * color0.rgb) * max(ldot, 0.0); if (ldot >= 0.0) { ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal); if (u_matspecular.a <= 0.0) { ldot = 1.0; } else { ldot = pow(max(ldot, 0.0), u_matspecular.a); } if (ldot > 0.0) lightSum1 += u_lightspecular2 * u_matspecular.rgb * ldot * lightScale; } lightSum0.rgb += (u_lightambient2 * color0.rgb + diffuse) * lightScale; toLight = u_lightpos3 - worldpos; distance = length(toLight); toLight /= distance; ldot = dot(toLight, worldnormal); lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*d
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0xbe22eea3
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0x788f2b5e
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0x75dacb57
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0x72a1ce0d
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0x66c64821
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0x5f5e32af
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0x58251346
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpService': 0x4e851b10
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpAuth': 0xcd86a656
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNp': 0xbb069a87
eFootball 2025 by MP v1.10.1 2026-02-26 Unknown syscall in known module 'sceNp': 0xa0be3c4b
eFootball 2025 by MP v1.14.4 2026-02-22 sceUtilityMsgDialogInitStart: invalid status
eFootball 2025 by MP v1.19.3 2026-02-15 An uneaten prefix at end of block: 0803a96c
eFootball 2025 by MP v1.18.1 2026-02-14 Unknown GetPointer 81881028 PC 08815fcc LR 08815fd4
eFootball 2025 by MP v1.18.1 2026-02-14 Unknown GetPointer 87dba888 PC 08815fcc LR 08815fd4
eFootball 2025 by MP v1.19.3-1456-g722178e205 2026-02-12 Branch in branch delay slot at 08bfd688 with different target
eFootball 2025 by MP v1.19.3-1456-g722178e205 2026-02-12 Jump in likely branch delay slot with link at 08bfc5d0
eFootball 2025 by MP v1.19.3-1456-g722178e205 2026-02-12 Branch in Jump delay slot at 08c0ebf4 in block starting at 08c0eba4
eFootball 2025 by MP v1.18.1 2026-02-11 Unknown GetPointer f255a8f0 PC 08815fcc LR 08815fd4
eFootball 2025 by MP v1.19.3 2026-02-11 Branch in Jump delay slot at 08068b5c in block starting at 08068b5c
eFootball 2025 by MP v1.19.3 2026-02-10 Jump in likely branch delay slot with link at 080954a0
eFootball 2025 by MP v1.19.3 2026-02-10 Branch in RSRTComp delay slot at 0809549c in block starting at 08095470
eFootball 2025 by MP v1.9.4 2026-03-06 sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read
eFootball 2025 by MP v1.18.1 2026-02-06 Unknown GetPointer 317338c8 PC 08815fcc LR 08815fd4
eFootball 2025 by MP v1.19.3 2026-02-02 An uneaten prefix at end of block: 08052138
eFootball 2025 by MP v1.19.3 2026-02-02 Branch in Jump delay slot at 098741b4 in block starting at 09870000