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 Ultimate Patch 2021 |
v1.16.3 |
2023-09-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=088eb174, pos=0, access=1, data=1, text=1 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-26 |
ReadFromHardware: Invalid address ff070708 near PC ff070708 LR 08a3c130 |
PES Ultimate Patch 2021 |
v1.6.3 |
2023-09-25 |
ReadFromHardware: Invalid address e595a3ed near PC e595a3ed LR e595a3ed |
PES Ultimate Patch 2021 |
v1.16.1 |
2023-09-23 |
Branch in Jump delay slot at 08b0a8c0 in block starting at 08b0a8b0 |
PES Ultimate Patch 2021 |
v1.16.1 |
2023-09-23 |
Jump to invalid address: 075290c0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
Branch in RSZeroComp delay slot at 040e0ca4 in block starting at 040e0ca0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
Jump to invalid address: 00d8f858 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 4a195b28 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 07cf0082 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 4ccc0000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 07cf007e |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 07cf00b0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 9e088554 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 07cf0036 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 000005bd |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 0000278e |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 000015fd |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 00001c3d |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 00001328 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 0000154e |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 00000005 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 000027f8 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 0000014e |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 000000fe |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-09-16 |
MIPSCompileOp: Invalid instruction 0000007b |
PES Ultimate Patch 2021 |
v1.14 |
2023-09-16 |
UI scissor out of bounds in GameSettingsScreen: 262,0-1090,768 / 764,654 |
PES Ultimate Patch 2021 |
v1.15.4 |
2023-09-14 |
ReadFromHardware: Invalid address 13a3f000 near PC 08863d80 LR 08849a48 |
PES Ultimate Patch 2021 |
v1.14 |
2023-09-10 |
ReadFromHardware: Invalid address 13966658 near PC 08863d80 LR 08849a48 |
PES Ultimate Patch 2021 |
v1.14.2 |
2023-09-24 |
UI scissor out of bounds in GameSettingsScreen: 282,0-992,544 / 1208,544 |
PES Ultimate Patch 2021 |
v1.14 |
2023-09-04 |
ReadFromHardware: Invalid address 139669d8 near PC 08863d80 LR 08849a48 |
PES Ultimate Patch 2021 |
v1.15.4 |
2023-09-03 |
Unknown GetPointer 00000140 PC 088113bc LR 088113c4 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-29 |
ReadFromHardware: Invalid address b5000000 near PC b5000000 LR 08a3c130 |
PES Ultimate Patch 2021 |
v1.6.3 |
2023-08-29 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:00000022 Tex TexAlpha TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
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;
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 Ultimate Patch 2021 |
v1.15.4 |
2023-08-23 |
Unknown GetPointerWrite 00000140 PC 088113bc LR 088113c4 |
PES Ultimate Patch 2021 |
v1.14.2 |
2023-08-22 |
UI scissor out of bounds in GamePauseScreen: 433,26-267,1254 / 1280,720 |
PES Ultimate Patch 2021 |
v1.14.2 |
2023-08-22 |
UI scissor out of bounds in GamePauseScreen: 0,26-420,1254 / 1280,720 |
PES Ultimate Patch 2021 |
v1.14.2 |
2023-08-22 |
UI scissor out of bounds in GamePauseScreen: 860,26-400,694 / 720,1280 |
PES Ultimate Patch 2021 |
v1.14.2 |
2023-08-22 |
UI scissor out of bounds in GamePauseScreen: 0,26-847,694 / 720,1280 |
PES Ultimate Patch 2021 |
v1.14.4 |
2023-08-21 |
807f00fd=sceMp3Init(00000000): invalid bitrate v2 l0 rate 0000 |
PES Ultimate Patch 2021 |
v1.10.3 |
2023-08-17 |
ReadFromHardware: Invalid address 13965818 near PC 08849a3c LR 08849a48 |
PES Ultimate Patch 2021 |
v1.10.3 |
2023-08-16 |
ReadFromHardware: Invalid address 13964a18 near PC 08849a3c LR 08849a48 |
PES Ultimate Patch 2021 |
v1.6.3 |
2023-08-14 |
Error in shader program link: info: Link failed because of missing fragment shader.
fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod
#version 300 es
#extension GL_ARM_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;
out 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:0000001c C Fog Tex Flat
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform highp vec2 u_fogcoef;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
v_fogdepth = position.w;
gl_Position = u_proj * vec4(position.xyz, 1.0);
}
|
PES Ultimate Patch 2021 |
v1.13.2 |
2023-08-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-07 |
Unknown GetPointer 5129150f PC 0881c410 LR 0881c420 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03146520 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100d0 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03040310 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100cc in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02ecd2e0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100c8 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03146480 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100c4 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 030402e0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100c0 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02eccf90 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100bc in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 0314c080 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100b8 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 030402b0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100b4 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02eccc40 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100b0 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 0314bfe0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100ac in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03040280 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100a8 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02ecc8f0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100a4 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 0314bf40 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c100a0 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03040250 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c1009c in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02ecc5a0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10098 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 031463e0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10094 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 030401e0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02ecc250 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c1007c in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 0314bd60 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10078 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 030401b0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10074 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02ecbf00 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10070 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 0314bcc0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c1006c in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03040180 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10068 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02ecbbb0 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10064 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 0314bc20 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10060 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03040150 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c1005c in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 02ecb860 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10058 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 0314bb80 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Branch in Jump delay slot at 08c10054 in block starting at 08c10000 |
PES Ultimate Patch 2021 |
v1.11.3 |
2023-08-04 |
Jump to invalid address: 03040120 |