Recent logs - PES 2014

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 2014 v1.17.1 2024-09-20 Jump to invalid address: 0745d540
PES 2014 v1.17.1 2024-09-20 Jump to invalid address: 07496b00
PES 2014 v1.17.1 2024-09-20 Jump to invalid address: 07496440
PES 2014 v1.17.1 2024-09-20 Jump to invalid address: 07495d80
PES 2014 v1.17.1 2024-09-20 Jump to invalid address: 074956c0
PES 2014 v1.15.4 2024-09-16 sceKernelLoadModule: unsupported options size=00000014, flags=08a0dc94, pos=0, access=1, data=1, text=1
PES 2014 v1.16.6 2024-09-10 Jump to invalid address: 07619c80
PES 2014 v1.16.6 2024-09-10 Jump to invalid address: 07465940
PES 2014 v1.16.6 2024-09-10 Jump to invalid address: 07465280
PES 2014 v1.16.6 2024-09-10 Jump to invalid address: 0755a1c0
PES 2014 v1.16.6 2024-09-10 Jump to invalid address: 074a2f40
PES 2014 v1.16.6 2024-09-10 Jump to invalid address: 074a2880
PES 2014 v1.17.1 2024-09-12 sceKernelLoadModule: unsupported options size=00000014, flags=08d11560, pos=0, access=1, data=2, text=2
PES 2014 v1.17.1 2024-09-12 sceKernelLoadModule: unsupported options size=00000014, flags=08857c2c, pos=0, access=1, data=1, text=1
PES 2014 v1.17.1 2024-09-12 sceKernelLoadModule: unsupported options size=00000014, flags=0892b680, pos=0, access=1, data=2, text=2
PES 2014 v1.17.1 2024-09-02 Jump to invalid address: 07399e00
PES 2014 v1.17.1 2024-09-02 Jump to invalid address: 07399740
PES 2014 v1.17.1 2024-08-13 A save request is already running, not starting a new one
PES 2014 v1.17.1 2024-08-10 Unknown GetPointer 0480003b PC 08a02a0c LR 088113dc
PES 2014 v1.17.1 2024-08-10 WriteToHardware: Invalid address 00000000 near PC 08811210 LR 08825d54
PES 2014 v1.17.1 2024-08-10 ReadFromHardware: Invalid address 00000000 near PC 0886f258 LR 0886f220
PES 2014 v1.17.1 2024-08-10 WriteToHardware: Invalid address 00000004 near PC 0886f244 LR 0886f220
PES 2014 v1.17.1 2024-08-10 ReadFromHardware: Invalid address 00000004 near PC 0886f238 LR 0886f220
PES 2014 v1.17.1 2024-08-10 Unknown GetPointer 00000000 PC 0884d7cc LR 0884d7d4
PES 2014 v1.17.1 2024-08-09 Unknown GetPointer 002a231e PC 0884a918 LR 0884a938
PES 2014 v1.17.4-1 2024-08-08 MIPSCompileOp: Invalid instruction 00010001
PES 2014 v1.17.1 2024-08-06 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1
PES 2014 v1.17.1 2024-08-06 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=2, text=2
PES 2014 v1.17.1 2024-08-05 Unknown GetPointer 00617f7c PC 0884a918 LR 0884a938
PES 2014 v1.17.1 2024-08-05 Unknown GetPointer 005a4f43 PC 0884a918 LR 0884a938
PES 2014 v1.17.1 2024-08-05 Unknown GetPointer 00413837 PC 0884a918 LR 0884a938
PES 2014 v1.17.1 2024-08-05 Unknown GetPointer 00463727 PC 0884a918 LR 0884a938
PES 2014 v1.17.1 2024-08-05 Jump to invalid address: 075024c0 PC 08b0a98c LR 088681cc
PES 2014 v1.17.1 2024-08-05 Jump to invalid address: 07501e00 PC 08b0a988 LR 088681cc
PES 2014 v1.17.1 2024-08-05 Jump to invalid address: 07501740 PC 08b0a984 LR 088681cc
PES 2014 v1.17.1 2024-08-05 Jump to invalid address: 07501080 PC 08b0a980 LR 088681cc
PES 2014 v1.17.1 2024-07-31 Unknown GetPointer 0054442d PC 0884a918 LR 0884a938
PES 2014 v1.11.3 2024-07-28 ReadFromHardware: Invalid address d1b80200 near PC d1b80200 LR 088681cc
PES 2014 v1.17.1 2024-07-19 Unknown GetPointer 0480003d PC 088113c4 LR 088113dc
PES 2014 v1.6.3 2024-07-13 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; flat in vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; 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; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; } vs: 40000000:00000914 HWX T Fog 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; uniform highp vec2 u_fogcoef; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; 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 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; }
PES 2014 v1.17.1 2024-07-07 sceNetAdhocMatchingInit(32768) at 08a71b9c
PES 2014 v1.17.1 2024-07-04 Jump to invalid address: 07642040
PES 2014 v1.17.1 2024-07-04 Jump to invalid address: 07641980
PES 2014 v1.17.1 2024-07-04 Jump to invalid address: 0746f9c0
PES 2014 v1.17.1 2024-07-04 Jump to invalid address: 0746f300
PES 2014 v1.17.1 2024-07-03 sceGeBreak(mode=0, unknown=08ce050c): unknown ptr (valid)
PES 2014 v1.17.1 2024-06-29 Jump to invalid address: 00312514
PES 2014 v1.5.3 2024-06-29 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; 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(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
PES 2014 v1.12.3 2024-06-23 80000107=sceDisplaySetFrameBuf(04000000, 512, 0, 0): must change latched framebuf first
PES 2014 v1.17.1 2024-06-15 Unknown GetPointer 001e0804 PC 0884a918 LR 0884a938
PES 2014 v1.5.3 2024-06-29 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; 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(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:0001d022 THR UVMtx TessC TessRevN #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); }
PES 2014 v1.17.1 2024-06-12 Unknown GetPointer 0077502c PC 0884a918 LR 0884a938
PES 2014 v1.17.1 2024-06-11 Unknown GetPointer 00413523 PC 0884a918 LR 0884a938
PES 2014 v1.17.1 2024-05-31 Unknown GetPointerWrite 00000492 PC 08872bb4 LR 08872c1c
PES 2014 v1.9.4 2024-05-30 Unknown GetPointer 00000000 PC 08a287a8 LR 08a287a8
PES 2014 v1.6.3 2024-05-28 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00000000:0001d000 AlphaTest0 > #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D testtex; in vec4 v_color0; inout 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); }
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction efbbabbb
PES 2014 v1.15.4 2024-05-19 Branch in branch delay slot at 080bb99c with different target
PES 2014 v1.15.4 2024-05-19 Branch in branch delay slot at 080bb998 with different target
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction efefef40
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction efefefef
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction efeff600
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 009fa03e
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 4ed60000
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 000006fa
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 0001eefe
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction effeeeff
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction cccccccf
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 000003ff
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 4fc05fc0
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp 69000bf8 failed
PES 2014 v1.15.4 2024-05-19 Branch in branch delay slot at 080a3880 with different target
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 0006f854
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction b029999a
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 6cf40000
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction eccc3fe1
PES 2014 v1.15.4 2024-05-19 An uneaten prefix at end of block: 080a3634
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 00008fff
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 04c6f800
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 000ac0bf
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 70005ff6
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 9f50af40
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 9f604f66
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 00004fff
PES 2014 v1.15.4 2024-05-19 WriteToHardware: Invalid address deadbf57 near PC 080a35d4 LR 08000020
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 0007ffff
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 9f912121
PES 2014 v1.15.4 2024-05-19 MIPSCompileOp: Invalid instruction 0039effa
PES 2014 v1.17.1 2024-05-07 __KernelStopThread: thread 1531 does not exist (ApctlThread deleted)
PES 2014 v1.16.6 2024-05-05 Unknown GetPointer 00000140 PC 08811240 LR 088113dc
PES 2014 v1.17.1 2024-09-02 Can't draw: No current render step. Step count: 0
PES 2014 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 42a73f00
PES 2014 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 45f58310
PES 2014 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 45bf4e80
PES 2014 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 45b95b20
PES 2014 v1.17.1 2024-04-22 MIPSCompileOp: Invalid instruction 45bcb090
PES 2014 v1.17.1 2024-04-13 Unknown GetPointer 00000020 PC 08815f88 LR 08815fd4
PES 2014 v1.10.3 2024-04-09 ReadFromHardware: Invalid address 7c3e6fe0 near PC 7c3e6fe0 LR 08000018
PES 2014 v1.10.3 2024-04-09 ReadFromHardware: Invalid address 7c6ecfe0 near PC 7c6ecfe0 LR 08000018
PES 2014 v1.13.1 2024-04-02 Unknown GetPointer fffd0505 PC fffd0505 LR 088681cc