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 |
| FIFA 07 |
v1.6.3 |
2026-01-06 |
Error in shader program link: info: Link failed because of missing shader.
fs: 00000000:0080d022 Tex TexAlpha 2x TFuncMod AlphaTest >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
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;
float aResult = texture(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a;
if (aResult < 0.5) discard;
v.rgb = v.rgb * 2.0;
fragColor0 = v;
}
vs: 01730000:00000b10 HWX T N Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:3
#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 mediump 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);
}
|
| FIFA 07 |
v1.6.3 |
2026-01-06 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:000000a2 Tex TexAlpha TClamp TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform vec4 u_texclamp;
in vec4 v_color0;
in mediump vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec2 fixedcoord = vec2(mod(v_texcoord.x, u_texclamp.x), mod(v_texcoord.y, u_texclamp.y));
vec4 t = texture(tex, fixedcoord.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);
}
|
| FIFA 07 |
v1.19.3 |
2025-10-28 |
__KernelStopThread: thread 491 does not exist (ApctlThread stopped) |
| FIFA 07 |
v1.19.3 |
2025-10-28 |
__KernelStopThread: thread 491 does not exist (ApctlThread deleted) |
| FIFA 07 |
v1.9.4 |
2025-10-12 |
Unknown GetPointer c12d478b PC 08d12710 LR 08d12724 |
| FIFA 07 |
v1.18.1 |
2025-09-23 |
ReadFromHardware: Invalid address 7fc00000 near PC 7fc00000 LR 7fc00000 |
| FIFA 07 |
v1.19.3 |
2025-08-20 |
Branch in Jump delay slot at 08fbe878 in block starting at 08fbe290 |
| FIFA 07 |
v1.19.3 |
2025-07-27 |
Branch in Jump delay slot at 0936bd58 in block starting at 0936bd50 |
| FIFA 07 |
v1.19.3 |
2025-07-26 |
Branch in Jump delay slot at 08fbeff0 in block starting at 08fbe290 |
| FIFA 07 |
v1.19.3 |
2025-07-26 |
Branch in Jump delay slot at 08fbf044 in block starting at 08fbe290 |
| FIFA 07 |
v1.19.3 |
2025-07-26 |
Branch in Jump delay slot at 08fbef78 in block starting at 08fbe290 |
| FIFA 07 |
v1.19.3 |
2025-07-26 |
Branch in Jump delay slot at 08fbf040 in block starting at 08fbe290 |
| FIFA 07 |
v1.19.3 |
2025-07-26 |
Branch in Jump delay slot at 08fbf018 in block starting at 08fbe290 |
| FIFA 07 |
v1.19.3 |
2025-07-26 |
Branch in Jump delay slot at 08fbefbc in block starting at 08fbe290 |
| FIFA 07 |
v1.10.3 |
2025-06-26 |
Savedata loading with detected hashmode 5 instead of file's 1 |
| FIFA 07 |
v1.17.1-980-gabaea0197b |
2025-06-09 |
MIPSCompileOp: Invalid instruction 0000000e |
| FIFA 07 |
v1.18.1 |
2025-04-24 |
Jump to invalid address: 058cf290 |
| FIFA 07 |
v1.18.1 |
2025-04-24 |
Jump to invalid address: 03ef4390 |
| FIFA 07 |
v1.16.6 |
2025-04-06 |
ReadFromHardware: Invalid address 24123018 near PC 24123018 LR 08d1d9bc |
| FIFA 07 |
v1.12.3 |
2025-03-04 |
Trying to relocate non-loaded section .debug_line, ignoring |
| FIFA 07 |
v1.12.3 |
2025-03-04 |
Trying to relocate non-loaded section .debug_info, ignoring |
| FIFA 07 |
v1.12.3 |
2025-03-04 |
Trying to relocate non-loaded section .debug_pubnames, ignoring |
| FIFA 07 |
v1.18 |
2024-11-24 |
Branch in branch delay slot at 04110000 with different target |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
MIPSCompileOp: Invalid instruction 6bef688e |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
MIPSCompileOp: Invalid instruction 6bcde31e |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
MIPSCompileOp: Invalid instruction 6bab875b |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
MIPSCompileOp: Invalid instruction 6b90b405 |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
MIPSCompileOp: Invalid instruction 6b59cf16 |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
MIPSCompileOp: Invalid instruction 6b317cde |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
MIPSCompileOp: Invalid instruction 6b01f1f6 |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
Invalid replacement op 6a81e12e at 08d1ad5c |
| FIFA 07 |
v1.16.6 |
2024-11-02 |
Invalid replacement op 6aa0e742 at 08d1ad4c |
| FIFA 07 |
v1.16.6 |
2024-10-31 |
MIPSCompileOp: Invalid instruction 6b0c9fe8 |
| FIFA 07 |
v1.16.6 |
2024-10-31 |
Invalid replacement op 6a4723eb at 08d1ad5c |
| FIFA 07 |
v1.16.6 |
2024-10-29 |
MIPSCompileOp: Invalid instruction 6beb58f3 |
| FIFA 07 |
v1.16.6 |
2024-10-29 |
MIPSCompileOp: Invalid instruction 6bc946f9 |
| FIFA 07 |
v1.16.6 |
2024-10-29 |
MIPSCompileOp: Invalid instruction 6ba8bfc1 |
| FIFA 07 |
v1.16.6 |
2024-10-29 |
MIPSCompileOp: Invalid instruction 6b8ede70 |
| FIFA 07 |
v1.16.6 |
2024-10-29 |
MIPSCompileOp: Invalid instruction 6b567131 |
| FIFA 07 |
v1.16.6 |
2024-10-29 |
MIPSCompileOp: Invalid instruction 6b29b49c |
| FIFA 07 |
v1.16.6 |
2024-10-29 |
Invalid replacement op 6a75a332 at 08d1ad5c |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
MIPSCompileOp: Invalid instruction 6bf021f8 |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
MIPSCompileOp: Invalid instruction 6bd75f87 |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
MIPSCompileOp: Invalid instruction 6bb8bbcf |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
MIPSCompileOp: Invalid instruction 6b99ed8a |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
MIPSCompileOp: Invalid instruction 6b820e8e |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
MIPSCompileOp: Invalid instruction 6b43290e |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
MIPSCompileOp: Invalid instruction 6b200562 |
| FIFA 07 |
v1.16.6 |
2024-10-17 |
Invalid replacement op 6a6e6ed3 at 08d1ad5c |
| FIFA 07 |
v1.17.1 |
2024-09-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
| FIFA 07 |
v1.17.1 |
2024-09-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2 |
| FIFA 07 |
v1.15.4 |
2024-09-24 |
Unknown GetPointerWrite c4f5a34b PC 08d12674 LR 08d12724 |
| FIFA 07 |
v1.16.6 |
2024-09-14 |
MIPSCompileOp 69917fc4 failed |
| FIFA 07 |
v1.16.6 |
2024-09-14 |
MIPSCompileOp 69c69cae failed |
| FIFA 07 |
v1.16.6 |
2024-09-14 |
MIPSCompileOp 6945b852 failed |
| FIFA 07 |
v1.16.6 |
2024-09-14 |
MIPSCompileOp 6908205a failed |
| FIFA 07 |
v1.16.6 |
2024-09-14 |
Invalid replacement op 6a9cfdb6 at 08d1ad4c |
| FIFA 07 |
v1.17.1 |
2024-11-29 |
Block transfer invalid: 00000000/0 -> 00000000/0, 1024x1024x2 (0,0)->(0,0) |
| FIFA 07 |
v1.16.6 |
2024-08-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e8b88, pos=0, access=1, data=2, text=2 |
| FIFA 07 |
v1.16.6 |
2024-08-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e8b88, pos=0, access=1, data=1, text=1 |
| FIFA 07 |
v1.17.1 |
2024-08-03 |
Jump to invalid address: 03ef5810 |
| FIFA 07 |
v1.17.1 |
2024-08-03 |
Jump to invalid address: 05887ae0 |
| FIFA 07 |
v1.17.1 |
2024-08-01 |
ReadFromHardware: Invalid address 4589a800 near PC 4589a800 LR 08d1adac |
| FIFA 07 |
v1.17.1 |
2024-07-27 |
Could not setup streams, unexpected stream count: 46230 |
| FIFA 07 |
v1.17.1 |
2025-11-08 |
Failed to read valid video stream data from header |
| FIFA 07 |
v1.17.1 |
2024-07-27 |
Unexpected mpeg first timestamp: 5579a080000 / 5873804509184 |
| FIFA 07 |
v1.17.1 |
2024-07-10 |
__KernelStopThread: thread 818 does not exist (ApctlThread deleted) |
| FIFA 07 |
v1.10.2 |
2024-06-28 |
Render to texture with different formats 0 != 1 |
| FIFA 07 |
v1.10.2 |
2024-06-28 |
Render to texture with different strides 2040 != 512 |
| FIFA 07 |
v1.17.1 |
2024-06-18 |
sceIoChstat: change attr to 0000 requested |
| FIFA 07 |
v1.17.1 |
2024-06-18 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULUS10505DATA/BBS1.DAT, 09faad70, 00000002) |
| FIFA 07 |
v1.15.4 |
2024-06-12 |
80630006=sceAtracSetData(2, 08b9d5c0, 00038000): invalid RIFF header |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
MIPSCompileOp: Invalid instruction 000000c1 |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
MIPSCompileOp: Invalid instruction 00c1c1c1 |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
Branch in Jump delay slot at 09148c00 in block starting at 09148bf8 |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
Branch in branch delay slot at 09148bf0 with different target |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
MIPSCompileOp: Invalid instruction 46ffff00 |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
MIPSCompileOp: Invalid instruction 43700000 |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
MIPSCompileOp: Invalid instruction 41200000 |
| FIFA 07 |
v1.17.1 |
2024-05-15 |
MIPSCompileOp: Invalid instruction 477fff00 |
| FIFA 07 |
v1.17.1 |
2024-04-28 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08caf1fc |
| FIFA 07 |
v1.17.1 |
2024-06-22 |
Unknown GetPointerWrite 00000000 PC 08de3038 LR 08d12724 |
| FIFA 07 |
v1.16.6 |
2024-03-03 |
MIPSCompileOp: Invalid instruction 6b4265bf |
| FIFA 07 |
v1.16.6 |
2024-03-03 |
MIPSCompileOp: Invalid instruction 6b1ec7a9 |
| FIFA 07 |
v1.16.6 |
2024-03-03 |
Invalid replacement op 6a67929b at 08d1ad5c |
| FIFA 07 |
v1.17.1 |
2024-02-27 |
Unknown GetPointer a9725bd4 PC 08de2f64 LR 08de4a3c |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 69c685fb failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 69916f49 failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 6945a118 failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 690807e5 failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
Invalid replacement op 6a9cea92 at 08d1ad4c |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 69c6987e failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 69917c82 failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 6945b39b failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
MIPSCompileOp 6908151e failed |
| FIFA 07 |
v1.16.6 |
2024-01-21 |
Invalid replacement op 6a9cf8c9 at 08d1ad4c |
| FIFA 07 |
v1.16.6 |
2024-11-04 |
Unknown GetPointerWrite 00000100 PC 08d12710 LR 08d12724 |
| FIFA 07 |
v1.16.6 |
2024-01-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
| FIFA 07 |
v1.9.4 |
2024-01-09 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08d1c94c |
| FIFA 07 |
v1.9.4 |
2024-01-07 |
ReadFromHardware: Invalid address 0000003e near PC 0000003e LR 0000003e |