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 13 |
v1.19.3 |
2025-08-13 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10180000:0000d002 Tex FragUber TFuncMod AlphaTest >
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Mali-G57 MC2 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10180000:0000d002 Tex FragUber TFuncMod AlphaTest >
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
uniform uint u_alphacolorref;
uniform uint u_alphacolormask;
in lowp vec4 v_color0;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
int roundAndScaleTo255i(in float x) { return int(floor(x * 255.0 + 0.5)); }
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 ((roundAndScaleTo255i(v.a) & int(u_alphacolormask >> 0x18u)) <= int(u_alphacolorref >> 0x18u)) DISCARD;
fragColor0 = v;
}
vs: 01000000:80000b20 HWX T N Light: LightUberShader Cull
|
| FIFA 13 |
v1.19.3 |
2025-08-13 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 10180000:00000002 Tex FragUber TFuncMod
#version 320 es
#extension GL_EXT_shader_framebuffer_fetch : require
// Driver: Mali-G57 MC2 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 10180000:00000002 Tex 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: 01000000:80000b20 HWX T N Light: LightUberShader Cull
|
| FIFA 13 |
v1.18.1 |
2025-06-07 |
Failed to truncate file. |
| FIFA 13 |
v1.8.0 |
2025-06-05 |
80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16) |
| FIFA 13 |
v1.18.1 |
2025-04-28 |
Unknown GetPointerWrite 00000000 PC 08b59088 LR 08b590ec |
| FIFA 13 |
v1.17.4-1 |
2024-10-25 |
Unknown GetPointerWrite 00000000 PC 08ddf20c LR 08b590ec |
| FIFA 13 |
v1.17.1 |
2024-10-17 |
Can't draw: No current render step. Step count: 0 |
| FIFA 13 |
v1.13.2 |
2024-06-29 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918352 |
| FIFA 13 |
v1.13.2 |
2024-06-29 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144907468 |
| FIFA 13 |
v1.13.2 |
2024-06-29 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153291632 |
| FIFA 13 |
v1.13.2 |
2024-06-29 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316544 |
| FIFA 13 |
v1.13.2 |
2024-06-29 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771664 |
| FIFA 13 |
v1.13.2 |
2024-06-29 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142702700 |
| FIFA 13 |
v1.13.2 |
2024-06-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2 |
| FIFA 13 |
v1.10.3 |
2024-01-10 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULJS00236DATA/DATA.CPK, 09f949b0, 00000002) |
| FIFA 13 |
v1.13.1 |
2024-03-31 |
Failed to read valid video stream data from header |
| FIFA 13 |
v1.10.2 |
2023-08-17 |
80630006=sceAtracSetDataAndGetID(09c75150, 0001fff0): invalid RIFF header |
| FIFA 13 |
v1.6.3 |
2023-06-01 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:0000d000 AlphaTest >
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D testtex;
in vec4 v_color0;
inout vec4 fragColor0;
void main() {
vec4 v = v_color0 ;
float aResult = texture(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a;
if (aResult < 0.5) discard;
fragColor0 = v;
}
vs: 00000000:00000108 HWX C
#version 300 es
precision highp float;
in vec3 position;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform lowp vec4 u_matambientalpha;
out lowp vec4 v_color0;
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;
}
|
| FIFA 13 |
v1.18.1 |
2025-04-26 |
Unknown GetPointer 00000010 PC 08de3454 LR 08de34b4 |
| FIFA 13 |
v1.14.4 |
2023-04-22 |
Unknown GetPointerWrite 00000100 PC 08b590d8 LR 08b590ec |
| FIFA 13 |
v1.11.3 |
2023-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1 |
| FIFA 13 |
v1.11.3 |
2023-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=08815af0, pos=0, access=1, data=2, text=2 |
| FIFA 13 |
v1.11.3 |
2023-03-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=08815af0, pos=0, access=1, data=1, text=1 |
| FIFA 13 |
v1.13.2 |
2023-03-02 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153158784 |
| FIFA 13 |
v1.13.2 |
2023-03-02 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 150806696 |
| FIFA 13 |
v1.11.3 |
2023-01-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145512184 |
| FIFA 13 |
v1.11.3 |
2023-01-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147039492 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145752064 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0x1fb15a32 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0x58b1f937 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0x28b6489c |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'ThreadManForKernel': 0xd6da4ba1 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
| FIFA 13 |
v1.10.2 |
2023-01-19 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146538036 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146728056 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146720128 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143598036 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148111360 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167509648 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145463692 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146507860 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| FIFA 13 |
v1.13.2 |
2022-12-31 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=ffffabcd, pos=0, access=1, data=2, text=2 |
| FIFA 13 |
v1.13.2 |
2022-12-26 |
Branch in JumpReg delay slot at 09a55074 in block starting at 09a55070 |
| FIFA 13 |
v1.13.2 |
2022-12-26 |
Jump to invalid address: 03a331a0 |
| FIFA 13 |
v1.13.2 |
2022-12-26 |
Unknown GetPointerWrite ffff0037 PC 08ae62e8 LR 08ae6310 |
| FIFA 13 |
v1.13.2 |
2022-12-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765 |
| FIFA 13 |
v1.13.2 |
2022-12-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524 |
| FIFA 13 |
v1.13.2 |
2022-12-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
| FIFA 13 |
v1.13.2 |
2022-12-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
| FIFA 13 |
v1.12.3 |
2022-12-14 |
Branch in Jump delay slot at 09ffe2b4 in block starting at 09ffe2a0 |
| FIFA 13 |
v1.12.3 |
2022-12-14 |
Jump to invalid address: 068df1c0 |
| FIFA 13 |
v1.12.3 |
2022-12-14 |
Branch in Jump delay slot at 09ffe2a8 in block starting at 09ffe2a0 |
| FIFA 13 |
v1.12.3 |
2022-12-14 |
Jump to invalid address: 04e1fcc0 |
| FIFA 13 |
v1.12.3 |
2022-12-14 |
Branch in Jump delay slot at 09ffe2a4 in block starting at 09ffe2a0 |
| FIFA 13 |
v1.12.3 |
2022-12-14 |
Jump to invalid address: 04e173e0 |
| FIFA 13 |
v1.12.3 |
2022-12-14 |
MIPSCompileOp: Invalid instruction 00000001 |
| FIFA 13 |
v1.13.2 |
2023-01-30 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176 |
| FIFA 13 |
v1.13.2 |
2022-10-06 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
| FIFA 13 |
v1.13.2 |
2022-10-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
| FIFA 13 |
v1.13.1 |
2022-09-11 |
GE Interrupt: newState might be 7 |
| FIFA 13 |
v1.13.1 |
2022-09-11 |
GE Interrupt: newState might be 6 |
| FIFA 13 |
v1.13.1 |
2022-09-11 |
GE Interrupt: newState might be 5 |
| FIFA 13 |
v1.13.1 |
2022-09-11 |
GE Interrupt: newState might be 4 |
| FIFA 13 |
v1.13.1 |
2022-09-11 |
GE Interrupt: newState might be 3 |
| FIFA 13 |
v1.13.1 |
2022-09-11 |
GE Interrupt: newState might be 0 |
| FIFA 13 |
v1.12.3 |
2022-06-27 |
ReadFromHardware: Invalid address 00000000 near PC 08aff374 LR 08000020 |
| FIFA 13 |
v1.12.3 |
2022-06-20 |
ReadFromHardware: Invalid address b2633a1f near PC b2633a1f LR b2633a1f |
| FIFA 13 |
v1.14.4 |
2023-03-13 |
Unexpected mpeg first timestamp: fffffffffff / 17592186044415 |
| FIFA 13 |
v1.12.3 |
2022-05-19 |
Decoding texture from VRAM mirror at 04710000 swizzle=0 |
| FIFA 13 |
v1.12.3 |
2022-05-19 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
| FIFA 13 |
v1.11.3 |
2022-03-14 |
Unknown GetPointer ffff0037 PC 08ae6308 LR 08ae6310 |
| FIFA 13 |
v1.12.3 |
2022-03-03 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143964328 |
| FIFA 13 |
v1.12.3 |
2022-02-01 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
| FIFA 13 |
v1.13.2 |
2023-01-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
| FIFA 13 |
v1.12.3 |
2022-01-28 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145635464 |
| FIFA 13 |
v1.12.3 |
2022-01-28 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000 |
| FIFA 13 |
v1.12.3 |
2022-01-28 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
| FIFA 13 |
v1.12.3 |
2022-03-03 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
| FIFA 13 |
v1.11.2 |
2022-01-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 10 |
| FIFA 13 |
v1.11.3 |
2021-11-30 |
ReadFromHardware: Invalid address 00000041 near PC 00000041 LR 08af50f0 |
| FIFA 13 |
v1.9.4 |
2021-10-20 |
Unknown GetPointer 00000001 PC 08b5903c LR 08b590ec |
| FIFA 13 |
v1.11.3 |
2021-09-21 |
00000000=sceDisplaySetHoldMode(00000001): unsupported |