Recent logs - eFootball PES 2023 "SNE"

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 2023 "SNE" v1.10.3 2023-09-28 RET: Stack empty!
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x616403ba
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x18260574
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x86255ada
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x8125221d
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x4e3a1105
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x3f53e640
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x28b6489c
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0xd6da4ba1
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE.
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE.
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x39810265
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708
eFootball PES 2023 "SNE" v1.10.3 2023-09-28 Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c
eFootball PES 2023 "SNE" v1.13.2 2023-09-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872
eFootball PES 2023 "SNE" v1.13.2 2023-09-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024
eFootball PES 2023 "SNE" v1.13.2 2023-09-28 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256
eFootball PES 2023 "SNE" v1.13.2 2023-09-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204
eFootball PES 2023 "SNE" v1.13.2 2023-09-28 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2
eFootball PES 2023 "SNE" v1.13.2 2023-09-28 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1
eFootball PES 2023 "SNE" v1.13.2 2023-09-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120
eFootball PES 2023 "SNE" v1.13.2 2023-09-20 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536
eFootball PES 2023 "SNE" v1.6.3 2023-09-12 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 00000000:0001d002 Tex 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; 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; fragColor0 = v; } vs: 00000000:0000001a THR C Tex #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out highp 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 2023 "SNE" v1.9.4 2023-08-29 Unknown GetPointer 95f5d3f3 PC 0884d5a0 LR 0884d7c4
eFootball PES 2023 "SNE" v1.6.3 2023-08-25 Branch in RSRTComp delay slot at 08815ef8 in block starting at 08815ef4
eFootball PES 2023 "SNE" v1.6.3 2023-08-25 MIPSCompileOp: Invalid instruction 00000005
eFootball PES 2023 "SNE" v1.12.3 2023-08-19 FBO created from existing depthbuffer as color, 04000000/04128000 and 04178000/04000000
eFootball PES 2023 "SNE" v1.12.3 2023-08-19 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2
eFootball PES 2023 "SNE" v1.8.0 2023-09-20 Unknown GetPointer 00000000 PC 0884d5a0 LR 0884d7c4
eFootball PES 2023 "SNE" v1.8.0 2023-09-22 Unknown GetPointer 00000000 PC 088287e0 LR 088287f0
eFootball PES 2023 "SNE" v1.10 2023-07-28 Unknown GetPointer 95f5cdb3 PC 0884d5a0 LR 0884d7c4
eFootball PES 2023 "SNE" v1.10 2023-07-27 Unknown GetPointer 95f5ca33 PC 0884d5a0 LR 0884d7c4
eFootball PES 2023 "SNE" v1.9.4 2023-09-24 Unknown GetPointer 00000000 PC 08a1b77c LR 08000030
eFootball PES 2023 "SNE" v1.9.4 2023-06-17 sceDmacMemcpy(dest=040cc000, src=09517300, size=557056): overlapping read
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 4645e6a2
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 45200000
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 453cd710
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 4632f0f2
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 000000ff
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 00001f01
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 45681e10
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 450c3000
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 4523f430
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 463f28a2
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 000001ff
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 44f10000
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 4644b7c2
eFootball PES 2023 "SNE" v1.7.5 2023-06-07 MIPSCompileOp: Invalid instruction 4527ef70
eFootball PES 2023 "SNE" v1.15.3 2023-06-01 Unknown GetPointer 95eaa0f3 PC 0884d5a0 LR 0884d7c4
eFootball PES 2023 "SNE" v1.8.0 2023-09-24 sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read
eFootball PES 2023 "SNE" v1.11.3 2023-05-25 Unknown GetPointer 95f5d4f3 PC 0884d5a0 LR 0884d7c4
eFootball PES 2023 "SNE" v1.12.2 2023-05-15 80020001=sceKernelCreateMutex(): invalid name
eFootball PES 2023 "SNE" v1.10.3 2023-05-12 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball PES 2023 "SNE" v1.9.4 2023-08-31 80630006=sceAtracSetDataAndGetID(09a4ec00, 00001000): invalid RIFF header
eFootball PES 2023 "SNE" v1.15.2 2023-05-06 Jump to invalid address: 068a4800
eFootball PES 2023 "SNE" v1.15.2 2023-05-06 Jump to invalid address: 02eeeeb0
eFootball PES 2023 "SNE" v1.15.2 2023-05-06 Branch in Jump delay slot at 088d2ac4 in block starting at 088d1a44
eFootball PES 2023 "SNE" v1.15.2 2023-05-06 Jump to invalid address: 028e0b90
eFootball PES 2023 "SNE" v1.15.2 2023-05-06 Jump to invalid address: 06814800
eFootball PES 2023 "SNE" v1.11.3 2023-05-06 MIPSCompileOp: Invalid instruction 0000ed94
eFootball PES 2023 "SNE" v1.15.2 2023-05-06 Jump to invalid address: 02aaad80
eFootball PES 2023 "SNE" v1.7.5 2023-08-25 MIPSCompileOp: Invalid instruction 00000001
eFootball PES 2023 "SNE" v1.15.2 2023-05-06 Jump to invalid address: 02b72970
eFootball PES 2023 "SNE" v1.11.3 2023-05-06 MIPSCompileOp: Invalid instruction 0001a379
eFootball PES 2023 "SNE" v1.11.3 2023-08-13 Unknown GetPointer 00000000 PC 08808430 LR 08808448
eFootball PES 2023 "SNE" v1.9.4 2023-09-24 sceDmacMemcpy(dest=040cc000, src=086ce800, size=1251328): overlapping read
eFootball PES 2023 "SNE" v1.9.4 2023-09-25 Unknown GetPointer 00000000 PC 08815ef4 LR 08000020
eFootball PES 2023 "SNE" v1.15.4 2023-09-01 sceNetAdhocMatchingInit(32768) at 08a71984
eFootball PES 2023 "SNE" v1.13.2 2023-08-27 Unknown GetPointer 00000010 PC 0884d5a0 LR 0884d7c4
eFootball PES 2023 "SNE" v1.13.2 2023-04-02 Unknown GetPointer 00000020 PC 08815f70 LR 08815fbc
eFootball PES 2023 "SNE" v1.13.2 2023-04-02 Unknown GetPointerWrite 00000000 PC 088287e0 LR 088287f0
eFootball PES 2023 "SNE" v1.15.4 2023-09-24 Unknown GetPointer 00000000 PC 0884a908 LR 0884a928
eFootball PES 2023 "SNE" v1.15.4 2023-09-24 Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144
eFootball PES 2023 "SNE" v1.9.4 2023-09-28 Unknown GetPointer 00000000 PC 08816130 LR 08816144
eFootball PES 2023 "SNE" v1.9.4 2023-09-29 Savedata version requested on save: 3
eFootball PES 2023 "SNE" v1.9.4 2023-09-29 Savedata version requested: 3