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.10.3 |
2023-09-27 |
Unknown GetPointer 00000000 PC 0885d898 LR 0885d8ac |
PES 2014 |
v1.16.3 |
2023-09-26 |
Unknown GetPointer 298662e4 PC 0881c428 LR 0881c438 |
PES 2014 |
v1.12.2 |
2023-09-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacd90, pos=0, access=1, data=2, text=2 |
PES 2014 |
v1.12.2 |
2023-09-17 |
GetFramebufferCandidates(DEPTH): Multiple (2) candidate framebuffers. texaddr: 04710000 offset: 0 (512x512 stride 512, CLUT16) |
PES 2014 |
v1.12.2 |
2023-09-17 |
FBO using existing buffer as depthbuffer, 04088000/04110000 and 04110000/00000000 |
PES 2014 |
v1.13.2 |
2023-09-14 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 150210728 |
PES 2014 |
v1.16 |
2023-09-11 |
Jump to invalid address: 07360e40 |
PES 2014 |
v1.16 |
2023-09-11 |
Jump to invalid address: 07360780 |
PES 2014 |
v1.13.2 |
2023-09-10 |
80630007=sceAtracSetData(2, 08bd5600, 00015700): atracID uses different codec type than data |
PES 2014 |
v1.13.2 |
2023-09-10 |
80630007=sceAtracSetData(2, 08b9d5c0, 00038000): atracID uses different codec type than data |
PES 2014 |
v1.15.4 |
2023-09-08 |
Error in shader program link: info: Variable u_texelDelta has unmatched precision qualifier in different shaders
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec4 u_time;
in vec2 v_texcoord0;
out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor;
in vec4 v_texcoordNC0;
in vec4 v_texcoordNC1;
in vec4 v_texcoordNC2;
in vec4 v_texcoordNC3;
mediump int SEPIA;
mediump int GRAYSCALE;
mediump int NEGATIVE;
mediump int PSPCOLORS;
bvec4 _and_(bvec4 A, bvec4 B)
{
return bvec4(A.x && B.x, A.y && B.y, A.z && B.z, A.w && B.w);
}
vec4 df(vec4 A, vec4 B)
{
return abs(A - B);
}
bvec4 close(vec4 A, vec4 B)
{
vec4 param = A;
vec4 param_1 = B;
return lessThan(df(param, param_1), vec4(15.0));
}
bvec4 _or_(bvec4 A, bvec4 B)
{
return bvec4(A.x || B.x, A.y || B.y, A.z || B.z, A.w || B.w);
}
vec4 weighted_distance(vec4 a, vec4 b, vec4 c, vec4 d, vec4 e, vec4 f, vec4 g, vec4 h)
{
vec4 param = a;
vec4 param_1 = b;
vec4 param_2 = a;
vec4 param_3 = c;
vec4 param_4 = d;
vec4 param_5 = e;
vec4 param_6 = d;
vec4 param_7 = f;
vec4 param_8 = g;
vec4 param_9 = h;
return (((df(param, param_1) + df(param_2, param_3)) + df(param_4, param_5)) + df(param_6, param_7)) + (df(param_8, param_9) * 4.0);
}
vec3 processxBR(vec3 color)
{
vec2 pS = vec2(1.0) / u_texelDelta;
vec2 fp = fract(v_texcoord0 * pS);
vec2 TexCoord_0 = v_texcoord0 - (fp * u_pixelDelta);
vec2 dx = vec2(u_texelDelta.x, 0.0);
vec2 dy = vec2(0.0, u_texelDelta.y);
vec2 y2 = dy + dy;
vec2 x2 = dx + dx;
vec3 A = texture(sampler0, (TexCoord_0 - dx) - dy).xyz;
vec3 B = texture(sampler0, TexCoord_0 - dy).xyz;
vec3 C = texture(sampler0, (TexCoord_0 + dx) - dy).xyz;
vec3 D = texture(sampler0, TexCoord_0 - dx).xyz;
vec3 E = texture(sampler0, TexCoord_0).xyz;
vec3 F = texture(sampler0, TexCoord_0 + dx).xyz;
vec3 G = texture(sampler0, (TexCoord_0 - dx) + dy).xyz;
vec3 H = texture(sampler0, TexCoord_0 + dy).xyz;
vec3 I = texture(sampler0, (TexCoord_0 + dx) + dy).xyz;
vec3 A1 = texture(sampler0, (TexCoord_0 - dx) - y2).xyz;
vec3 C1 = texture(sampler0, (TexCoord_0 + dx) - y2).xyz;
vec3 A0 = texture(sampler0, (TexCoord_0 - x2) - dy).xyz;
vec3 G0 = texture(sampler0, (TexCoord_0 - x2) + dy).xyz;
vec3 C4 = texture(sampler0, (TexCoord_0 + x2) - dy).xyz;
vec3 I4 = texture(sampler0, (TexCoord_0 + x2) + dy).xyz;
vec3 G5 = texture(sampler0, (TexCoord_0 - dx) + y2).xyz;
vec3 I5 = texture(sampler0, (TexCoord_0 + dx) + y2).xyz;
vec3 B1 = texture(sampler0, TexCoord_0 - y2).xyz;
vec3 D0 = texture(sampler0, TexCoord_0 - x2).xyz;
vec3 H5 = texture(sampler0, TexCoord_0 + y2).xyz;
vec3 F4 = texture(sampler0, TexCoord_0 + x2).xyz;
vec4 b = vec4(dot(B, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(D, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(H, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(F, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 c = vec4(dot(C, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(A, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(G, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(I, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 d = vec4(b.y, b.z, b.w, b.x);
vec4 e = vec4(dot(E, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 f = vec4(b.w, b.x, b.y, b.z);
vec4 g = vec4(c.z, c.w, c.x, c.y);
vec4 h = vec4(b.z, b.w, b.x, b.y);
vec4 i = vec4(c.w, c.x, c.y, c.z);
vec4 i4 = vec4(dot(I4, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(C1, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)) |
PES 2014 |
v1.15.4 |
2023-09-06 |
Jump to invalid address: 07349280 |
PES 2014 |
v1.15.4 |
2023-09-06 |
Jump to invalid address: 07308ec0 |
PES 2014 |
v1.15.4 |
2023-09-06 |
Jump to invalid address: 0736b480 |
PES 2014 |
v1.15.4 |
2023-09-06 |
Jump to invalid address: 075ce880 |
PES 2014 |
v1.10.3 |
2023-09-04 |
ReadFromHardware: Invalid address 11bc2098 near PC 11bc2098 LR 11bc2098 |
PES 2014 |
v1.15.4 |
2023-08-22 |
Unknown GetPointer 0020120f PC 0884a930 LR 0884a938 |
PES 2014 |
v1.15.4 |
2023-08-22 |
80630007=sceAtracSetData(2, 08d4b180, 00007450): atracID uses different codec type than data |
PES 2014 |
v1.15.4 |
2023-08-21 |
__KernelStopThread: thread 403 does not exist (helper deleted) |
PES 2014 |
v1.15.4 |
2023-08-21 |
Unknown GetPointer 00000020 PC 08815fcc LR 08815fd4 |
PES 2014 |
v1.15.4 |
2023-08-21 |
Unknown GetPointerWrite 00000000 PC 088287f8 LR 08828800 |
PES 2014 |
v1.15.4 |
2023-08-21 |
Unknown GetPointer 007b8ca4 PC 0884a930 LR 0884a938 |
PES 2014 |
v1.15.4 |
2023-08-21 |
Unknown GetPointer 001e1109 PC 0884a930 LR 0884a938 |
PES 2014 |
v1.15.4 |
2023-08-21 |
Jump to invalid address: 074e8100 |
PES 2014 |
v1.15.4 |
2023-08-21 |
Jump to invalid address: 074e7a40 |
PES 2014 |
v1.15.4 |
2023-08-19 |
Unknown GetPointer 00625953 PC 0884a930 LR 0884a938 |
PES 2014 |
v1.15.4 |
2023-08-15 |
Unknown GetPointer 0027202e PC 0884a930 LR 0884a938 |
PES 2014 |
v1.10.3-1286-gf9e720644 |
2023-08-15 |
Error in shader compilation: info: 0:1: L0001: Unknown character '`'(96)
0:1: L0001: Unknown character ''(30)
0:1: L0001: Unknown character '`'(96)
0:1: L0001: Unknown character ''(30)
0:1: L0001: Unknown character ''(8)
0:3: P0001: #endif directive found outside if-section
0:1: L0001: Typename expected, found '�pb'
0:1: L0001: Expected identifier, found '}'
thin3d
`�pb}L_ES
precision mediump float;
#endif
#ifdef GL_ES
precision lowp float;
#endif
#if __VERSION__ >= 130
#define varying in
#define gl_FragColor fragColor0
out vec4 fragColor0;
#endif
varying vec4 oColor0;
void main() { gl_FragColor = oColor0; }
|
PES 2014 |
v1.15.4 |
2023-08-12 |
Jump to invalid address: 07439e80 |
PES 2014 |
v1.15.4 |
2023-08-12 |
Jump to invalid address: 074397c0 |
PES 2014 |
v1.15.4 |
2023-08-12 |
Jump to invalid address: 07438a40 |
PES 2014 |
v1.15.4 |
2023-08-12 |
Jump to invalid address: 07395a80 |
PES 2014 |
v1.15.4 |
2023-08-12 |
Jump to invalid address: 07394d00 |
PES 2014 |
v1.10.3 |
2023-08-11 |
80420014=__sceSasCore(08bb3ac0, c4cd2980): invalid address |
PES 2014 |
v1.10 |
2023-08-08 |
Render to texture with incompatible formats 4 != 1 at 04000000 |
PES 2014 |
v1.10 |
2023-08-08 |
4 and 8-bit CLUT format not supported for framebuffers |
PES 2014 |
v1.10 |
2023-08-08 |
Render to texture using CLUT with different strides 1824 != 512 |
PES 2014 |
v1.15.4 |
2023-08-05 |
UNIMPL sceKernelSelfStopUnloadModule(00000001, 00000000, 00000000): game may have crashed |
PES 2014 |
v1.15.4 |
2023-07-31 |
Jump to invalid address: 072e9a40 |
PES 2014 |
v1.15.4 |
2023-07-31 |
Jump to invalid address: 0729ad00 |
PES 2014 |
v1.15.4 |
2023-07-26 |
Unknown GetPointer 00312017 PC 0884a918 LR 0884a938 |
PES 2014 |
v1.15.4 |
2023-07-22 |
Unknown GetPointer 00707469 PC 0884a918 LR 0884a938 |
PES 2014 |
v1.15.4 |
2023-07-19 |
Jump to invalid address: 073ca600 PC 08b0a98c LR 088681cc |
PES 2014 |
v1.15.4 |
2023-07-19 |
Jump to invalid address: 073c9f40 PC 08b0a988 LR 088681cc |
PES 2014 |
v1.15.4 |
2023-07-19 |
Jump to invalid address: 073c9880 PC 08b0a984 LR 088681cc |
PES 2014 |
v1.15.4 |
2023-07-19 |
Jump to invalid address: 073c91c0 PC 08b0a980 LR 088681cc |
PES 2014 |
v1.15.4 |
2023-07-19 |
sceNetAdhocMatchingInit(8192) at 0897e728 |
PES 2014 |
v1.15.4 |
2023-07-14 |
Branch in Jump delay slot at 08d27818 in block starting at 08d1f298 |
PES 2014 |
v1.15.4 |
2023-07-14 |
Branch in Jump delay slot at 08f96800 in block starting at 08f928a0 |
PES 2014 |
v1.9.0 |
2023-07-14 |
MIPSCompileOp: Invalid instruction b309ccdd |
PES 2014 |
v1.9.0 |
2023-07-14 |
MIPSCompileOp: Invalid instruction b709ccdd |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 0732e5c0 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 0732df00 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 073b5680 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 07326500 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 07325e40 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 073c1b40 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 073c1480 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 073c0dc0 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 07416e00 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 07416740 |
PES 2014 |
v1.15.4 |
2023-07-11 |
Jump to invalid address: 07416080 |
PES 2014 |
v1.15.4 |
2023-07-10 |
80630007=sceAtracSetData(2, 08d4b180, 00020000): atracID uses different codec type than data |
PES 2014 |
v1.15.4 |
2023-07-10 |
Rendering to framebuffer offset at 040cc000 +64x0 (stride 512) |
PES 2014 |
v1.15.4 |
2023-06-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2 |
PES 2014 |
v1.15.4 |
2023-06-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1 |
PES 2014 |
v1.15.4 |
2023-06-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=1, text=1 |
PES 2014 |
v1.15.4 |
2023-06-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=2, text=2 |
PES 2014 |
v1.10.3 |
2023-06-21 |
ReadFromHardware: Invalid address b8ab20f6 near PC b8ab20f6 LR b8ab20f6 |
PES 2014 |
v1.9.0 |
2023-07-14 |
MIPSCompileOp: Invalid instruction b209ccde |
PES 2014 |
v1.9.0 |
2023-07-14 |
MIPSCompileOp: Invalid instruction b109ccde |
PES 2014 |
v1.15.4 |
2023-06-12 |
Unknown GetPointer 0027160c PC 0884a918 LR 0884a938 |
PES 2014 |
v1.10.3 |
2023-06-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000003, pos=0, access=1, data=2, text=2 |
PES 2014 |
v1.15.4 |
2023-06-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=08806b20, pos=0, access=20, data=0, text=0 |
PES 2014 |
v1.10.2 |
2023-06-02 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l3 rate 000f |
PES 2014 |
v1.10.2 |
2023-06-02 |
807f00fd=sceMp3Init(00000000): invalid bitrate v1 l1 rate 0005 |
PES 2014 |
v1.14.1 |
2023-05-31 |
MIPSCompileOp: Invalid instruction 40414300 |
PES 2014 |
v1.14.1 |
2023-05-31 |
Jump to invalid address: 0736fc80 PC 08b0a988 LR 088681cc |
PES 2014 |
v1.14.1 |
2023-05-31 |
Jump to invalid address: 0736ef00 PC 08b0a980 LR 088681cc |
PES 2014 |
v1.13.2 |
2023-05-30 |
Jump to invalid address: 0732d440 PC 08b0a98c LR 088681cc |
PES 2014 |
v1.13.2 |
2023-05-30 |
Jump to invalid address: 0732cd80 PC 08b0a988 LR 088681cc |
PES 2014 |
v1.13.2 |
2023-05-30 |
Jump to invalid address: 0732c6c0 PC 08b0a984 LR 088681cc |
PES 2014 |
v1.13.2 |
2023-05-30 |
Jump to invalid address: 0732c000 PC 08b0a980 LR 088681cc |
PES 2014 |
v1.15.4 |
2023-06-09 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
PES 2014 |
v1.14.1 |
2023-05-28 |
WriteToHardware: Invalid address 00000020 near PC 08866bec LR 08869e10 |
PES 2014 |
v1.14.1 |
2023-05-28 |
ReadFromHardware: Invalid address bfc3bfd3 near PC 088681b0 LR 08869e04 |
PES 2014 |
v1.15.4 |
2023-05-27 |
Jump to invalid address: 0734a900 |
PES 2014 |
v1.15.4 |
2023-05-27 |
Jump to invalid address: 0734a240 |
PES 2014 |
v1.15.4 |
2023-05-27 |
Jump to invalid address: 07349b80 |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 073b7e80 PC 08b0a98c LR 088681cc |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 07335440 PC 08b0a988 LR 088681cc |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 07334d80 PC 08b0a984 LR 088681cc |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 073346c0 PC 08b0a980 LR 088681cc |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 073b7640 PC 08b0a98c LR 088681cc |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 073b6f80 PC 08b0a988 LR 088681cc |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 073b68c0 PC 08b0a984 LR 088681cc |
PES 2014 |
v1.15.3 |
2023-05-21 |
Jump to invalid address: 073b6200 PC 08b0a980 LR 088681cc |
PES 2014 |
v1.11.3 |
2023-05-07 |
sceDmacMemcpy(dest=092ed040, src=086cea00, size=1250816): overlapping read |
PES 2014 |
v1.14.2 |
2023-05-06 |
UI scissor out of bounds in GameSettingsScreen: 215,0-2115,1081 / 2340,1080 |
PES 2014 |
v1.14.2 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 0,0-2012,1081 / 2340,1080 |