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 2020 |
v1.13.1 |
2022-08-15 |
sceNetAdhocMatchingInit(32768) at 08a719c8 |
eFOOTBALL 2020 |
v1.13.1 |
2022-08-15 |
Unknown GetPointerWrite 00000000 PC 08816150 LR 08816164 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-27 |
sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid) |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-25 |
MFIC instruction hit (70020024) at 08832bd0 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-25 |
Trying to relocate non-loaded section (null) |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-25 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-08 |
MIPSCompileOp: Invalid instruction 70f42862 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-08 |
MIPSCompileOp: Invalid instruction 70a83053 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-08 |
MIPSCompileOp: Invalid instruction 9c700000 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-07 |
MIPSCompileOp: Invalid instruction 00876877 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-07 |
MIPSCompileOp: Invalid instruction 00046877 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-07 |
MIPSCompileOp: Invalid instruction 7cac2862 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-07 |
MIPSCompileOp: Invalid instruction 00086877 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-07 |
MIPSCompileOp: Invalid instruction 7c603053 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-07 |
WriteToHardware: Invalid address 000031e0 near PC 08ef0846 LR 08eef910 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-07 |
MIPSCompileOp: Invalid instruction 74906874 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-02 |
MIPSCompileOp: Invalid instruction d0e40000 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-02 |
MIPSCompileOp: Invalid instruction d0b03053 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-02 |
MIPSCompileOp: Invalid instruction d0243053 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-02 |
MIPSCompileOp: Invalid instruction f3cc3053 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-02 |
MIPSCompileOp: Invalid instruction f38c2862 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-02 |
MIPSCompileOp: Invalid instruction f3443053 |
eFOOTBALL 2020 |
v1.12.3 |
2022-07-02 |
MIPSCompileOp: Invalid instruction f3042862 |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-18 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145634952 |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-18 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145543488 |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-08 |
Branch in RSZeroComp delay slot at 0001000c in block starting at 00010000 |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-08 |
Jump to invalid address: 073edb00 |
eFOOTBALL 2020 |
v1.6.3 |
2022-05-19 |
Error in shader program link: info: Link Error: Fragment shader is missing.
fs: 00004000:0001d022 Tex TexAlpha Flat TFuncMod AlphaTest0 >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
flat 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: 40000000:00000012 THR Tex Flat
#version 300 es
precision highp float;
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
flat out lowp vec4 v_color0;
out highp vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFOOTBALL 2020 |
v1.12.3 |
2022-05-14 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
eFOOTBALL 2020 |
v1.12.3 |
2022-03-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-05 |
Jump to invalid address: 03da310c |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-05 |
MIPSCompileOp: Invalid instruction 00000e3d |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-05 |
Jump to invalid address: 03d80000 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-04 |
MIPSCompileOp: Invalid instruction 007e6837 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-04 |
WriteToHardware: Invalid address 00003052 near PC 08ef0846 LR 08eef910 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-04 |
MIPSCompileOp: Invalid instruction 00086837 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-04 |
MIPSCompileOp: Invalid instruction 007b6838 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-04 |
MIPSCompileOp: Invalid instruction 00046837 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction b488009d |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
Branch in RSZeroComp delay slot at 08efcb1a in block starting at 08efcb1a |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 73b03053 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 679c0000 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 740c2862 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 04e60223 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction b3cc2484 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 4fcc3053 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 4b540000 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 00326828 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 02bc6828 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 74543053 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 74940000 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 71086836 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 41883053 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 6ba06836 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 42240000 |
eFOOTBALL 2020 |
v1.8.0 |
2022-03-02 |
MIPSCompileOp: Invalid instruction 714c6836 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-12 |
ReadFromHardware: Invalid address b9d80000 near PC b9d80000 LR 08a3c1a4 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 00298c68 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction b6660225 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 02dc007d |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction b56e0225 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction b4ae6811 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
WriteToHardware: Invalid address 00000064 near PC 08ef07e2 LR 08eef910 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
ReadFromHardware: Invalid address 00000004 near PC 08ef07e2 LR 08eef910 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
ReadFromHardware: Invalid address 215271cc near PC 08ef07e2 LR 08eef910 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 9dda0000 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 6cce3053 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 74920000 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 6baa2862 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 6b3e3053 |
eFOOTBALL 2020 |
v1.11.3 |
2022-02-05 |
MIPSCompileOp: Invalid instruction 9f7a0000 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-15 |
Waiting thread for 20 that was already waiting for 20 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-14 |
MIPSCompileOp: Invalid instruction 0023683a |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-14 |
Jump to invalid address: 0f41a0e4 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-14 |
MIPSCompileOp: Invalid instruction f32c3053 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-14 |
MIPSCompileOp: Invalid instruction 0087683a |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-14 |
Jump to invalid address: 0bf00000 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-14 |
MIPSCompileOp: Invalid instruction 00046839 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-14 |
MIPSCompileOp: Invalid instruction 00086839 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-09 |
WriteToHardware: Invalid address c0aca1b8 near PC 08867888 LR 08867048 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-09 |
ReadFromHardware: Invalid address c0aca1b8 near PC 08867878 LR 08867048 |
eFOOTBALL 2020 |
v1.12.3 |
2022-01-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
eFOOTBALL 2020 |
v1.12.3 |
2022-05-20 |
Unimplemented HLE function sceKernelDcacheWritebackAll |
eFOOTBALL 2020 |
v1.11.3 |
2022-06-08 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a1f474 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction b3882862 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction b33c3053 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction 9e782862 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction 9e2c3053 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction 00086828 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction 9d943053 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction b3900000 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction 9d542862 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction 9d143053 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-25 |
MIPSCompileOp: Invalid instruction b3b80000 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-24 |
MIPSCompileOp: Invalid instruction 47a02862 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-24 |
MIPSCompileOp: Invalid instruction 47543053 |
eFOOTBALL 2020 |
v1.12.3 |
2021-12-13 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |