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.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 922,262-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 922,196-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 922,130-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 922,63-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 837,262-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 837,196-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 837,130-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 837,63-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 927,329-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 927,262-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 927,196-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 927,130-0,63 / 800,480 |
PES 2014 |
v1.14.1 |
2023-05-31 |
UI scissor out of bounds in SavedataScreen: 927,63-0,63 / 800,480 |
PES 2014 |
v1.10.2 |
2023-05-30 |
MIPSCompileOp: Invalid instruction 44ffa800 |
PES 2014 |
v1.6.3 |
2023-05-29 |
Error in shader program link: info: Link Error: Vertex shader is missing.
Link Error: Fragment shader is missing.
fs: 00000000:0001d022 Tex TexAlpha TFuncMod AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
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 = 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 highp 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 2014 |
v1.15.4 |
2023-05-28 |
Unknown GetPointerWrite 00000000 PC 08a8912c LR 08a89150 |
PES 2014 |
v1.15.4 |
2023-05-27 |
Unknown GetPointer 00000001 PC 08a01a14 LR 08a01a20 |
PES 2014 |
v1.11.2 |
2023-05-23 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04170000/04110000 |
PES 2014 |
v1.15.3 |
2023-05-22 |
Unknown GetPointer 00003881 PC 0881c430 LR 0881c440 |
PES 2014 |
v1.15.2 |
2023-05-19 |
Unknown GetPointer bda5b3f9 PC 0884d5b8 LR 0884d7dc |
PES 2014 |
v1.15.3 |
2023-05-17 |
Branch in branch delay slot at 08e8875c with different target |
PES 2014 |
v1.15.3 |
2023-05-17 |
MIPSCompileOp: Invalid instruction 47f2d133 |
PES 2014 |
v1.15.3 |
2023-05-17 |
MIPSCompileOp: Invalid instruction d133f8e2 |
PES 2014 |
v1.15.3 |
2023-05-17 |
MIPSCompileOp: Invalid instruction b15ae561 |
PES 2014 |
v1.15.3 |
2023-05-17 |
MIPSCompileOp: Invalid instruction 72968ac6 |
PES 2014 |
v1.15.3 |
2023-05-17 |
MIPSCompileOp: Invalid instruction cc9456a1 |
PES 2014 |
v1.15.3 |
2023-05-17 |
Branch in branch delay slot at 08e828a0 with different target |
PES 2014 |
v1.15.3 |
2023-05-17 |
Unknown GetPointerWrite 744e02f1 PC 0888d404 LR 0888d414 |
PES 2014 |
v1.15.3 |
2023-05-15 |
ReadFromHardware: Invalid address 00000028 near PC 0882eea0 LR 0883ee14 |
PES 2014 |
v1.15.3 |
2023-05-15 |
Unknown GetPointerWrite 00000000 PC 08844aac LR 08844ab4 |
PES 2014 |
v1.15.3 |
2023-05-15 |
WriteToHardware: Invalid address 00000004 near PC 08844a70 LR 08844a7c |
PES 2014 |
v1.15.3 |
2023-05-15 |
ReadFromHardware: Invalid address 00000004 near PC 08844a70 LR 08844a7c |
PES 2014 |
v1.14 |
2023-05-14 |
UI scissor out of bounds in MainScreen: 1779,118-441,961 / 1080,2234 |
PES 2014 |
v1.14 |
2023-05-14 |
UI scissor out of bounds in MainScreen: 1141,217-212,118 / 1080,2234 |
PES 2014 |
v1.14 |
2023-05-14 |
UI scissor out of bounds in MainScreen: 0,197-1766,882 / 1080,2234 |
PES 2014 |
v1.14 |
2023-05-14 |
UI scissor out of bounds in MainScreen: 0,104-1766,976 / 1080,2234 |
PES 2014 |
v1.14 |
2023-05-14 |
UI scissor out of bounds in MainScreen: 0,104-1766,94 / 1080,2234 |
PES 2014 |
v1.14.4 |
2023-05-14 |
Unknown GetPointerWrite 0000000f PC 08a02afc LR 08871394 |
PES 2014 |
v1.15.3 |
2023-05-14 |
sceKernelRegisterSubIntrHandler(30, 0, 089c90fc, 08f6a070): duplicate handler |
PES 2014 |
v1.15.3 |
2023-05-14 |
sceKernelRegisterSubIntrHandler(30, 0, 089c90fc, 08f85d50): duplicate handler |
PES 2014 |
v1.15.3 |
2023-05-14 |
sceKernelRegisterSubIntrHandler(30, 0, 089c90fc, 08f85df0): duplicate handler |
PES 2014 |
v1.14.1 |
2023-05-13 |
UI scissor out of bounds in GameSettingsScreen: 391,0-1521,816 / 1813,816 |
PES 2014 |
v1.12.2 |
2023-05-10 |
__KernelStopThread: thread 334 does not exist |
PES 2014 |
v1.14 |
2023-05-09 |
UI scissor out of bounds in GameSettingsScreen: 412,0-1913,1080 / 2234,1080 |
PES 2014 |
v1.15.2 |
2023-05-09 |
Unknown GetPointer 00d1d6e6 PC 0884a920 LR 0884a940 |
PES 2014 |
v1.14.3 |
2023-05-08 |
UI scissor out of bounds in ReportFinishScreen: 1825,14-701,441 / 1440,810 |
PES 2014 |
v1.14.3 |
2023-05-08 |
UI scissor out of bounds in ReportFinishScreen: 0,14-1791,438 / 1440,810 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 2988,29-1008,338 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 0,22-2955,345 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 503,351-2451,16 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 0,351-2955,16 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 0,314-2955,34 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 0,277-2955,34 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 2081,148-504,58 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 1561,148-504,58 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 2081,87-504,58 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 1561,87-504,58 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 2081,66-504,18 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 1561,66-504,18 / 1813,816 |
PES 2014 |
v1.14.1 |
2023-05-06 |
UI scissor out of bounds in MainScreen: 0,66-2955,301 / 1813,816 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0229eec0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0229eb70 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d750 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d730 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d230 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d210 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 028004f0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d1f0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 028004d0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 028004b0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d1d0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d1b0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d0c0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 022b10e0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0229d520 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d37990 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d0a0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d080 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d060 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d040 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d37450 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d371c0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d37000 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d36d60 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d36ad0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d365c0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d36400 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d36240 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d35fb0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d020 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d000 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219cfd0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219cfb0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d620 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219cdd0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219cd10 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219d520 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219cc60 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 0219cbe0 |
PES 2014 |
v1.15.2 |
2023-05-05 |
Jump to invalid address: 02d34f90 |