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 RB - V. |
v1.18.1 |
2025-05-20 |
Unknown GetPointer 00000020 PC 08815fcc LR 08815fd4 |
eFootball RB - V. |
v1.18.1 |
2025-05-20 |
Unknown GetPointerWrite 00000000 PC 088287f8 LR 08828800 |
eFootball RB - V. |
v1.18.1 |
2025-05-19 |
Unknown GetPointerWrite 00000140 PC 088113d4 LR 088113dc |
eFootball RB - V. |
v1.18.1 |
2025-05-19 |
Unknown GetPointer 00000140 PC 088113d4 LR 088113dc |
eFootball RB - V. |
v1.18.1 |
2025-05-18 |
Unknown GetPointerWrite 00000000 PC 08816154 LR 0881615c |
eFootball RB - V. |
v1.8.0 |
2025-05-17 |
sceDmacMemcpy(dest=04154000, src=0948f1b0, size=557056): overlapping read |
eFootball RB - V. |
v1.10.3 |
2025-05-16 |
Unknown GetPointer 00000000 PC 08a02a0c LR 0881615c |
eFootball RB - V. |
v1.11.3 |
2025-05-12 |
Unknown GetPointer 00000000 PC 0882bbf4 LR 088113dc |
eFootball RB - V. |
v1.9.4 |
2025-05-13 |
80630006=sceAtracSetDataAndGetID(09a25200, 00002000): invalid RIFF header |
eFootball RB - V. |
v1.9.4 |
2025-05-13 |
Unknown GetPointer 00000000 PC 08a1b7b0 LR 08000030 |
eFootball RB - V. |
v1.18.1 |
2025-04-23 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a1f464 |
eFootball RB - V. |
v1.6.3 |
2025-04-21 |
Error in shader program link: info: Link failed because of missing vertex 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:00000914 HWX T Fog Tex Flat
#version 300 es
precision highp float;
in vec3 position;
in vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
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 = u_matambientalpha;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
eFootball RB - V. |
v1.6.3 |
2025-05-22 |
GL ran out of GPU memory; switching to low memory mode |
eFootball RB - V. |
v1.8.0 |
2025-04-21 |
Unknown GetPointer 00000003 PC 08a02db8 LR 08918d40 |
eFootball RB - V. |
v1.9.4 |
2025-04-18 |
Unknown GetPointer 00000080 PC 0882bbf4 LR 088113dc |
eFootball RB - V. |
v1.18.1 |
2025-04-16 |
Unknown GetPointerWrite 00000000 PC 088287f0 LR 08828800 |
eFootball RB - V. |
v1.18.1 |
2025-04-29 |
Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460 |
eFootball RB - V. |
v1.18.1 |
2025-05-24 |
sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read |
eFootball RB - V. |
v1.16.6 |
2025-05-20 |
sceDmacMemcpy(dest=092ed040, src=086ce940, size=1251008): overlapping read |
eFootball RB - V. |
v1.6.3 |
2025-04-12 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:0001d000 AlphaTest0 >
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D testtex;
in vec4 v_color0;
out vec4 fragColor0;
void main() {
vec4 v = v_color0 ;
if (v.a < 0.002) discard;
fragColor0 = v;
}
vs: 00000000:0000000a THR C
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFootball RB - V. |
v1.10.2 |
2025-04-11 |
sceDmacMemcpy(dest=09054040, src=086ce940, size=1251008): overlapping read |
eFootball RB - V. |
v1.18.1 |
2025-04-12 |
Unknown GetPointerWrite 00000000 PC 08871374 LR 0887138c |
eFootball RB - V. |
v1.18.1 |
2025-05-18 |
Unknown GetPointerWrite 00000000 PC 0882bbf4 LR 088113dc |
eFootball RB - V. |
v1.18.1 |
2025-05-06 |
Texture cache ran out of GPU memory; switching to low memory mode |
eFootball RB - V. |
v1.18.1 |
2025-05-19 |
sceNetAdhocMatchingInit(32768) at 08a719b8 |
eFootball RB - V. |
v1.6.3 |
2025-04-09 |
Unknown GetPointer 00000000 PC 08824cf4 LR 088113dc |
eFootball RB - V. |
v1.9.4 |
2025-05-22 |
Unknown GetPointer 00000000 PC 088287f0 LR 08828800 |
eFootball RB - V. |
v1.8.0 |
2025-04-07 |
Unknown GetPointer 00000000 PC 08808448 LR 08808460 |
eFootball RB - V. |
v1.9.4 |
2025-05-23 |
Unknown GetPointer 00000000 PC 08815f0c LR 08000020 |
eFootball RB - V. |
v1.9.4 |
2025-04-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
eFootball RB - V. |
v1.6.3 |
2025-05-22 |
Unknown GetPointer 80020142 PC 08220d4c LR 08220d4c |
eFootball RB - V. |
v1.9.4 |
2025-04-05 |
Unimplemented HLE function sceKernelFindModuleByUID |
eFootball RB - V. |
v1.9.4 |
2025-04-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b |
eFootball RB - V. |
v1.9.4 |
2025-04-27 |
Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a |
eFootball RB - V. |
v1.9.4 |
2025-04-21 |
Unimplemented HLE function sceKernelDcacheWritebackAll |
eFootball RB - V. |
v1.9.4 |
2025-05-20 |
Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
ReadFromHardware: Invalid address deadbeef near PC deadbeef LR deadbeef |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction 00dfe14e |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction 005fffff |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction 0003efff |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction eefff000 |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction 0005dffb |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction 00005ff5 |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
WriteToHardware: Invalid address deadbeef near PC 083d6bec LR 2fff0000 |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction 000019df |
eFootball RB - V. |
v1.11.3 |
2025-04-04 |
MIPSCompileOp: Invalid instruction 0000005f |
eFootball RB - V. |
v1.17.1 |
2025-04-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=089d33b8, pos=0, access=1, data=2, text=2 |
eFootball RB - V. |
v1.17.1 |
2025-04-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=088eb174, pos=0, access=1, data=1, text=1 |
eFootball RB - V. |
v1.9.4 |
2025-05-24 |
sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read |
eFootball RB - V. |
v1.18.1 |
2025-05-22 |
Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4 |
eFootball RB - V. |
v1.18.1-362-g01b4eb41be |
2025-05-24 |
Unknown GetPointer 00000000 PC 0884a918 LR 0884a938 |
eFootball RB - V. |
v1.9.4 |
2025-05-24 |
Savedata version requested on save: 3 |
eFootball RB - V. |
v1.9.4 |
2025-05-24 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
eFootball RB - V. |
v1.9.4 |
2025-05-23 |
Unknown GetPointer 00000000 PC 08816148 LR 0881615c |
eFootball RB - V. |
v1.18.1 |
2025-05-21 |
Unknown GetPointer 00000140 PC 08824cf4 LR 088113dc |
eFootball RB - V. |
v1.18.1 |
2025-05-21 |
Unknown GetPointerWrite 00000000 PC 08824cf4 LR 088113dc |
eFootball RB - V. |
v1.9.4 |
2025-05-19 |
Game install with no files / data |
eFootball RB - V. |
v1.18.1-362-g01b4eb41be |
2025-05-24 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball RB - V. |
v1.9.4 |
2025-05-24 |
Savedata version requested: 3 |