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 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-06-15 |
Unknown GetPointer 00000000 PC 08863d6c LR 08856f30 |
| eFootball 2025 STAR PATCH |
v1.9.4 |
2026-06-14 |
WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 08856c34 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-06-13 |
ReadFromHardware: Invalid address 00000002 near PC 08815fa0 LR 08815f88 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-06-13 |
WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 088a69f4 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-06-13 |
ReadFromHardware: Invalid address 00000004 near PC 08863d6c LR 088a69f4 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-06-13 |
Unknown GetPointer 00000000 PC 08a02a0c LR 08828800 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-05-29 |
Branch in RSRTComp delay slot at 0001004c in block starting at 00010000 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-05-29 |
Jump to invalid address: 0f180008 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-05-29 |
Jump to invalid address: 01303194 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-05-29 |
Jump to invalid address: 074d6340 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-05-21 |
Unknown GetPointer 2c5c5742 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.12.3 |
2026-05-10 |
FBO created from existing depthbuffer as color, 04000000/04128000 and 04178000/04000000 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-05-09 |
Unknown GetPointer 2c5c6342 PC 0884d7b4 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-05-01 |
Unknown GetPointer deae2537 PC 0881c428 LR 0881c438 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-04-27 |
Unknown GetPointer deae0857 PC 0881c428 LR 0881c438 |
| eFootball 2025 STAR PATCH |
v1.20.1 |
2026-04-21 |
Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link.
fs: 10184000:0001d000 Flat FragUber AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Apple A12 GPU - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:0001d000 Flat FragUber AlphaTest0 >
uniform uint u_alphacolorref;
in lowp vec4 v_color0;
in mediump float v_fogdepth;
out vec4 fragColor0;
void main() {
vec4 v = v_color0;
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 40000000:00000002 THR Flat
|
| eFootball 2025 STAR PATCH |
v1.20.1 |
2026-04-21 |
Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link.
fs: 10184000:00000002 Tex Flat FragUber TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Apple A12 GPU - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:00000002 Tex Flat FragUber TFuncMod
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
in lowp vec4 v_color0;
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;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb *= u_texNoAlphaMul.y;
fragColor0 = v;
}
vs: 40000000:00000002 THR Flat
|
| eFootball 2025 STAR PATCH |
v1.20.1 |
2026-04-21 |
Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link.
fs: 10184000:00000000 Flat FragUber
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Apple A12 GPU - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:00000000 Flat FragUber
in lowp vec4 v_color0;
in mediump float v_fogdepth;
out vec4 fragColor0;
void main() {
vec4 v = v_color0;
fragColor0 = v;
}
vs: 40000000:00000002 THR Flat
|
| eFootball 2025 STAR PATCH |
v1.20.1 |
2026-04-21 |
Error in shader program link: info: ERROR: OpenGL ES requires exactly one vertex and one fragment shader to validly link.
fs: 10184000:0001d002 Tex Flat FragUber TFuncMod AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Apple A12 GPU - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10184000:0001d002 Tex Flat FragUber TFuncMod AlphaTest0 >
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
uniform uint u_alphacolorref;
in lowp vec4 v_color0;
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;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb *= u_texNoAlphaMul.y;
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
vs: 40000000:00000002 THR Flat
|
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-04-14 |
Unknown GetPointer 002c0c04 PC 0884a918 LR 0884a938 |
| eFootball 2025 STAR PATCH |
v1.20.3 |
2026-03-26 |
WriteFCR: Unexpected reg 25 (value 08b2bd00) |
| eFootball 2025 STAR PATCH |
v1.20.1 |
2026-03-25 |
PerformMemorySet with invalid range: 041a2980, size 1016087033 |
| eFootball 2025 STAR PATCH |
v1.20.3 |
2026-06-04 |
PerformMemorySet with invalid range: 041a2980, size 1016087030 |
| eFootball 2025 STAR PATCH |
v1.10.2 |
2026-03-06 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2026-03-05 |
ReadFromHardware: Invalid address 251fc1df near PC 251fc1df LR 08a3c194 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-02-23 |
FBO using existing buffer as depthbuffer, 04000000/04088000 and 04088000/00000000 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-02-23 |
FBO using existing buffer as depthbuffer, 04044000/04088000 and 04088000/00000000 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2026-02-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-02-21 |
ReadFromHardware: Invalid address ffe03000 near PC ffe03000 LR 08a3c194 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-02-09 |
Unknown GetPointer 2c5c6f42 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-01-29 |
Unknown GetPointer 2c5c6042 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2026-01-20 |
Unknown GetPointer 2c5c5e82 PC 0884d7b4 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
RET: Stack empty! |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
Unknown syscall in known module 'ThreadManForKernel': 0x616403ba |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2026-01-14 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
| eFootball 2025 STAR PATCH |
v1.9.4 |
2026-01-04 |
An uneaten prefix at end of block for 08a19a4c |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-12-31 |
Unknown GetPointerWrite bad0b2d0 PC 08a02a0c LR 0885be58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-12-31 |
Unknown GetPointer d000b0d0 PC 08a02a0c LR 0885be58 |
| eFootball 2025 STAR PATCH |
v1.16.6 |
2025-12-23 |
An uneaten prefix at end of block: 08a19a68 |
| eFootball 2025 STAR PATCH |
v1.14.4 |
2025-12-13 |
Unknown GetPointer 00310b00 PC 0884a918 LR 0884a938 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-12-05 |
Unknown GetPointer 2c5c67c2 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-12-03 |
ReadFromHardware: Invalid address 1397e418 near PC 08863d90 LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-12-02 |
ReadFromHardware: Invalid address 1397cb98 near PC 08863d90 LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-12-02 |
Unknown GetPointer deae54b7 PC 0881c428 LR 0881c438 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-12-01 |
Unknown GetPointer 2c5c7702 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-12-01 |
Unknown GetPointer 2c5c5ec2 PC 0884d7b4 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-11-28 |
ReadFromHardware: Invalid address 1397d998 near PC 08863d90 LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-11-28 |
ReadFromHardware: Invalid address 1397ee98 near PC 08863d90 LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-11-28 |
ReadFromHardware: Invalid address 1397e098 near PC 08863d90 LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-11-28 |
Unknown GetPointer 2c5b8cc2 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-11-04 |
ReadFromHardware: Invalid address 13a97158 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-11-04 |
ReadFromHardware: Invalid address 139a8be8 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-11-02 |
ReadFromHardware: Invalid address 139cf1d8 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.13.2 |
2025-11-01 |
Unknown GetPointer 8e0a2040 PC 0884a930 LR 0884a938 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2025-10-31 |
80630006=sceAtracSetDataAndGetID(09a25200, 00003800): invalid RIFF header |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2025-10-24 |
Unknown GetPointer 00000000 PC 0882bbf4 LR 0882bc04 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-10-22 |
Unknown GetPointer deae86f7 PC 0881c428 LR 0881c438 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-10-22 |
Unknown GetPointer 007b3b00 PC 0884a918 LR 0884a938 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-10-15 |
Unknown GetPointer 2c5c6582 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.14.2 |
2025-10-12 |
UI scissor out of bounds in GamePauseScreen: 265,20-200,762 / 791,480 |
| eFootball 2025 STAR PATCH |
v1.14.2 |
2025-10-12 |
UI scissor out of bounds in GamePauseScreen: 784,12-495,283 / 791,480 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-10-08 |
Unknown GetPointer 2c5c8442 PC 0884d7b4 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.11.3 |
2025-10-07 |
Unknown GetPointer 11dc3962 PC 0884d320 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.19.3 |
2025-10-07 |
Branch in Jump delay slot at 08020400 in block starting at 08020020 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-10-04 |
Unknown GetPointer 2c5c6642 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-09-24 |
Unknown GetPointer 2c5c8fc2 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.9.4 |
2025-09-04 |
Unknown GetPointer 00000000 PC 08815fc0 LR 08815fd4 |
| eFootball 2025 STAR PATCH |
v1.9.4 |
2025-08-30 |
Unknown GetPointer 00000000 PC 088e2fd8 LR 088e2fe8 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-30 |
WriteToHardware: Invalid address 0000011e near PC 0887f9cc LR 0887f8f8 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-30 |
Unknown GetPointerWrite 000016b6 PC 08872c14 LR 08872c1c |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-30 |
WriteToHardware: Invalid address 00000030 near PC 088366d8 LR 088366d8 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-30 |
ReadFromHardware: Invalid address 00000030 near PC 088366d8 LR 088366d8 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-30 |
ReadFromHardware: Invalid address 00000018 near PC 08e96cd0 LR 08e96ce0 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-30 |
ReadFromHardware: Invalid address 00000004 near PC 08844800 LR 0884480c |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-30 |
WriteToHardware: Invalid address 00000004 near PC 08844800 LR 0884480c |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-08-25 |
Unknown GetPointer 001c0000 PC 0884d7b4 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-24 |
ReadFromHardware: Invalid address 13a32a38 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-21 |
ReadFromHardware: Invalid address 1397cf18 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-24 |
ReadFromHardware: Invalid address 1397dd18 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-09 |
ReadFromHardware: Invalid address 13a05d28 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-08-05 |
Unknown GetPointer 2c5c8842 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-08-04 |
Unknown GetPointer 2c584e42 PC 0884d7b4 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.10.3 |
2025-07-29 |
Unknown GetPointer 00000000 PC 08a0fe70 LR 08a0fe70 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-07-28 |
ReadFromHardware: Invalid address 13980e18 near PC 08849a4c LR 08849a58 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-07-26 |
Unknown GetPointer 2c5c60c2 PC 0884d5b0 LR 0884d7d4 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-07-20 |
ReadFromHardware: Invalid address 0000002e near PC 0881cbb8 LR 0881cba8 |
| eFootball 2025 STAR PATCH |
v1.18.1 |
2025-07-20 |
WriteToHardware: Invalid address 00000012 near PC 0881ca48 LR 0881c8e4 |
| eFootball 2025 STAR PATCH |
v1.17.1 |
2025-07-18 |
Failed to truncate file. |
| eFootball 2025 STAR PATCH |
v1.12.3 |
2025-07-18 |
sceDmacMemcpy(dest=04154000, src=095171c0, size=557056): overlapping read |