Recent logs - eFootball PES 2021 T. Bendezu "C19"

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 PES 2021 T. Bendezu "C19" v1.14.2 2024-07-22 UI scissor out of bounds in GameSettingsScreen: 0,85-720,1024 / 1196,720
eFootball PES 2021 T. Bendezu "C19" v1.14.2 2024-07-22 UI scissor out of bounds in GameSettingsScreen: 280,0-903,720 / 720,1208
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-07-17 00000400=sceGeEdramSetAddrTranslation(00001000)
eFootball PES 2021 T. Bendezu "C19" v1.11.3-1233-g9de942087 2024-07-26 avcodec_send_packet: Error decoding audio -1094995529 / bebbb1b7
eFootball PES 2021 T. Bendezu "C19" v1.10.1 2024-07-06 MIPSCompileOp: Invalid instruction 00003255
eFootball PES 2021 T. Bendezu "C19" v1.10.1 2024-07-06 MIPSCompileOp: Invalid instruction 0000071f
eFootball PES 2021 T. Bendezu "C19" v1.10.1 2024-07-06 MIPSCompileOp: Invalid instruction 000008b7
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-07-03 Unknown GetPointer 66c56057 PC 0884d7b4 LR 0884d7d4
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-06-23 80630007=sceAtracSetData(2, 08d13140, 00006ed8): atracID uses different codec type than data
eFootball PES 2021 T. Bendezu "C19" v1.11.3 2024-06-15 ReadFromHardware: Invalid address f7000000 near PC f7000000 LR 08a3ae4c
eFootball PES 2021 T. Bendezu "C19" v1.6.3 2024-06-10 Error in shader program link: info: L0100 GLSL allows exactly two attached shaders (one of each type) per program fs: 00004000:00000002 Tex Flat TFuncMod #version 100 precision lowp float; uniform sampler2D tex; varying vec4 v_color0; varying mediump vec3 v_texcoord; void main() { vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); gl_FragColor = v; } vs: 40000000:00000012 THR Tex Flat #version 100 precision highp float; attribute vec4 position; attribute vec2 texcoord; attribute lowp vec4 color0; uniform mat4 u_proj_through; varying lowp vec4 v_color0; varying 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 PES 2021 T. Bendezu "C19" v1.8.0 2024-06-05 Strange value at module_start_thread_parameter export: 00008003
eFootball PES 2021 T. Bendezu "C19" v1.8.0 2024-06-05 Strange value at module_stop_thread_parameter export: 00000007
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-06-05 Bad SAS Mix output address: 08b26980, grain=164334064
eFootball PES 2021 T. Bendezu "C19" v1.14.4 2024-05-22 Unknown GetPointerWrite 00000140 PC 088113d4 LR 088113dc
eFootball PES 2021 T. Bendezu "C19" v1.12.3 2024-05-21 Unknown GetPointer aa6e3598 PC 0884d5b0 LR 0884d7d4
eFootball PES 2021 T. Bendezu "C19" v1.17.1-491-g9cdd97c13b 2024-05-20 Jump to invalid address: 02e667c0
eFootball PES 2021 T. Bendezu "C19" v1.17.1-491-g9cdd97c13b 2024-05-20 MIPSCompileOp: Invalid instruction ece00004
eFootball PES 2021 T. Bendezu "C19" v1.17.1-491-g9cdd97c13b 2024-05-20 sceKernelRegisterSubIntrHandler(30, 0, 08815f0c, 00000000): duplicate handler
eFootball PES 2021 T. Bendezu "C19" v1.17.1-491-g9cdd97c13b 2024-05-20 Unknown GetPointerWrite 00000000 PC 08a02dec LR 088215a8
eFootball PES 2021 T. Bendezu "C19" v1.7.4 2024-05-18 MIPSCompileOp: Invalid instruction 45acdcc0
eFootball PES 2021 T. Bendezu "C19" v1.7.4 2024-05-18 MIPSCompileOp: Invalid instruction 45b59329
eFootball PES 2021 T. Bendezu "C19" v1.7.4 2024-05-18 MIPSCompileOp: Invalid instruction 4647868d
eFootball PES 2021 T. Bendezu "C19" v1.7.4 2024-05-18 MIPSCompileOp: Invalid instruction 4645ef6d
eFootball PES 2021 T. Bendezu "C19" v1.7.4 2024-05-18 MIPSCompileOp: Invalid instruction 00022e7e
eFootball PES 2021 T. Bendezu "C19" v1.7.4 2024-05-18 MIPSCompileOp: Invalid instruction 4632a1d0
eFootball PES 2021 T. Bendezu "C19" v1.6.3 2024-05-18 Error in shader program link: info: Link failed because of missing fragment shader. fs: 00004000:00000022 Tex TexAlpha Flat TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; 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; fragColor0 = v; } vs: 40000000:00000918 HWX C T Tex Flat #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; flat 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 = 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); }
eFootball PES 2021 T. Bendezu "C19" v1.11.3 2024-05-13 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l3 rate 0000
eFootball PES 2021 T. Bendezu "C19" v1.11.3 2024-05-09 Unknown GetPointer 00000000 PC 0880b454 LR 0880b460
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-05-05 MIPSCompileOp: Invalid instruction 00002a3e
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-05-05 MIPSCompileOp: Invalid instruction 00002fbc
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-05-05 MIPSCompileOp: Invalid instruction 000033d4
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-05-05 MIPSCompileOp: Invalid instruction 00003f1e
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-05-05 MIPSCompileOp: Invalid instruction 0000049f
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-05-05 MIPSCompileOp: Invalid instruction 0000023a
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-06-01 Unknown GetPointerWrite 00000000 PC 08808458 LR 08808460
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-04-27 Unknown GetPointer 0000a32b PC 0881c428 LR 0881c438
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-27 Unknown GetPointer 4eb00080 PC 0884a918 LR 0884a938
eFootball PES 2021 T. Bendezu "C19" v1.17.1 2024-04-26 MIPSCompileOp: Invalid instruction 00030101
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bf8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bf0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202be8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202be0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bd8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bd0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bc8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bc0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bb8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202bb0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ba8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ba0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b98 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b90 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b88 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b80 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b78 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b70 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b68 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b60 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b58 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b50 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b48 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b40 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b38 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b30 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b28 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b20 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b18 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b10 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b08 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202b00 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202af8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202af0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ae8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ae0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ad8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ad0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ac8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ac0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ab8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202ab0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202aa8 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202aa0 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a98 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a90 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a88 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a80 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a78 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a70 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a68 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a60 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a58 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a50 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a48 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a40 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a38 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a30 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a28 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a20 with different target
eFootball PES 2021 T. Bendezu "C19" v1.16.6 2024-04-23 Branch in branch delay slot at 09202a18 with different target