Recent logs - eFootball Chelito 19

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 Chelito 19 v1.17.1 2024-04-27 Unknown GetPointer 2985ddf5 PC 0881c2d8 LR 0881c2e8
eFootball Chelito 19 v1.17.1 2024-04-27 Unknown GetPointer 8df1c6ff PC 08811368 LR 088113dc
eFootball Chelito 19 v1.16.6 2024-04-27 Unknown GetPointer 051ed101 PC 08811368 LR 088113dc
eFootball Chelito 19 v1.8.0 2024-04-26 Unknown GetPointer 2c661f02 PC 0884d5b0 LR 0884d7d4
eFootball Chelito 19 v1.16.6 2024-04-26 Unknown GetPointer 004a0300 PC 0884a918 LR 0884a938
eFootball Chelito 19 v1.7.4 2024-04-26 Unknown GetPointer 00220000 PC 0884d7b4 LR 0884d7d4
eFootball Chelito 19 v1.8.0 2024-04-25 Jump to invalid address: 0bbcdb70
eFootball Chelito 19 v1.8.0 2024-04-25 MIPSCompileOp: Invalid instruction 71ef86c8
eFootball Chelito 19 v1.8.0 2024-04-25 Jump to invalid address: 070cd760
eFootball Chelito 19 v1.8.0 2024-04-25 Jump to invalid address: 0bbcd970
eFootball Chelito 19 v1.8.0 2024-04-25 Jump to invalid address: 0bbcda70
eFootball Chelito 19 v1.17.1 2024-04-25 sceNetAdhocMatchingInit(32768) at 08a719c8
eFootball Chelito 19 v1.17.1 2024-04-25 Unknown GetPointer ffff0003 PC 0884a918 LR 0884a938
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 07559fa0 PC 09d5686c LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Branch in Jump delay slot at 09d56868 in block starting at 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 0755a3a0 PC 09d56868 LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 07558be0 PC 09d56804 LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Branch in Jump delay slot at 09d56800 in block starting at 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 0755a1e0 PC 09d56800 LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Trying to compile instruction 00000030 that can't be interpreted
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 062fa080 PC 09d567f4 LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Branch in Jump delay slot at 09d567f0 in block starting at 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 07559f40 PC 09d567f0 LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Branch in Jump delay slot at 09d567ec in block starting at 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 0731d6a0 PC 09d567ec LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 0755a1a0 PC 09d567e8 LR 09d567d0
eFootball Chelito 19 v1.15.4 2024-04-25 Jump to invalid address: 048d6440 PC 09d567d8 LR 09d567d0
eFootball Chelito 19 v1.13.2 2024-04-25 Unknown GetPointer 0000ea30 PC 0881c428 LR 0881c438
eFootball Chelito 19 v1.7.2 2024-04-25 MIPSCompileOp: Invalid instruction b6598fe6
eFootball Chelito 19 v1.7.2 2024-04-25 MIPSCompileOp: Invalid instruction 001c04df
eFootball Chelito 19 v1.7.2 2024-04-25 MIPSCompileOp: Invalid instruction 0101ffff
eFootball Chelito 19 v1.7.2 2024-04-25 MIPSCompileOp: Invalid instruction 00020001
eFootball Chelito 19 v1.7.2 2024-04-25 Jump to invalid address: 0ed00400
eFootball Chelito 19 v1.17.1 2024-04-24 Unknown GetPointer 00503b3c PC 0884d7b4 LR 0884d7d4
eFootball Chelito 19 v1.9.4 2024-04-24 Unknown GetPointer 434619c7 PC 0884d5b0 LR 0884d7d4
eFootball Chelito 19 v1.17 2024-04-24 Unknown GetPointer 00000000 PC 0881c430 LR 0881c438
eFootball Chelito 19 v1.11 2024-04-23 Unknown GetPointer 00000000 PC 08844ca4 LR 08844a48
eFootball Chelito 19 v1.17.1 2024-04-23 Unknown GetPointer 00008fdb PC 0881c0fc LR 0881c10c
eFootball Chelito 19 v1.6.3 2024-04-23 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 00000000:00200022 Tex TexAlpha Fog TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; 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 = p * t; 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 Chelito 19 v1.17.1 2024-04-23 Unknown GetPointer 051efd81 PC 08811368 LR 088113dc
eFootball Chelito 19 v1.17.1 2024-04-23 Unknown GetPointer 00512518 PC 0884a918 LR 0884a938
eFootball Chelito 19 v1.17.1 2024-04-23 Unknown GetPointer 005d3426 PC 0884a918 LR 0884a938
eFootball Chelito 19 v1.12.3 2024-04-23 Unknown GetPointer 00000008 PC 08a01a08 LR 08a01a10
eFootball Chelito 19 v1.13.2 2024-04-22 Unknown GetPointer 009c4b00 PC 0884a918 LR 0884a938
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 00010001
eFootball Chelito 19 v1.9.4 2024-04-22 Jump to invalid address: 056c0524
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 0002331e
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 00010cff
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 00009a05
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 463f87c2
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 45c91b00
eFootball Chelito 19 v1.9.4 2024-04-25 MIPSCompileOp: Invalid instruction 00000101
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 46420caa
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 4628646c
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 44638000
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 45b2a7f0
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 45c4d66c
eFootball Chelito 19 v1.9.4 2024-04-22 MIPSCompileOp: Invalid instruction 45340d7c
eFootball Chelito 19 v1.11.2 2024-04-22 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a3c194
eFootball Chelito 19 v1.17.1 2024-04-22 An uneaten prefix at end of block: 0893bd34
eFootball Chelito 19 v1.17.1 2024-04-22 sceGeBreak(mode=0, unknown=08a6ac58): unknown ptr (valid)
eFootball Chelito 19 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 43354000
eFootball Chelito 19 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 43880000
eFootball Chelito 19 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 43f00000
eFootball Chelito 19 v1.17.1 2024-04-22 WriteToHardware: Invalid address deae0f9b near PC 0807de74 LR 08000020
eFootball Chelito 19 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction f3432343
eFootball Chelito 19 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 00002ef8
eFootball Chelito 19 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 0008ffff
eFootball Chelito 19 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction cc100000
eFootball Chelito 19 v1.14.4 2024-04-22 Replacement rowPitch=512, but w=1896 (level=0)
eFootball Chelito 19 v1.14.4 2024-04-21 ReadFromHardware: Invalid address 1397d998 near PC 08863d90 LR 08849a58
eFootball Chelito 19 v1.17.1 2024-04-21 Error in shader compilation: info: Compile failed. ERROR: 0:29: 'vec4' : syntax error; ERROR: 1 compilation errors. No code generated. 00000000:00000928 HWX C T Cull #version 130 // Driver: Intel(R) Graphics Media Accelerator 3600 Series - GLSL 130 #define gl_VertexIndex gl_VertexID #define lowp #define mediump #define highp #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00000000:00000928 HWX C T Cull 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; 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 = vec3(texcoord.xy * u_uvscaleoffset.xy, 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_ClipDistance[0] = projZ * outPos.w + outPos.w + 0.000001; gl_Position = outPos; }
eFootball Chelito 19 v1.9.4 2024-04-20 Jump to invalid address: 0bbc7570
eFootball Chelito 19 v1.9.4 2024-04-20 Jump to invalid address: 0bbc7770
eFootball Chelito 19 v1.9.4 2024-04-20 Jump to invalid address: 070c7360
eFootball Chelito 19 v1.9.4 2024-04-20 Jump to invalid address: 0bbc7670
eFootball Chelito 19 v1.9.4 2024-04-20 MIPSCompileOp: Invalid instruction 71e8e548
eFootball Chelito 19 v1.17.1 2024-04-20 sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
eFootball Chelito 19 v1.11.3 2024-04-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145269936
eFootball Chelito 19 v1.11.3 2024-04-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145257684
eFootball Chelito 19 v1.11.3 2024-04-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1082130432
eFootball Chelito 19 v1.11.3 2024-04-20 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142623468
eFootball Chelito 19 v1.11.3 2024-04-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660
eFootball Chelito 19 v1.11.3 2024-04-20 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2
eFootball Chelito 19 v1.9.4 2024-04-20 ReadFromHardware: Invalid address f20c7733 near PC f20c7733 LR 08000018
eFootball Chelito 19 v1.5.2 2024-04-19 ReadFromHardware: Invalid address 06632c36 near PC 0881da60 LR 0881da04
eFootball Chelito 19 v1.6.3-370-g3c99d16da 2024-04-19 Error in shader program link: info: Link failed because of missing fragment shader. fs: 00000000:0001d022 Tex TexAlpha TFuncMod AlphaTest0 > #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; 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: 01770000:00000b10 HWX T N Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 #version 300 es precision highp float; in vec3 position; in mediump vec3 normal; in vec2 texcoord; 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 vec3 u_lightpos1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; uniform lowp vec4 u_ambient; uniform lowp vec3 u_matdiffuse; uniform lowp vec4 u_matspecular; uniform lowp vec3 u_matemissive; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; out mediump vec3 v_texcoord; 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); gl_Position = u_proj * viewPos; lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0); vec3 toLight; lowp vec3 diffuse; mediump float ldot; toLight = u_lightpos0; ldot = max(dot(toLight, worldnormal), 0.0); diffuse = (u_lightdiffuse0 * u_matdiffuse) * ldot; lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos1; ldot = max(dot(toLight, worldnormal), 0.0); diffuse = (u_lightdiffuse1 * u_matdiffuse) * ldot; lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos2; ldot = max(dot(toLight, worldnormal), 0.0); diffuse = (u_lightdiffuse2 * u_matdiffuse) * ldot; lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse); v_color0 = clamp(lightSum0, 0.0, 1.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); }
eFootball Chelito 19 v1.11.3 2024-04-19 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145634952
eFootball Chelito 19 v1.11.3 2024-04-19 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145543488
eFootball Chelito 19 v1.11.3 2024-04-19 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980
eFootball Chelito 19 v1.17.1 2024-04-19 Jump to invalid address: 0733dc00
eFootball Chelito 19 v1.17.1 2024-04-19 MIPSCompileOp: Invalid instruction 00000039
eFootball Chelito 19 v1.17.1 2024-04-19 Jump to invalid address: 0729d600
eFootball Chelito 19 v1.17.1 2024-04-19 Jump to invalid address: 0733c800
eFootball Chelito 19 v1.17.1 2024-04-19 Branch in Jump delay slot at 09ca7418 in block starting at 09ca73c0
eFootball Chelito 19 v1.17.1 2024-04-19 Branch in Jump delay slot at 09ca7414 in block starting at 09ca73c0
eFootball Chelito 19 v1.17.1 2024-04-19 Jump to invalid address: 0729cf00
eFootball Chelito 19 v1.17.1 2024-04-19 Jump to invalid address: 0729d040
eFootball Chelito 19 v1.17.1 2024-04-19 Jump to invalid address: 073568c0
eFootball Chelito 19 v1.17.1 2024-04-19 Branch in Jump delay slot at 09ca73c0 in block starting at 09ca73c0