Recent logs - eFootball PES 2020 "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 2020 "C19" v1.14.4 2023-10-31 sceNetAdhocMatchingInit(32768) at 08a71984
eFootball PES 2020 "C19" v1.13.2 2022-10-23 sceDmacMemcpy(dest=040cc000, src=09517240, size=557056): overlapping read
eFootball PES 2020 "C19" v1.13.1 2022-08-12 Unknown GetPointer 00000000 PC 0884a908 LR 0884a928
eFootball PES 2020 "C19" v1.13.2 2023-02-26 Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144
eFootball PES 2020 "C19" v1.12.3 2022-05-25 80630007=sceAtracSetData(2, 08d13140, 00000aec): atracID uses different codec type than data
eFootball PES 2020 "C19" v1.12.3 2022-05-06 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
eFootball PES 2020 "C19" v1.11.3 2022-02-26 sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006
eFootball PES 2020 "C19" v1.11.3 2022-02-26 sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006
eFootball PES 2020 "C19" v1.11.3 2022-02-26 sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006
eFootball PES 2020 "C19" v1.11.3 2022-02-26 sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006
eFootball PES 2020 "C19" v1.11.3 2022-02-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
eFootball PES 2020 "C19" v1.11.3 2022-02-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
eFootball PES 2020 "C19" v1.11.3 2022-02-26 Unimplemented HLE function Kprintf
eFootball PES 2020 "C19" v1.10.3 2022-01-20 Unknown GetPointer a51e74c7 PC 0884d5a0 LR 0884d7c4
eFootball PES 2020 "C19" v1.10.3 2021-11-30 sceDmacMemcpy(dest=040cc000, src=086ceb80, size=1250432): overlapping read
eFootball PES 2020 "C19" v1.12.3 2022-03-21 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l3 rate 000f
eFootball PES 2020 "C19" v1.12.3 2022-03-21 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000
eFootball PES 2020 "C19" v1.10.3 2022-02-08 sceMp3Init: invalid data: not MPEG v1
eFootball PES 2020 "C19" v1.10.3 2021-09-25 Unknown GetPointer 00000000 PC 0884d7a4 LR 0884d7c4
eFootball PES 2020 "C19" v1.11.3 2021-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120
eFootball PES 2020 "C19" v1.11.3 2021-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536
eFootball PES 2020 "C19" v1.11.3 2021-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771616
eFootball PES 2020 "C19" v1.11.3 2021-08-21 Unknown GetPointer 00000000 PC 08000000 LR 08000000
eFootball PES 2020 "C19" v1.12.3 2022-05-25 sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid)
eFootball PES 2020 "C19" v1.9.4 2021-06-11 sceDmacMemcpy(dest=086ce8c0, src=040cc000, size=1251136): overlapping read
eFootball PES 2020 "C19" v1.11.3 2021-06-09 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l2 rate 000e
eFootball PES 2020 "C19" v1.12.3 2022-03-21 sceMp3Init: invalid data: not layer 3
eFootball PES 2020 "C19" v1.9.4 2022-01-23 Unknown GetPointer 00000000 PC 08a1b77c LR 08000030
eFootball PES 2020 "C19" v1.6.3 2021-05-06 Error in shader program link: info: L0007 Fragment shader uses a varying v_fogdepth that has not been declared in the vertex shader. fs: 00000000:00200000 Fog #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; out vec4 fragColor0; void main() { vec4 v = v_color0 ; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; } vs: 00000000:0000010c HWX C Fog #version 300 es precision highp float; in vec3 position; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; out lowp vec4 v_color0; out 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 = color0; v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; }
eFootball PES 2020 "C19" v1.6.3 2021-05-06 Error in shader program link: info: L0008 The fragment floating-point variable v_color0 does not match the vertex variable v_color0. The qualifier does not match. 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 PES 2020 "C19" v1.6.3 2021-05-06 Error in shader program link: info: L0008 The fragment floating-point variable v_color0 does not match the vertex variable v_color0. The qualifier does not match. fs: 00000000:00000001 Clear #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; out vec4 fragColor0; void main() { vec4 v = v_color0; 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 PES 2020 "C19" v1.11.3 2021-04-21 Unexpected mpeg first timestamp: fffffffffff / 17592186044415
eFootball PES 2020 "C19" v1.11.3 2021-04-20 Unexpected mpeg first timestamp: fffffff0000 / 17592185978880
eFootball PES 2020 "C19" v1.8.0 2024-04-26 sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read
eFootball PES 2020 "C19" v1.10.3 2021-01-07 80630006=sceAtracSetDataAndGetID(09a4ec00, 00000800): invalid RIFF header
eFootball PES 2020 "C19" v1.10.3 2021-01-07 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): invalid RIFF header
eFootball PES 2020 "C19" v1.10.3 2021-01-07 80630006=sceAtracSetDataAndGetID(09a4ec00, 00003000): invalid RIFF header
eFootball PES 2020 "C19" v1.9.4 2023-10-30 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
eFootball PES 2020 "C19" v1.9.4 2024-03-20 Unknown GetPointer 00000000 PC 08816130 LR 08816144
eFootball PES 2020 "C19" v1.9.4 2024-01-08 Unknown GetPointer 00000000 PC 08815ef4 LR 08000020
eFootball PES 2020 "C19" v1.9.4 2021-09-22 GL ran out of GPU memory; switching to low memory mode
eFootball PES 2020 "C19" v1.10.3 2020-10-06 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0
eFootball PES 2020 "C19" v1.9.4 2022-09-29 Unimplemented HLE function sceKernelFindModuleByUID
eFootball PES 2020 "C19" v1.9.4 2023-02-15 Unimplemented HLE function sceKernelDcacheWritebackAll
eFootball PES 2020 "C19" v1.9.4 2022-10-18 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
eFootball PES 2020 "C19" v1.9.4 2022-10-18 Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f
eFootball PES 2020 "C19" v1.9.4 2022-10-21 Game install with no files / data
eFootball PES 2020 "C19" v1.10.3 2021-02-07 80630006=sceAtracSetDataAndGetID(09a4ec00, 00001000): invalid RIFF header
eFootball PES 2020 "C19" v1.9.3-204-g52156ec4e 2022-02-03 sceMp3Init: invalid data: not 44.1kHz
eFootball PES 2020 "C19" v1.9.4 2023-10-30 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball PES 2020 "C19" v1.9.4 2024-04-23 Savedata version requested on save: 3
eFootball PES 2020 "C19" v1.9.4 2024-04-26 Savedata version requested: 3