Recent logs - eFootball JOELAND

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 JOELAND v1.11.3 2026-08-09 Branch in RSRTComp delay slot at 0001000c in block starting at 00010000
eFootball JOELAND v1.11.3 2026-08-09 Jump to invalid address: 01796300
eFootball JOELAND v1.11.3 2026-08-09 Jump to invalid address: 07298bc0
eFootball JOELAND v1.11.3 2026-08-09 Jump to invalid address: 075b1c80
eFootball JOELAND v1.20.4 2026-08-08 PerformMemorySet with invalid range: 041a8280, size -48
eFootball JOELAND v1.5.4 2026-08-07 Unknown GetPointer 00000000 PC 088e2fd8 LR 088e2fe8
eFootball JOELAND v1.16.6 2026-08-06 MIPSCompileOp: Invalid instruction 000006f8
eFootball JOELAND v1.16.6 2026-08-06 Branch in JumpReg delay slot at 08e82008 in block starting at 08e73340
eFootball JOELAND v1.16.6 2026-08-06 Jump to invalid address: 03a08000
eFootball JOELAND v1.16.6 2026-08-06 MIPSCompileOp: Invalid instruction 0000001f
eFootball JOELAND v1.16.6 2026-08-06 MIPSCompileOp: Invalid instruction 00022c41
eFootball JOELAND v1.11.3 2026-08-03 FBO created from existing depthbuffer as color, 04088000/00000000 and 04000000/04088000
eFootball JOELAND v1.11.3 2026-08-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408
eFootball JOELAND v1.9.4 2026-08-09 Unknown GetPointer b3079800 PC 0884c220 LR 08820e88
eFootball JOELAND v1.9.4 2026-07-31 sceDmacMemcpy(dest=08701400, src=040cc000, size=1043456): overlapping read
eFootball JOELAND v1.20.4 2026-08-08 PerformMemorySet with invalid range: 041b3480, size -48
eFootball JOELAND v1.11.3 2026-07-30 ReadFromHardware: Invalid address 24d4f1fe near PC 24d4f1fe LR 08a3c194
eFootball JOELAND v1.20.4 2026-07-29 An uneaten prefix at end of block: 0803eca4
eFootball JOELAND v1.11.3 2026-08-03 sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612
eFootball JOELAND v1.11.3 2026-07-29 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660
eFootball JOELAND v1.11.3 2026-07-29 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2
eFootball JOELAND v1.11.3 2026-07-29 Jump to invalid address: 003217a4
eFootball JOELAND v1.11.3 2026-07-29 MIPSCompileOp: Invalid instruction cc092c0c
eFootball JOELAND v1.11.3 2026-07-29 Jump to invalid address: 00263004
eFootball JOELAND v1.11.3 2026-07-29 Jump to invalid address: 0733d4c0
eFootball JOELAND v1.20.4-479-gd82b795f6a 2026-07-29 sceDisplayWaitVblankCB: could not find waiting thread info.
eFootball JOELAND v1.20.4 2026-07-24 PerformMemorySet with invalid range: 041b6100, size -16
eFootball JOELAND v1.20.4 2026-07-24 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10184000:00000002 Tex Flat FragUber TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: PowerVR Rogue GE8320 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:00000002 Tex Flat FragUber TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; flat in lowp vec4 v_color0; in highp float v_fogdepth; in highp 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 *= u_texNoAlphaMul.y; fragColor0 = v; } vs: 40000000:00000920 HWX T Flat Cull
eFootball JOELAND v1.20.4 2026-07-24 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10184000:0001d002 Tex Flat FragUber TFuncMod AlphaTest0 > #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: PowerVR Rogue GE8320 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:0001d002 Tex Flat FragUber TFuncMod AlphaTest0 > uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform uint u_alphacolorref; flat in lowp vec4 v_color0; in highp float v_fogdepth; in highp 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 *= u_texNoAlphaMul.y; if (v.a < 0.002) DISCARD; fragColor0 = v; } vs: 40000000:00000920 HWX T Flat Cull
eFootball JOELAND v1.20.4 2026-07-24 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10184000:00200002 Tex Fog Flat FragUber TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: PowerVR Rogue GE8320 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:00200002 Tex Fog Flat FragUber TFuncMod uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; flat in lowp vec4 v_color0; uniform vec3 u_fogcolor; in highp float v_fogdepth; in highp 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: 40000000:00000920 HWX T Flat Cull
eFootball JOELAND v1.20.4 2026-07-24 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 10184000:0021d002 Tex Fog Flat FragUber TFuncMod AlphaTest0 > #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: PowerVR Rogue GE8320 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 10184000:0021d002 Tex Fog Flat FragUber TFuncMod AlphaTest0 > uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform uint u_alphacolorref; flat in lowp vec4 v_color0; uniform vec3 u_fogcolor; in highp float v_fogdepth; in highp 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); if (v.a < 0.002) DISCARD; fragColor0 = v; } vs: 40000000:00000920 HWX T Flat Cull
eFootball JOELAND v1.20.4 2026-07-23 PerformMemorySet with invalid range: 041da380, size -48
eFootball JOELAND v1.20.4 2026-07-18 PerformMemorySet with invalid range: 0419ed80, size -917822959
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 00004530 at 08aab52c
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 706f2074 at 08aab534
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 621d8c98 at 08ac5448
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 756d2067 at 08aab514
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 4e55864d at 08ac521c
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 000a6572 at 08aab520
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 6e69746f at 08aab510
eFootball JOELAND v1.20.2 2026-07-17 Unknown instruction 62207473 at 08aab518
eFootball JOELAND v1.20.4 2026-07-17 PerformMemorySet with invalid range: 041a5600, size -48
eFootball JOELAND v1.17.1 2026-07-16 WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 08856f30
eFootball JOELAND v1.17.1 2026-07-16 ReadFromHardware: Invalid address 00000004 near PC 08863d6c LR 08856f30
eFootball JOELAND v1.17.1 2026-07-16 Unknown GetPointer 00000020 PC 08815f88 LR 08815fd4
eFootball JOELAND v1.11.3 2026-07-15 Unknown GetPointer 00000060 PC 088e4910 LR 088e4938
eFootball JOELAND v1.20.4 2026-08-02 PerformMemorySet with invalid range: 041dd000, size -48
eFootball JOELAND v1.20.4 2026-07-14 PerformMemorySet with invalid range: 041cf180, size -48
eFootball JOELAND v1.18.1 2026-07-12 Unknown GetPointer 00591200 PC 0884d7b4 LR 0884d7d4
eFootball JOELAND v1.18.1 2026-07-12 Unknown GetPointer 005a2305 PC 0884d7b4 LR 0884d7d4
eFootball JOELAND v1.16.1 2026-07-12 Jump to invalid address: 00000080
eFootball JOELAND v1.16.1 2026-07-12 MIPSCompileOp: Invalid instruction 000cfff7
eFootball JOELAND v1.16.1 2026-07-12 MIPSCompileOp: Invalid instruction eeeeeed0
eFootball JOELAND v1.16.1 2026-07-12 MIPSCompileOp: Invalid instruction 0000009f
eFootball JOELAND v1.16.1 2026-07-12 MIPSCompileOp: Invalid instruction 00000cff
eFootball JOELAND v1.16.1 2026-07-11 MIPSCompileOp: Invalid instruction 4ff10000
eFootball JOELAND v1.16.1 2026-07-12 Unknown GetPointer 00000140 PC 08824a58 LR 088113dc
eFootball JOELAND v1.6.3 2026-07-20 GL ran out of GPU memory; switching to low memory mode
eFootball JOELAND v1.20.4 2026-07-03 PerformMemorySet with invalid range: 041b8d80, size -16
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 63634164
eFootball JOELAND v1.18.1 2026-07-01 Jump to invalid address: 02a6cec0
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f609f5f
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 72726520
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 73692049
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f079efd
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f3e9f2c
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 42206b70
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9efc9efb
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 7465736e
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 44206f4e
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 75646f6d
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 736e7520
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 6e694273
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 46697243
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9dd39dd9
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9e1e9e1b
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 75207369
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 72657375
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ede9edc
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f669f61
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 636f6c6c
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f769f72
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f6c9f67
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f639f54
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ef99ef7
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ee09edd
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ef69ef4
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9e929e8c
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 76b79f08
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9def9ded
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9f219f15
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ecc9761
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9e819e7d
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ee89ee5
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ea59e9d
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ecf9ece
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9e919e95
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9e1a9dfd
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9e799e75
eFootball JOELAND v1.18.1 2026-07-01 MIPSCompileOp: Invalid instruction 9ed49ed0