Recent logs - eFootball 24 Idandroid Official

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 24 Idandroid Official v1.17.1 2024-09-03 sceDmacMemcpy(dest=08701400, src=040cc000, size=1043456): overlapping read
eFootball 24 Idandroid Official v1.13.2 2024-09-01 ReadFromHardware: Invalid address 00000000 near PC 08a47880 LR 08a3fbb0
eFootball 24 Idandroid Official v1.17.1 2024-08-28 Unknown GetPointerWrite 00000000 PC 088287e0 LR 088287f0
eFootball 24 Idandroid Official v1.17.1 2024-08-29 sceDmacMemcpy(dest=09054040, src=086ce8c0, size=1251136): overlapping read
eFootball 24 Idandroid Official v1.17.1 2024-08-17 __KernelReturnFromExtendStack() - no stack to restore?
eFootball 24 Idandroid Official v1.10.3 2024-08-13 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145634952
eFootball 24 Idandroid Official v1.10.3 2024-08-13 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145543488
eFootball 24 Idandroid Official v1.10.3 2024-08-13 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16
eFootball 24 Idandroid Official v1.10.3 2024-08-13 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520
eFootball 24 Idandroid Official v1.10.3 2024-08-13 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980
eFootball 24 Idandroid Official v1.16.5 2024-08-03 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2
eFootball 24 Idandroid Official v1.17.1 2024-08-02 Unknown GetPointerWrite 2568295f PC 0888d3ec LR 0888d3fc
eFootball 24 Idandroid Official v1.17.1 2024-08-02 Unknown GetPointerWrite 00000000 PC 08808430 LR 08808448
eFootball 24 Idandroid Official v1.17.1 2024-07-26 Unknown GetPointer 00004021 PC 08eff8c0 LR 08eff8d0
eFootball 24 Idandroid Official v1.17.1 2024-07-25 Unknown GetPointer 00002052 PC 0881c410 LR 0881c420
eFootball 24 Idandroid Official v1.17.1 2024-07-24 Unknown GetPointer 00000001 PC 0884d5a0 LR 0884d7c4
eFootball 24 Idandroid Official v1.17.1 2024-07-21 Unknown GetPointer 0000ff08 PC 0881c410 LR 0881c420
eFootball 24 Idandroid Official v1.17.1 2024-07-17 Error in shader program link: info: Variable u_texelDelta has unmatched precision qualifier in different shaders fs: postshader #version 320 es precision mediump float; precision highp int; uniform vec2 u_texelDelta; uniform vec2 u_pixelDelta; layout(binding = 0) uniform mediump sampler2D sampler0; uniform vec4 u_time; in vec2 v_texcoord0; out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor; in vec4 v_texcoordNC0; in vec4 v_texcoordNC1; in vec4 v_texcoordNC2; in vec4 v_texcoordNC3; mediump int SEPIA; mediump int GRAYSCALE; mediump int NEGATIVE; mediump int PSPCOLORS; bvec4 _and_(bvec4 A, bvec4 B) { return bvec4(A.x && B.x, A.y && B.y, A.z && B.z, A.w && B.w); } vec4 df(vec4 A, vec4 B) { return abs(A - B); } bvec4 close(vec4 A, vec4 B) { vec4 param = A; vec4 param_1 = B; return lessThan(df(param, param_1), vec4(15.0)); } bvec4 _or_(bvec4 A, bvec4 B) { return bvec4(A.x || B.x, A.y || B.y, A.z || B.z, A.w || B.w); } vec4 weighted_distance(vec4 a, vec4 b, vec4 c, vec4 d, vec4 e, vec4 f, vec4 g, vec4 h) { vec4 param = a; vec4 param_1 = b; vec4 param_2 = a; vec4 param_3 = c; vec4 param_4 = d; vec4 param_5 = e; vec4 param_6 = d; vec4 param_7 = f; vec4 param_8 = g; vec4 param_9 = h; return (((df(param, param_1) + df(param_2, param_3)) + df(param_4, param_5)) + df(param_6, param_7)) + (df(param_8, param_9) * 4.0); } vec3 processxBR(vec3 color) { vec2 pS = vec2(1.0) / u_texelDelta; vec2 fp = fract(v_texcoord0 * pS); vec2 TexCoord_0 = v_texcoord0 - (fp * u_pixelDelta); vec2 dx = vec2(u_texelDelta.x, 0.0); vec2 dy = vec2(0.0, u_texelDelta.y); vec2 y2 = dy + dy; vec2 x2 = dx + dx; vec3 A = texture(sampler0, (TexCoord_0 - dx) - dy).xyz; vec3 B = texture(sampler0, TexCoord_0 - dy).xyz; vec3 C = texture(sampler0, (TexCoord_0 + dx) - dy).xyz; vec3 D = texture(sampler0, TexCoord_0 - dx).xyz; vec3 E = texture(sampler0, TexCoord_0).xyz; vec3 F = texture(sampler0, TexCoord_0 + dx).xyz; vec3 G = texture(sampler0, (TexCoord_0 - dx) + dy).xyz; vec3 H = texture(sampler0, TexCoord_0 + dy).xyz; vec3 I = texture(sampler0, (TexCoord_0 + dx) + dy).xyz; vec3 A1 = texture(sampler0, (TexCoord_0 - dx) - y2).xyz; vec3 C1 = texture(sampler0, (TexCoord_0 + dx) - y2).xyz; vec3 A0 = texture(sampler0, (TexCoord_0 - x2) - dy).xyz; vec3 G0 = texture(sampler0, (TexCoord_0 - x2) + dy).xyz; vec3 C4 = texture(sampler0, (TexCoord_0 + x2) - dy).xyz; vec3 I4 = texture(sampler0, (TexCoord_0 + x2) + dy).xyz; vec3 G5 = texture(sampler0, (TexCoord_0 - dx) + y2).xyz; vec3 I5 = texture(sampler0, (TexCoord_0 + dx) + y2).xyz; vec3 B1 = texture(sampler0, TexCoord_0 - y2).xyz; vec3 D0 = texture(sampler0, TexCoord_0 - x2).xyz; vec3 H5 = texture(sampler0, TexCoord_0 + y2).xyz; vec3 F4 = texture(sampler0, TexCoord_0 + x2).xyz; vec4 b = vec4(dot(B, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(D, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(H, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(F, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375))); vec4 c = vec4(dot(C, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(A, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(G, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(I, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375))); vec4 d = vec4(b.y, b.z, b.w, b.x); vec4 e = vec4(dot(E, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375))); vec4 f = vec4(b.w, b.x, b.y, b.z); vec4 g = vec4(c.z, c.w, c.x, c.y); vec4 h = vec4(b.z, b.w, b.x, b.y); vec4 i = vec4(c.w, c.x, c.y, c.z); vec4 i4 = vec4(dot(I4, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(C1, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375))
eFootball 24 Idandroid Official v1.17.1-760-gf0e3fd277 2024-07-17 sceDmacMemcpy(dest=092ed040, src=086ce8c0, size=1251136): overlapping read
eFootball 24 Idandroid Official v1.14.4 2024-07-15 Replacement rowPitch=512, but w=1200 (level=0)
eFootball 24 Idandroid Official v1.14.4 2024-07-15 Replacement rowPitch=256, but w=1600 (level=0)
eFootball 24 Idandroid Official v1.17.1 2024-07-14 Unknown GetPointer 3f800000 PC 08a02a0c LR 088e3254
eFootball 24 Idandroid Official v1.17.1 2024-07-14 Unknown GetPointerWrite 3f800000 PC 08a02a0c LR 088e3254
eFootball 24 Idandroid Official v1.17.1 2024-07-12 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): invalid RIFF header
eFootball 24 Idandroid Official v1.17.1 2024-07-12 Unknown GetPointer 00000000 PC 08a02a0c LR 0922dd94
eFootball 24 Idandroid Official v1.17.1 2024-07-12 Unknown GetPointerWrite 00000000 PC 08a02a0c LR 0922dd94
eFootball 24 Idandroid Official v1.17.1-817-g13506d3d02 2024-08-18 Game install with no files / data
eFootball 24 Idandroid Official v1.17.1 2024-07-10 ReadFromHardware: Invalid address 4480079a near PC 0881da50 LR 0881d9ec
eFootball 24 Idandroid Official v1.17.1 2024-08-11 sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read
eFootball 24 Idandroid Official v1.11.3 2024-08-29 Unknown GetPointer 00000000 PC 08a1b77c LR 08000030
eFootball 24 Idandroid Official v1.11 2024-07-06 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a41c90
eFootball 24 Idandroid Official v1.9.4 2024-08-23 Unknown GetPointer 00000000 PC 08815ef4 LR 08000020
eFootball 24 Idandroid Official v1.17.1 2024-08-31 Unknown GetPointer 00000000 PC 0881c2c0 LR 0881c2d0
eFootball 24 Idandroid Official v1.17.1 2024-07-05 80630006=sceAtracSetDataAndGetID(09a25200, 00000800): invalid RIFF header
eFootball 24 Idandroid Official v1.11.3 2024-08-30 Unknown GetPointer 00000000 PC 08a47880 LR 08a4431c
eFootball 24 Idandroid Official v1.17-121-ga99a9ee70 2024-07-02 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l3 rate 0000
eFootball 24 Idandroid Official v1.17-121-ga99a9ee70 2024-07-11 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000b
eFootball 24 Idandroid Official v1.17-121-ga99a9ee70 2024-07-11 807f00fd=sceMp3Init(00000000): invalid bitrate v2 l0 rate 000f
eFootball 24 Idandroid Official v1.17-121-ga99a9ee70 2024-07-11 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000f
eFootball 24 Idandroid Official v1.17-121-ga99a9ee70 2024-07-11 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l2 rate 000f
eFootball 24 Idandroid Official v1.9.4 2024-08-28 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball 24 Idandroid Official v1.11.3 2024-06-29 ReadFromHardware: Invalid address 00000000 near PC 0881c180 LR 0881c154
eFootball 24 Idandroid Official v1.17.1-817-g13506d3d02 2024-09-03 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0
eFootball 24 Idandroid Official v1.17.1-817-g13506d3d02 2024-09-03 Unimplemented HLE function sceKernelDcacheWritebackAll
eFootball 24 Idandroid Official v1.17.1 2024-08-29 sceNetAdhocMatchingInit(32768) at 08a71984
eFootball 24 Idandroid Official v1.17.1 2024-09-06 Unknown GetPointer 00000000 PC 0884a908 LR 0884a928
eFootball 24 Idandroid Official v1.9.4 2024-09-05 sceMp3Init: invalid data: not layer 3
eFootball 24 Idandroid Official v1.9.4 2024-09-05 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000
eFootball 24 Idandroid Official v1.9.4 2024-06-30 sceMp3Init: invalid data: not MPEG v1
eFootball 24 Idandroid Official v1.9.4 2024-08-31 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
eFootball 24 Idandroid Official v1.14 2024-06-26 UI scissor out of bounds in GameSettingsScreen: 224,0-1231,721 / 1520,720
eFootball 24 Idandroid Official v1.17.1 2024-09-02 Texture cache ran out of GPU memory; switching to low memory mode
eFootball 24 Idandroid Official v1.17.1-760-gf0e3fd277 2024-09-07 Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144
eFootball 24 Idandroid Official v1.10.3 2024-06-23 ReadFromHardware: Invalid address 124e5b78 near PC 0921cf7c LR 0921ba5c
eFootball 24 Idandroid Official v1.17.1 2024-08-02 ReadFromHardware: Invalid address 00000000 near PC 08a06380 LR 08a3fbb0
eFootball 24 Idandroid Official v1.9.4 2024-08-30 Unknown GetPointer 00000000 PC 08816130 LR 08816144
eFootball 24 Idandroid Official v1.9.4 2024-09-07 Savedata version requested: 3
eFootball 24 Idandroid Official v1.9.4 2024-09-06 Savedata version requested on save: 3