Recent logs - eFooTBall Play Cesar Patch

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 Play Cesar Patch v1.10.3 2024-09-19 Unknown GetPointer 2c68e842 PC 0884d7b4 LR 0884d7d4
eFooTBall Play Cesar Patch v1.17.1 2024-09-05 Unknown GetPointer 00000000 PC 0884d320 LR 0884d7d4
eFooTBall Play Cesar Patch v1.11.3 2024-09-02 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168
eFooTBall Play Cesar Patch v1.11.3 2024-09-02 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536
eFooTBall Play Cesar Patch v1.11.3 2024-09-02 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771616
eFooTBall Play Cesar Patch v1.10.3 2024-08-28 Unknown GetPointer 2c662902 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.10.3 2024-08-27 Unknown GetPointer 2c662742 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.10.3 2024-08-29 Unknown GetPointer 2c662642 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.17.1 2024-08-27 Unknown GetPointer cece2040 PC 0884a930 LR 0884a938
eFooTBall Play Cesar Patch v1.12.3 2024-08-26 MIPSCompileOp: Invalid instruction b16ce3cb
eFooTBall Play Cesar Patch v1.11 2024-08-23 Unknown GetPointer 00000000 PC 088287f8 LR 08828800
eFooTBall Play Cesar Patch v1.17.1 2024-08-14 00000400=sceGeEdramSetAddrTranslation(00000800)
eFooTBall Play Cesar Patch v1.17.1 2024-08-14 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2
eFooTBall Play Cesar Patch v1.17.1 2024-08-07 Unknown GetPointer 68951040 PC 0884a930 LR 0884a938
eFooTBall Play Cesar Patch v1.11 2024-08-06 Unknown GetPointer 2c5b7f42 PC 0884d7b4 LR 0884d7d4
eFooTBall Play Cesar Patch v1.11 2024-08-05 Unknown GetPointer 2c5b7c42 PC 0884d7b4 LR 0884d7d4
eFooTBall Play Cesar Patch v1.11 2024-08-05 Unknown GetPointer 2c5a46c2 PC 0884d7b4 LR 0884d7d4
eFooTBall Play Cesar Patch v1.6.3 2024-08-03 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00000000:0001d000 AlphaTest0 > #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D testtex; in vec4 v_color0; out vec4 fragColor0; void main() { vec4 v = v_color0 ; if (v.a < 0.002) discard; fragColor0 = v; } vs: 00000000:0000000a THR C #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 Play Cesar Patch v1.6.3 2024-08-03 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00004000:00000002 Tex Flat TFuncMod #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; flat 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: 40000000:00000012 THR Tex Flat #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFooTBall Play Cesar Patch v1.9.4 2024-09-20 sceMp3Init: invalid data: not MPEG v1
eFooTBall Play Cesar Patch v1.6.3 2024-08-01 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00004000:0001d022 Tex TexAlpha Flat TFuncMod AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; flat 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 = p * t; if (v.a < 0.002) discard; fragColor0 = v; } vs: 40000000:00000012 THR Tex Flat #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFooTBall Play Cesar Patch v1.6.3 2024-08-01 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00000000:0001d000 AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D testtex; in vec4 v_color0; inout vec4 fragColor0; void main() { vec4 v = v_color0 ; if (v.a < 0.002) discard; fragColor0 = v; } vs: 00000000:0000000a THR C #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 Play Cesar Patch v1.9.4 2024-08-01 Unknown GetPointer 2c5cd142 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.9.4 2024-09-20 sceMp3Init: invalid data: not 44.1kHz
eFooTBall Play Cesar Patch v1.17.1 2024-08-14 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Branch in Jump delay slot at 09cde7d4 in block starting at 09cde7b0
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Branch in JumpReg delay slot at 09cde7d0 in block starting at 09cde7b0
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Jump to invalid address: 067f7700
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Branch in Jump delay slot at 09cde7cc in block starting at 09cde7b0
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Jump to invalid address: 067f6b30
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Branch in Jump delay slot at 09cde7c8 in block starting at 09cde7b0
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Jump to invalid address: 0737a280
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Branch in Jump delay slot at 09cde7c4 in block starting at 09cde7b0
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Jump to invalid address: 0737a1c0
eFooTBall Play Cesar Patch v1.11.3 2024-07-27 Jump to invalid address: 0734c580
eFooTBall Play Cesar Patch v1.17.1 2024-07-21 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2
eFooTBall Play Cesar Patch v1.17.1 2024-07-21 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l3 rate 0000
eFooTBall Play Cesar Patch v1.16.4 2024-07-13 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1
eFooTBall Play Cesar Patch v1.6.2 2024-07-12 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00004000:0001d000 Flat AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D testtex; flat in vec4 v_color0; inout vec4 fragColor0; void main() { vec4 v = v_color0 ; if (v.a < 0.002) discard; fragColor0 = v; } vs: 40000000:00000002 THR Flat #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFooTBall Play Cesar Patch v1.16.6 2024-07-08 Unknown GetPointerWrite 0000002d PC 08872bb4 LR 08872c1c
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Branch in RSZeroComp delay slot at 08000100 in block starting at 08000020
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Jump to invalid address: 0bbd8070
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Branch in Jump delay slot at 08000038 in block starting at 08000020
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Branch in Jump delay slot at 08000034 in block starting at 08000020
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Jump to invalid address: 0bbd7d70
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Jump to invalid address: 0bbd7c70
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Jump to invalid address: 070d7960
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 Jump to invalid address: 0bbd7b70
eFooTBall Play Cesar Patch v1.17.1 2024-07-05 MIPSCompileOp: Invalid instruction 71e3f744
eFooTBall Play Cesar Patch v1.6.3 2024-07-04 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 00000000:0021d002 Tex Fog TFuncMod AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; in vec4 v_color0; uniform vec3 u_fogcolor; in highp float v_fogdepth; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); if (v.a < 0.002) discard; 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 highp vec3 v_texcoord; out highp 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 Play Cesar Patch v1.17.3 2024-07-02 Unknown GetPointerWrite 00000000 PC 08a02a0c LR 0881615c
eFooTBall Play Cesar Patch v1.16.3 2024-07-02 Unknown GetPointer 2c5c6082 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.17.1 2024-06-24 Unknown GetPointerWrite 00000000 PC 08824a58 LR 088113dc
eFooTBall Play Cesar Patch v1.6.3 2024-06-09 Error in shader program link: info: Link failed because of missing fragment shader. fs: 00004000:0001d022 Tex TexAlpha Flat TFuncMod AlphaTest0 > #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; flat 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 = p * t; if (v.a < 0.002) discard; fragColor0 = v; } vs: 40000000:00000012 THR Tex Flat #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFooTBall Play Cesar Patch v1.13.2 2024-05-31 __KernelStopThread: thread 335 does not exist
eFooTBall Play Cesar Patch v1.17.1 2024-05-27 Rendering to framebuffer offset at 04162000 +256x0 (stride 512)
eFooTBall Play Cesar Patch v1.17.1 2024-08-09 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2
eFooTBall Play Cesar Patch v1.17.1 2024-08-09 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1
eFooTBall Play Cesar Patch v1.17.1 2024-05-26 Unknown GetPointer 00000010 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.14.1 2024-05-12 UI scissor out of bounds in MainScreen: 650,10-300,530 / 540,960
eFooTBall Play Cesar Patch v1.14.1 2024-05-11 UI scissor out of bounds in MainScreen: 0,0-640,540 / 540,960
eFooTBall Play Cesar Patch v1.14.1 2024-05-12 UI scissor out of bounds in MainScreen: 0,64-640,476 / 540,960
eFooTBall Play Cesar Patch v1.14.1 2024-05-11 UI scissor out of bounds in MainScreen: 0,0-640,64 / 540,960
eFooTBall Play Cesar Patch v1.14.1 2024-05-11 80000107=sceDisplaySetFrameBuf(04044000, 512, 0, 0): must change latched framebuf first
eFooTBall Play Cesar Patch v1.17.1 2024-08-13 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2
eFooTBall Play Cesar Patch v1.17.1 2024-08-13 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1
eFooTBall Play Cesar Patch v1.17.1 2024-06-24 Unknown GetPointer 00000140 PC 08824a58 LR 088113dc
eFooTBall Play Cesar Patch v1.9.4 2024-05-11 Unknown GetPointer 2c661382 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.9.4 2024-09-12 Unknown GetPointer 00000000 PC 088e2fd8 LR 088e2fe8
eFooTBall Play Cesar Patch v1.14.1 2024-05-11 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
eFooTBall Play Cesar Patch v1.11.3 2024-09-10 FBO created from existing depthbuffer as color, 04000000/04128000 and 04178000/04000000
eFooTBall Play Cesar Patch v1.8.0 2024-04-22 Unknown GetPointer 2c5b2b42 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.15.4 2024-04-17 sceNetAdhocMatchingInit(13620) at 08a0a46c
eFooTBall Play Cesar Patch v1.17.1 2024-07-21 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2
eFooTBall Play Cesar Patch v1.17.1 2024-08-31 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1
eFooTBall Play Cesar Patch v1.10.3-1207-ge01d53870 2024-04-17 Error in shader compilation: info: 0:1: L0001: Unknown character '�'(192) 0:1: L0001: Typename expected, found 'A' 0:1: L0001: Unknown character '�'(228) 0:1: L0001: Unknown character '�'(145) 0:1: L0001: Unknown character '�'(228) 0:1: L0001: Unknown character '�'(145) 0:1: L0001: Expected token ';', found 'identifier' thin3d �A�PH�L_ES precision mediump float; #endif #ifdef GL_ES precision lowp float; #endif #if __VERSION__ >= 130 #define varying in #define gl_FragColor fragColor0 out vec4 fragColor0; #endif varying vec4 oColor0; void main() { gl_FragColor = oColor0; }
eFooTBall Play Cesar Patch v1.6.3 2024-04-15 Error in shader program link: info: No vertex shader attached. fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod #version 100 precision lowp float; uniform sampler2D tex; varying vec4 v_color0; uniform vec3 u_fogcolor; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; void main() { vec4 t = texture2D(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); gl_FragColor = v; } vs: 40000000:00000914 HWX T Fog Tex Flat #version 100 precision highp float; attribute vec3 position; attribute 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 vec2 u_fogcoef; varying lowp vec4 v_color0; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; }
eFooTBall Play Cesar Patch v1.17.1 2024-04-14 Unknown GetPointer 298662e4 PC 0881c428 LR 0881c438
eFooTBall Play Cesar Patch v1.17.1 2024-08-08 807f00fd=sceMp3Init(00000000): invalid sample rate v2 l2 rate 03
eFooTBall Play Cesar Patch v1.17.1 2024-04-11 Unknown GetPointerWrite 00000000 PC 088287f8 LR 08828800
eFooTBall Play Cesar Patch v1.12.3 2024-04-11 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145635464
eFooTBall Play Cesar Patch v1.12.3 2024-04-11 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000
eFooTBall Play Cesar Patch v1.12.3 2024-04-11 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16
eFooTBall Play Cesar Patch v1.9.4 2024-04-10 Unknown GetPointer 2c5c3582 PC 0884d5b0 LR 0884d7d4
eFooTBall Play Cesar Patch v1.13.2 2024-04-07 Unknown GetPointer 0000a300 PC 0884a918 LR 0884a938
eFooTBall Play Cesar Patch v1.11.3 2024-04-02 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0008
eFooTBall Play Cesar Patch v1.17.1 2024-03-25 sceDmacMemcpy(dest=04154000, src=091f61b0, size=557056): overlapping read
eFooTBall Play Cesar Patch v1.14.2 2024-03-24 UI scissor out of bounds in GameSettingsScreen: 0,85-720,1256 / 1440,720
eFooTBall Play Cesar Patch v1.14.2 2024-03-24 UI scissor out of bounds in GameSettingsScreen: 560,0-2294,360 / 1440,720
eFooTBall Play Cesar Patch v1.9.4 2024-03-23 ReadFromHardware: Invalid address 17c39c00 near PC 17c39c00 LR 08000018
eFooTBall Play Cesar Patch v1.14.1 2024-03-20 UI scissor out of bounds in GamePauseScreen: 0,15-1506,390 / 1280,720
eFooTBall Play Cesar Patch v1.11 2024-03-20 Error in shader compilation: info: 0:1: L0001: Unknown character '�'(128) 0:1: L0001: Unknown character '�'(162) 0:1: L0001: Typename expected, found 'e' 0:1: L0001: Unknown character '�'(176) 0:1: L0001: Unknown character '�'(160) 0:1: L0001: Unknown character '�'(163) 0:1: L0001: Unknown character '�'(176) 0:1: L0001: Expected token ';', found 'identifier' thin3d ��e���e�L_ES precision mediump float; #endif #ifdef GL_ES precision lowp float; #endif #if __VERSION__ >= 130 #define varying in #define gl_FragColor fragColor0 out vec4 fragColor0; #endif varying vec4 oColor0; void main() { gl_FragColor = oColor0; }
eFooTBall Play Cesar Patch v1.8.0 2024-03-20 ReadFromHardware: Invalid address eb37d733 near PC eb37d733 LR 08000018
eFooTBall Play Cesar Patch v1.8.0 2024-03-20 ReadFromHardware: Invalid address e97d6124 near PC e97d6124 LR 08000018
eFooTBall Play Cesar Patch v1.9.4 2024-03-16 ReadFromHardware: Invalid address ecc5d380 near PC ecc5d380 LR 08000018
eFooTBall Play Cesar Patch v1.17.1 2024-03-14 80630007=sceAtracSetData(2, 08d4b180, 00015700): atracID uses different codec type than data
eFooTBall Play Cesar Patch v1.17.1 2024-03-14 80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data
eFooTBall Play Cesar Patch v1.17.1 2024-03-14 80630007=sceAtracSetData(2, 08d4b180, 00005000): atracID uses different codec type than data
eFooTBall Play Cesar Patch v1.9.4 2024-08-18 sceDmacMemcpy(dest=040cc000, src=0948f1b0, size=557056): overlapping read
eFooTBall Play Cesar Patch v1.17.1 2024-03-10 Unknown GetPointer 00000140 PC 088111b8 LR 088113dc