Recent logs - eFootball PES 2022 "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 2022 "SNE" v1.8.0 2023-09-10 Unknown GetPointer 0000006c PC 08872ba4 LR 08872c0c
eFootball PES 2022 "SNE" v1.8.0 2023-08-11 sceDmacMemcpy(dest=04154000, src=09517240, size=557056): overlapping read
eFootball PES 2022 "SNE" v1.12.3 2023-07-24 ReadFromHardware: Invalid address 00000010 near PC 088151ec LR 0881bf70
eFootball PES 2022 "SNE" v1.10.2 2023-07-11 sceDmacMemcpy(dest=04154000, src=091f6230, size=557056): overlapping read
eFootball PES 2022 "SNE" v1.11.3 2023-06-10 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 166232480
eFootball PES 2022 "SNE" v1.11.3 2023-06-10 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 158723776
eFootball PES 2022 "SNE" v1.11.3 2023-06-10 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=2, text=2
eFootball PES 2022 "SNE" v1.11.3 2023-06-10 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=1, text=1
eFootball PES 2022 "SNE" v1.11.3 2023-06-10 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16
eFootball PES 2022 "SNE" v1.11.3 2023-06-10 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 29328
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 02eef0f0
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 068bb000
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 02eeefd0
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 0694b000
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 MIPSCompileOp: Invalid instruction 01000101
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 MIPSCompileOp: Invalid instruction 00000041
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 02aaad80
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 02eef210
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 02f1e000
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 MIPSCompileOp: Invalid instruction 000fffff
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 02b72970
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 WriteToHardware: Invalid address ffffd821 near PC 08bcf298 LR 089534ec
eFootball PES 2022 "SNE" v1.8.0 2023-05-22 Jump to invalid address: 028e0b90
eFootball PES 2022 "SNE" v1.9.4 2023-05-17 ReadFromHardware: Invalid address ff00a000 near PC ff00a000 LR ff00a000
eFootball PES 2022 "SNE" v1.14.4 2023-05-10 Unknown GetPointerWrite 00000000 PC 088287e8 LR 088287f0
eFootball PES 2022 "SNE" v1.14.4 2023-04-27 Replacement rowPitch=128, but w=2048 (level=0)
eFootball PES 2022 "SNE" v1.6.3 2023-04-25 Unknown GetPointer 2181aa3b PC 0888d3e4 LR 0888d3fc
eFootball PES 2022 "SNE" v1.14.4 2023-04-23 Replacement rowPitch=256, but w=2048 (level=0)
eFootball PES 2022 "SNE" v1.12.3 2023-04-16 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2
eFootball PES 2022 "SNE" v1.6.3 2023-03-26 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 PES 2022 "SNE" v1.14.4 2023-03-26 Replacement rowPitch=128, but w=800 (level=0)
eFootball PES 2022 "SNE" v1.14.4 2023-03-23 Replacement rowPitch=512, but w=5120 (level=0)
eFootball PES 2022 "SNE" v1.11.3 2023-03-19 sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
eFootball PES 2022 "SNE" v1.14.4 2023-06-28 Replacement rowPitch=128, but w=248 (level=0)
eFootball PES 2022 "SNE" v1.14.2 2023-03-11 UI scissor out of bounds in SavedataScreen: 1166,311-0,75 / 1015,544
eFootball PES 2022 "SNE" v1.14.2 2023-03-11 UI scissor out of bounds in SavedataScreen: 1099,389-0,70 / 1088,544
eFootball PES 2022 "SNE" v1.14.2 2023-03-11 UI scissor out of bounds in SavedataScreen: 1099,232-0,75 / 1088,544
eFootball PES 2022 "SNE" v1.14.2 2023-03-11 UI scissor out of bounds in SavedataScreen: 1099,75-0,75 / 1088,544
eFootball PES 2022 "SNE" v1.14.2 2023-03-11 UI scissor out of bounds in SavedataScreen: 1239,311-0,75 / 1088,544
eFootball PES 2022 "SNE" v1.13.2 2023-05-06 Unknown GetPointerWrite 00000000 PC 08808430 LR 08808448
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 Jump to invalid address: 02e269a0
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 Jump to invalid address: 026a3030
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 Jump to invalid address: 02e2b890
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 Jump to invalid address: 02e2c6f0
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 MIPSCompileOp: Invalid instruction 00ffffff
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 Jump to invalid address: 026c2bd0
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 MIPSCompileOp: Invalid instruction 0000ffff
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 Jump to invalid address: 0264e390
eFootball PES 2022 "SNE" v1.9.4 2023-03-04 Jump to invalid address: 0264e4a0
eFootball PES 2022 "SNE" v1.14.4 2023-05-07 Replacement rowPitch=256, but w=400 (level=0)
eFootball PES 2022 "SNE" v1.12.3 2023-02-25 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872
eFootball PES 2022 "SNE" v1.12.3 2023-02-25 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024
eFootball PES 2022 "SNE" v1.12.3 2023-02-25 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256
eFootball PES 2022 "SNE" v1.12.3 2023-02-25 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204
eFootball PES 2022 "SNE" v1.12.3 2023-02-25 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2
eFootball PES 2022 "SNE" v1.14.4 2023-11-15 Replacement rowPitch=256, but w=296 (level=0)
eFootball PES 2022 "SNE" v1.14.4 2023-02-18 Unknown GetPointer 0000a300 PC 0884a908 LR 0884a928
eFootball PES 2022 "SNE" v1.14.4 2023-02-13 Replacement rowPitch=128, but w=512 (level=0)
eFootball PES 2022 "SNE" v1.14.4 2023-02-12 80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header
eFootball PES 2022 "SNE" v1.14.4 2023-03-30 Replacement rowPitch=512, but w=800 (level=0)
eFootball PES 2022 "SNE" v1.11.3 2023-02-03 sceSasSetSimpleADSR(08bb3a00, 0, 65bec2, 7fbdff9b): Invalid ADSREnv2
eFootball PES 2022 "SNE" v1.9.4 2023-01-28 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
eFootball PES 2022 "SNE" v1.9.4 2023-01-28 Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f
eFootball PES 2022 "SNE" v1.9.4 2023-01-28 Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b
eFootball PES 2022 "SNE" v1.14.2 2023-01-09 UI scissor out of bounds in GamePauseScreen: 1710,40-601,1040 / 2219,1080
eFootball PES 2022 "SNE" v1.8.0 2023-01-08 ReadFromHardware: Invalid address ac948b73 near PC ac948b73 LR 08000018
eFootball PES 2022 "SNE" v1.14.2 2023-01-04 UI scissor out of bounds in GameSettingsScreen: 340,0-1168,720 / 1433,720
eFootball PES 2022 "SNE" v1.13.1 2023-01-03 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2
eFootball PES 2022 "SNE" v1.13.1 2023-01-03 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
eFootball PES 2022 "SNE" v1.13.2 2023-01-02 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0
eFootball PES 2022 "SNE" v1.13.2 2023-02-24 Unimplemented HLE function sceKernelDcacheWritebackAll
eFootball PES 2022 "SNE" v1.9.4 2023-05-26 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): invalid RIFF header
eFootball PES 2022 "SNE" v1.13.1 2022-12-13 sceGeBreak(mode=0, unknown=08ce050c): unknown ptr (valid)
eFootball PES 2022 "SNE" v1.6.3 2022-11-30 Unknown GetPointer 6776821c PC 0888d3ec LR 0888d3fc
eFootball PES 2022 "SNE" v1.4.2 2022-11-29 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
eFootball PES 2022 "SNE" v1.9.4 2024-03-02 Unknown GetPointer 00000000 PC 08000000 LR 08000000
eFootball PES 2022 "SNE" v1.10.3 2022-11-17 807f00fd=sceMp3Init(00000000): invalid bitrate v2 l0 rate 0000
eFootball PES 2022 "SNE" v1.14.2 2023-01-05 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l0 rate 0007
eFootball PES 2022 "SNE" v1.14.2 2023-01-05 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l1 rate 000d
eFootball PES 2022 "SNE" v1.14.2 2023-01-05 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l1 rate 0005
eFootball PES 2022 "SNE" v1.14.2 2023-01-05 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l2 rate 0000
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 00038181
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 44634000
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 4651d800
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 00040dff
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 Jump to invalid address: 00c028b0
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 45c07d50
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 43d9ed00
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 4473bd80
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 44f10000
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 450c3000
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 43973200
eFootball PES 2022 "SNE" v1.11.3 2022-11-14 MIPSCompileOp: Invalid instruction 000000ff
eFootball PES 2022 "SNE" v1.9.4 2022-11-13 ReadFromHardware: Invalid address f06de380 near PC f06de380 LR 08000018
eFootball PES 2022 "SNE" v1.10 2022-11-07 80630007=sceAtracSetData(2, 08d4b180, 00012e00): atracID uses different codec type than data
eFootball PES 2022 "SNE" v1.13.2 2022-11-06 Unknown GetPointer 00000020 PC 08815f70 LR 08815fbc
eFootball PES 2022 "SNE" v1.13.2 2022-11-06 Unknown GetPointerWrite 00000000 PC 088287e0 LR 088287f0
eFootball PES 2022 "SNE" v1.9.4 2024-04-08 sceDmacMemcpy(dest=09054040, src=086ce8c0, size=1251136): overlapping read
eFootball PES 2022 "SNE" v1.7.1 2022-11-04 sceDmacMemcpy(dest=08701400, src=040cc000, size=1043456): overlapping read
eFootball PES 2022 "SNE" v1.7.5 2022-12-15 sceDmacMemcpy(dest=040cc000, src=0927e240, size=557056): overlapping read