Recent logs - PES FL 2022

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
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-06-28 Unknown GetPointer 95047ac9 PC 0884d7a4 LR 0884d7c4
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-06-28 Jump to invalid address: 07239960
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-06-28 Jump to invalid address: 0bd39b70
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-06-28 MIPSCompileOp: Invalid instruction 71f0fb74
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-06-28 Unknown GetPointer 950475c9 PC 0884d7a4 LR 0884d7c4
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-06-28 MIPSCompileOp: Invalid instruction 71e9382c
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-06-03 MFIC instruction hit (70020024) at 089d2e50
PES FL 2022 v1.17.1 2025-05-31 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
PES FL 2022 v1.17.1 2025-05-31 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-05-08 Jump to invalid address: 0bd36870
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-05-08 Jump to invalid address: 0bd36770
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-05-08 Jump to invalid address: 07236460
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-05-08 Jump to invalid address: 0bd36670
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-05-08 MIPSCompileOp: Invalid instruction 71f50818
PES FL 2022 v1.18.1 2025-04-23 Unknown GetPointer 00000140 PC 08811198 LR 088113c4
PES FL 2022 v1.18.1 2025-04-22 80630006=sceAtracSetDataAndGetID(09a25200, 00004000): invalid RIFF header
PES FL 2022 v1.6.3 2025-04-07 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: 00000000:00000918 HWX C T 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; 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); }
PES FL 2022 v1.6.3 2025-04-07 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); }
PES FL 2022 v1.6.3 2025-04-07 Error in shader program link: info: Link failed because of missing fragment shader. fs: 00004000:0001d022 Tex TexAlpha Flat TFuncMod AlphaTest0 > #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform sampler2D testtex; flat 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: 40000000:00000910 HWX T Tex Flat #version 300 es precision highp float; in vec3 position; in vec2 texcoord; 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 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); }
PES FL 2022 v1.18.1 2025-03-31 MIPSCompileOp: Invalid instruction 71eb998c
PES FL 2022 v1.18.1 2025-03-30 Unexpected mpeg first timestamp: 0 / 0
PES FL 2022 v1.17.1 2025-03-15 Unknown GetPointerWrite 00000000 PC 08872be8 LR 08872c0c
PES FL 2022 v1.18.1 2025-03-12 Unknown GetPointerWrite 00000da4 PC 08872ba4 LR 08872c0c
PES FL 2022 v1.18.1 2025-03-03 Unknown GetPointer a476ebe4 PC 0881c410 LR 0881c420
PES FL 2022 v1.18.1 2025-02-27 Strange value at module_start_thread_parameter export: 0000000b
PES FL 2022 v1.18.1 2025-02-27 Unable to allocate stack for root thread.
PES FL 2022 v1.18.1 2025-02-27 WriteToHardware: Invalid address 00000000 near PC 08a1b77c LR 00000000
PES FL 2022 v1.18.1 2025-02-24 Bad vertex address 00000000!
PES FL 2022 v1.17.1 2025-02-24 Unable to allocate kernel object, too many objects slots in use.
PES FL 2022 v1.18.1 2025-02-23 Unknown GetPointer ffffff00 PC 0884d7a4 LR 0884d7c4
PES FL 2022 v1.18.1 2025-02-23 UNIMPL sceKernelStopUnloadSelfModuleWithStatus(00000001, 00000000, 00000000, 00000000, 00000000): game has likely crashed
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-20 WriteToHardware: Invalid address ffffe100 near PC 08086048 LR 08000020
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-20 MIPSCompileOp: Invalid instruction 76ef3000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-20 MIPSCompileOp: Invalid instruction 06fb1343
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-20 MIPSCompileOp: Invalid instruction 43fc4343
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-20 MIPSCompileOp: Invalid instruction 42fe2000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-20 MIPSCompileOp: Invalid instruction 0003affa
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-20 MIPSCompileOp: Invalid instruction cccc26fb
PES FL 2022 v1.17.1 2025-02-10 Unknown GetPointerWrite 00072180 PC 08811350 LR 088113c4
PES FL 2022 v1.17.1 2025-02-10 80420014=__sceSasCore(08bb3a00, af51acc0): invalid address
PES FL 2022 v1.17.1 2025-02-10 80420014=__sceSasCore(08bb3a00, af51a8c0): invalid address
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 WriteToHardware: Invalid address deadb7ef near PC 0802c308 LR ffff91c5
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction 7fefefff
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction efef4fbf
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction 008fffff
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction 9f900000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction 00000afd
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 An uneaten prefix at end of block: 0802c2e8
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction f306fa03
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction b000aff9
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction 0009fffb
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 ReadFromHardware: Invalid address deada9ac near PC 080cbe84 LR 08000020
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 MIPSCompileOp: Invalid instruction 00002afe
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 MIPSCompileOp: Invalid instruction 00005f7a
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 Jump to invalid address: 07fffffc
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 MIPSCompileOp: Invalid instruction 000588f9
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 MIPSCompileOp: Invalid instruction effc6300
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 MIPSCompileOp: Invalid instruction ef30007f
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 MIPSCompileOp: Invalid instruction 002ef555
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-11 Branch in branch delay slot at 08080f14 with different target
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 0004fff8
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 00000afe
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 46efe300
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 00001dfb
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction eda40000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 005fb001
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction ee200000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 4fe20000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 9f700000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 Jump to invalid address: 07f00000
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 Jump to invalid address: 07ff0c00
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 MIPSCompileOp: Invalid instruction 0000003d
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-08 Unknown GetPointer a476d864 PC 0881c410 LR 0881c420
PES FL 2022 v1.18.1 2025-01-07 MIPSCompileOp: Invalid instruction 0000007e
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-04 WriteToHardware: Invalid address deadbeef near PC 08142d38 LR 08000020
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-04 MIPSCompileOp: Invalid instruction 7fc01010
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-04 MIPSCompileOp: Invalid instruction ef505fe1
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-02-08 MIPSCompileOp: Invalid instruction 000006ff
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-04 MIPSCompileOp: Invalid instruction 0000037b
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-04 MIPSCompileOp: Invalid instruction 003bfe94
PES FL 2022 v1.18.1 2025-05-10 Unknown GetPointerWrite 0000091b PC 08872ba4 LR 08872c0c
PES FL 2022 v1.17.1-334-g1786a4ddb 2025-01-02 Unknown GetPointer a476eea4 PC 0881c410 LR 0881c420
PES FL 2022 v1.18.1 2024-12-25 Branch in branch delay slot at 0811779c with different target
PES FL 2022 v1.18.1 2024-12-25 MIPSCompileOp: Invalid instruction ed00005f
PES FL 2022 v1.18.1 2024-12-25 MIPSCompileOp: Invalid instruction 00045454
PES FL 2022 v1.18.1 2024-12-15 Unknown GetPointerWrite 00000492 PC 08872be8 LR 08872c0c
PES FL 2022 v1.18.1 2025-02-23 Unknown GetPointer 0000e734 PC 08872bbc LR 08872c0c
PES FL 2022 v1.18.1 2024-12-11 Unknown GetPointerWrite 00000000 PC 088112c4 LR 088113c4
PES FL 2022 v1.18.1 2024-12-11 MIPSCompileOp: Invalid instruction 6268ca3d
PES FL 2022 v1.18.1 2024-12-11 Unknown GetPointerWrite 00000000 PC 08825d34 LR 088113c4
PES FL 2022 v1.18.1 2024-12-10 MIPSCompileOp: Invalid instruction 71e8fa74
PES FL 2022 v1.18.1 2025-06-28 Jump to invalid address: 0bd3a070
PES FL 2022 v1.18.1 2024-12-10 Jump to invalid address: 0bd3a270
PES FL 2022 v1.18.1 2024-12-10 Jump to invalid address: 0bd3a570
PES FL 2022 v1.18.1 2024-12-10 Jump to invalid address: 07239e60
PES FL 2022 v1.17.1-334-g1786a4ddb 2024-12-01 MIPSCompileOp: Invalid instruction 00008dff
PES FL 2022 v1.10-6-g8ac4efd3c 2024-11-18 Jump to invalid address: 07640540
PES FL 2022 v1.18.1 2024-11-11 Unknown GetPointer ea5b8bd9 PC 0884d7a4 LR 0884d7c4
PES FL 2022 v1.8.0 2024-11-19 sceDmacMemcpy(dest=086ce8c0, src=040cc000, size=1251136): overlapping read
PES FL 2022 v1.18.1 2024-11-10 Unknown GetPointer 0000e424 PC 08872bbc LR 08872c0c