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 |
Pro Evolution Soccer 2009 |
v1.14.4 |
2023-04-13 |
Replacement rowPitch=512, but w=2880 (level=0) |
Pro Evolution Soccer 2009 |
v1.14.4 |
2023-04-08 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
Pro Evolution Soccer 2009 |
v1.11.2-917-g89e70c319 |
2023-02-10 |
Error in shader program link: info: L0001 The fragment shader uniform floating-point u_texelDelta does not match the vertex shader uniform floating-point u_texelDelta.
The precision does not match.
fs: postshader
#version 310 es
precision mediump float;
precision highp int;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec4 u_time;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
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;
vec3 processSHADEBOOST(inout vec3 color)
{
float sat = 1.2999999523162841796875;
float brt = 0.800000011920928955078125;
float con = 1.0;
float AvgLumR = 1.2000000476837158203125;
float AvgLumG = 1.2999999523162841796875;
float AvgLumB = 1.10000002384185791015625;
if (SEPIA == 1)
{
sat = 0.00999999977648258209228515625;
brt = 1.75;
con = 1.0;
AvgLumR = 0.439999997615814208984375;
AvgLumG = 0.2599999904632568359375;
AvgLumB = 0.07999999821186065673828125;
}
if (GRAYSCALE == 1)
{
sat = 0.0;
brt = 1.0;
con = 1.0;
AvgLumR = 1.0;
AvgLumG = 1.0;
AvgLumB = 1.0;
}
if (NEGATIVE == 1)
{
sat = 1.0;
brt = 1.0;
con = -1.0;
AvgLumR = 1.0;
AvgLumG = 1.0;
AvgLumB = 1.0;
}
if (PSPCOLORS == 1)
{
sat = 1.0;
brt = 1.0;
con = 1.0;
AvgLumR = 0.959299981594085693359375;
AvgLumG = 1.0738999843597412109375;
AvgLumB = 1.46039998531341552734375;
}
vec3 AvgLumin = vec3(AvgLumR, AvgLumG, AvgLumB);
vec3 conRGB = vec3(0.5);
vec3 brtColor = color * brt;
vec3 intensity = vec3(((brtColor.x * 0.2125000059604644775390625) + (brtColor.y * 0.7153999805450439453125)) + (brtColor.z * 0.07209999859333038330078125));
vec3 satColor = mix(intensity, brtColor, vec3(sat));
vec3 conColor = mix(conRGB, satColor, vec3(con));
vec3 mixColor = AvgLumin * conColor;
color = mixColor;
return color;
}
void main()
{
SEPIA = 0;
GRAYSCALE = 0;
NEGATIVE = 0;
PSPCOLORS = 0;
vec3 color = texture(sampler0, v_texcoord0).xyz;
vec3 param = color;
vec3 _127 = processSHADEBOOST(param);
color = _127;
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor = vec4(color.x, color.y, color.z, _RESERVED_IDENTIFIER_FIXUP_gl_FragColor.w);
_RESERVED_IDENTIFIER_FIXUP_gl_FragColor.w = 1.0;
}
vs: postshader
#version 310 es
uniform vec2 u_texelDelta;
out vec2 v_texcoord0;
in vec2 a_texcoord0;
in vec4 a_position;
out vec4 v_texcoordNC0;
out vec4 v_texcoordNC1;
out vec4 v_texcoordNC2;
out vec4 v_texcoordNC3;
void main()
{
v_texcoord0 = a_texcoord0;
gl_Position = a_position;
v_texcoordNC0 = a_texcoord0.xyxy + (vec4(-0.5, -0.5, -1.5, -1.5) * u_texelDelta.xyxy);
v_texcoordNC1 = a_texcoord0.xyxy + (vec4(0.5, -0.5, 1.5, -1.5) * u_texelDelta.xyxy);
v_texcoordNC2 = a_texcoord0.xyxy + (vec4(-0.5, 0.5, -1.5, 1.5) * u_texelDelta.xyxy);
v_texcoordNC3 = a_texcoord0.xyxy + (vec4(0.5, 0.5, 1.5, 1.5) * u_texelDelta.xyxy);
}
|
Pro Evolution Soccer 2009 |
v1.14.3 |
2023-02-10 |
UI scissor out of bounds in GameSettingsScreen: 224,0-921,544 / 1088,544 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fd58 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fd96 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fda2 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fdb0 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fdbc |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fdca |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fdd6 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fde2 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fdf0 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fdfa |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe04 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe0e |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe18 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe22 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe2a |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe30 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe38 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe3e |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe42 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe48 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe4c |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe50 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe52 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe54 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe56 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe58 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe5a |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe5e |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe60 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe64 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe68 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe6e |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe76 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe80 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe8c |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe96 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fea2 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feac |
Pro Evolution Soccer 2009 |
v1.13.1 |
2023-01-17 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feb6 |
Pro Evolution Soccer 2009 |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in GameSettingsScreen: 0,74-721,1319 / 1480,720 |
Pro Evolution Soccer 2009 |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in GameSettingsScreen: 245,0-1223,721 / 720,1480 |
Pro Evolution Soccer 2009 |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in SavedataScreen: 1605,87-0,87 / 1480,720 |
Pro Evolution Soccer 2009 |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in SavedataScreen: 1496,87-0,87 / 1480,720 |
Pro Evolution Soccer 2009 |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in SavedataScreen: 1601,87-0,87 / 1480,720 |
Pro Evolution Soccer 2009 |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in SavedataScreen: 1655,87-0,87 / 1480,720 |
Pro Evolution Soccer 2009 |
v1.15.4 |
2023-06-01 |
sceNetAdhocMatchingInit(4096) at 089bf5e4 |
Pro Evolution Soccer 2009 |
v1.13.2 |
2022-12-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2 |
Pro Evolution Soccer 2009 |
v1.13.2 |
2022-12-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1 |
Pro Evolution Soccer 2009 |
v1.13.2 |
2022-11-14 |
Unknown GetPointerWrite 00000000 PC 08828520 LR 08828530 |
Pro Evolution Soccer 2009 |
v1.13.2 |
2022-11-14 |
80630006=sceAtracSetDataAndGetID(09c75150, 0001fff0): invalid RIFF header |
Pro Evolution Soccer 2009 |
v1.10.3 |
2022-11-07 |
80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16) |
Pro Evolution Soccer 2009 |
v1.13.2 |
2022-10-20 |
BREAK instruction hit |
Pro Evolution Soccer 2009 |
v1.13.1 |
2022-09-09 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
Pro Evolution Soccer 2009 |
v1.13.1 |
2022-08-07 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=1, text=1 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-07-30 |
sceDmacMemcpy(dest=040cc000, src=08f8fab0, size=557056): overlapping read |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918352 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144907468 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-25 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153291632 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-25 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316544 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771664 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-06-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-04-27 |
sceGeBreak(mode=0, unknown=08a6ac20): unknown ptr (valid) |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-04-05 |
sceDmacMemcpy(dest=04154000, src=0925aac0, size=557056): overlapping read |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-03-10 |
Game install with no files / data |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-04-03 |
VTYPE with morph used: THRU=0 TC=0 COL=0 POS=3 NRM=0 WT=0 NW=1 IDX=2 MC=2 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-04-03 |
sceKernelCreateThread(name=ScePafJob): unsupported options parameter 09fbfdf0 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-04-03 |
sceKernelCreateThread(name=ScePafJob): unsupported options parameter 09fbfdb0 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-04-03 |
sceKernelCreateThread(name=ScePafJob): unsupported options parameter 09fbfd00 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-04-03 |
sceKernelCreateThread(name=ScePafJob): unsupported attributes 00000008 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-03-03 |
sceKernelCreateThread(name=ScePafThread): unsupported options parameter 09fbfd30 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-03-03 |
sceKernelCreateThread(name=ScePafThread): unsupported attributes 00000008 |
Pro Evolution Soccer 2009 |
v1.12.3 |
2022-02-21 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006 |
Pro Evolution Soccer 2009 |
v1.11.3 |
2022-04-11 |
ReadFCR: Unexpected reg 21 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNp': 0xbb069a87 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNp': 0x633b5f71 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNp': 0x1d60ae4b |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNpService': 0x08d98894 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNpService': 0xbb069a87 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNpService': 0x857b47d3 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNpService': 0x633b5f71 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNpService': 0x37e1e274 |
Pro Evolution Soccer 2009 |
v1.10.3 |
2021-12-31 |
Unknown syscall in known module 'sceNpService': 0x1d60ae4b |
Pro Evolution Soccer 2009 |
v1.10.2 |
2021-11-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x616403ba |
Pro Evolution Soccer 2009 |
v1.10.2 |
2021-11-10 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
Pro Evolution Soccer 2009 |
v1.10.2 |
2021-11-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
Pro Evolution Soccer 2009 |
v1.10.2 |
2021-11-10 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
Pro Evolution Soccer 2009 |
v1.10.2 |
2021-11-10 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
Pro Evolution Soccer 2009 |
v1.10.2 |
2021-11-10 |
Unknown syscall in known module 'SysMemForKernel': 0xeb7a74db |
Pro Evolution Soccer 2009 |
v1.10.2 |
2021-11-10 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |