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 |
2006 FIFA World Cup™ |
v1.15.4 |
2023-07-31 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
2006 FIFA World Cup™ |
v1.15.4 |
2023-07-28 |
Truncating vertex count from 103518 to 21845 |
2006 FIFA World Cup™ |
v1.14.2 |
2023-04-03 |
Error in shader compilation: info: ERROR: 0:40: 'packUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 0:41: 'packUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 0:43: 'unpackUnorm4x8' : can't redefine/overload built-in functions!
ERROR: 3 compilation errors. No code generated.
001c1a96:0580d022 Tex TexAlpha 2x WriteMask ReplaceBlend_6A:10_B:6_Eq:2 StenToAlpha Sten0 TFuncMod AlphaTest >
#version 300 es
// Driver: Adreno (TM) 308 - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 001c1a96:0580d022 Tex TexAlpha 2x WriteMask ReplaceBlend_6A:10_B:6_Eq:2 StenToAlpha Sten0 TFuncMod AlphaTest >
precision highp int;
uniform sampler2D tex;
uniform sampler2D fbotex;
uniform vec3 u_blendFixA;
uniform uint u_alphacolorref;
uniform uint u_alphacolormask;
uniform uint u_colorWriteMask;
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;
uint packUnorm4x8(vec4 v) {
highp vec4 f = clamp(v, 0.0, 1.0);
uvec4 u = uvec4(255.0 * f);
return u.x | (u.y << 8) | (u.z << 16) | (u.w << 24);
}
vec4 unpackUnorm4x8(highp uint x) {
highp uvec4 u = uvec4(x & 0xFFU, (x >> 8) & 0xFFU, (x >> 16) & 0xFFU, (x >> 24) & 0xFFU);
highp vec4 f = vec4(u);
return f * (1.0 / 255.0);
}
void main() {
lowp vec4 destColor = texelFetch(fbotex, ivec2(gl_FragCoord.x, gl_FragCoord.y), 0);
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t;
v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0);
if ((roundAndScaleTo255i(v.a) & int(u_alphacolormask >> 24)) <= int(u_alphacolorref >> 24)) DISCARD;
v.rgb = destColor.rgb * v.aaa * 2.0 - v.rgb * u_blendFixA;
fragColor0 = vec4(v.rgb, 0.0);
highp uint v32 = packUnorm4x8(fragColor0);
highp uint d32 = packUnorm4x8(destColor);
v32 = (v32 & u_colorWriteMask) | (d32 & ~u_colorWriteMask);
fragColor0 = unpackUnorm4x8(v32);
}
|
2006 FIFA World Cup™ |
v1.17.1 |
2024-04-01 |
Truncating vertex count from 122874 to 21845 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=1, access=1, data=2, text=2 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=088460a8, pos=1, access=1, data=1, text=1 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=09564440, pos=1, access=1, data=2, text=2 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08d853c4, pos=1, access=1, data=1, text=1 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=0000a018, pos=0, access=1, data=1, text=1 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08dd5138, pos=0, access=1, data=2, text=2 |
2006 FIFA World Cup™ |
v1.13.2 |
2022-12-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
2006 FIFA World Cup™ |
v1.11.3 |
2022-09-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148070640 |
2006 FIFA World Cup™ |
v1.12.3 |
2022-08-16 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144296812 |
2006 FIFA World Cup™ |
v1.12.3 |
2022-07-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143639068 |
2006 FIFA World Cup™ |
v1.12.3 |
2022-07-20 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 150678512 |
2006 FIFA World Cup™ |
v1.11.3 |
2021-05-19 |
Unknown GetPointer 00000000 PC 08815ef4 LR 08000020 |
2006 FIFA World Cup™ |
v1.13.2 |
2023-11-02 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 80 |
2006 FIFA World Cup™ |
v1.11.3 |
2021-05-06 |
Failed decrypting the PRX (ret = -4, size = 5663725, psp_size = 5664064)! |
2006 FIFA World Cup™ |
v1.14.4 |
2023-02-24 |
Unimplemented HLE function sceNetResolverTerm |
2006 FIFA World Cup™ |
v1.14.4 |
2023-02-24 |
Unimplemented HLE function sceNetResolverCreate |
2006 FIFA World Cup™ |
v1.12.3 |
2022-08-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
2006 FIFA World Cup™ |
v1.10.3 |
2021-01-28 |
Unimplemented HLE function Kprintf |
2006 FIFA World Cup™ |
v1.10.3 |
2021-01-28 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006 |
2006 FIFA World Cup™ |
v1.10.3 |
2021-01-28 |
Unknown syscall in known module 'SysMemForKernel': 0x7b749390 |
2006 FIFA World Cup™ |
v1.10.3 |
2021-01-28 |
Unknown syscall in known module 'SysMemForKernel': 0xeb7a74db |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146728056 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146720128 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143598036 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148111360 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167509648 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145463692 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146507860 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=ffffabcd, pos=0, access=1, data=2, text=2 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
2006 FIFA World Cup™ |
v1.10.2 |
2020-10-16 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
2006 FIFA World Cup™ |
v1.10.3 |
2020-11-09 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
2006 FIFA World Cup™ |
v1.10.3 |
2021-01-28 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
2006 FIFA World Cup™ |
v1.10.3 |
2021-01-28 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
2006 FIFA World Cup™ |
v1.10.3 |
2021-01-28 |
Unknown syscall in known module 'SysclibForKernel': 0xb49a7697 |
2006 FIFA World Cup™ |
v1.14.4 |
2023-01-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
2006 FIFA World Cup™ |
v1.12.3 |
2022-07-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148119992 |
2006 FIFA World Cup™ |
v1.13.2 |
2022-12-12 |
A save request is already running, not starting a new one |
2006 FIFA World Cup™ |
v1.9.4 |
2024-02-29 |
BREAK instruction hit |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167770768 |
2006 FIFA World Cup™ |
v1.0 |
2017-03-22 |
Loading module sceATRAC3plus_Library with version 0101, devkit 00000000 |
2006 FIFA World Cup™ |
v1.0 |
2017-03-22 |
Loading module sceMpeg_library with version 0102, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4-56-gb1a530b |
2018-04-11 |
Loading module sceSAScore with version 0101, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4-56-gb1a530b |
2018-04-11 |
Loading module sceVideocodec_Driver with version 0101, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4-56-gb1a530b |
2018-04-11 |
Loading module sceAudiocodec_Driver with version 0101, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4-56-gb1a530b |
2018-04-11 |
Loading module sceMpegbase_Driver with version 0102, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4.2-425-g7a7ccee5e |
2022-03-03 |
Loading module sceMpeg_library with version 0104, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4.2-425-g7a7ccee5e |
2022-03-03 |
Loading module sceMpegbase_Driver with version 0103, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4.2-425-g7a7ccee5e |
2022-03-03 |
Loading module sceATRAC3plus_Library with version 0103, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4.2-425-g7a7ccee5e |
2022-03-03 |
Loading module sceVideocodec_Driver with version 0103, devkit 00000000 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-03-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=2, text=2 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-03-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
2006 FIFA World Cup™ |
v1.4.2-425-g7a7ccee5e |
2022-03-03 |
Loading module sceSAScore with version 0103, devkit 00000000 |
2006 FIFA World Cup™ |
v1.4.2-425-g7a7ccee5e |
2022-03-03 |
Loading module sceAudiocodec_Driver with version 0103, devkit 00000000 |
2006 FIFA World Cup™ |
v1.2.2 |
2017-11-03 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -559038737 |
2006 FIFA World Cup™ |
v1.9.4 |
2024-11-24 |
RET: Stack empty! |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 4000 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 9600 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148002336 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146122760 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 147071048 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146131120 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143598472 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148439040 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145512184 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147039492 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 10 |
2006 FIFA World Cup™ |
v1.9.4 |
2025-01-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143610932 |