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 |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceWlanFirmMagpie_driver): unsupported attributes 00000006, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceWlan_Driver): unsupported attributes 00000006, ignoring |
| Seen in Liberty City |
v1.20.4-1758-g70bab7f25c |
2026-09-14 |
Error in shader program link: info: (unknown reason)
fs: thin3d
#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))
uniform sampler2D tex;
in lowp vec4 oColor0; // COLOR0
in highp vec2 oTexCoord0; // TEXCOORD0
out vec4 fragColor0;
void main() {
vec4 col = texture(tex, oTexCoord0).zyxw * oColor0;
col.rgb *= oColor0.a;
fragColor0 = col;
}
vs: thin3d
#version 300 es
// Driver: Adreno (TM) 308 - GLSL 300
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
vec3 rgb2hsv(vec3 c) {
vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0);
vec4 p = mix(vec4(c.bg, K.wz), vec4(c.gb, K.xy), step(c.b, c.g));
vec4 q = mix(vec4(p.xyw, c.r), vec4(c.r, p.yzx), step(p.x, c.r));
float d = q.x - min(q.w, q.y);
float e = 1.0e-10;
return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), d / (q.x + e), q.x);
}
vec3 hsv2rgb(vec3 c) {
vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0);
vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www);
return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y);
}
uniform mat4 WorldViewProj;
uniform vec2 TintSaturation;
in vec3 Position;
in vec4 Color0;
in vec2 TexCoord0;
out lowp vec4 oColor0; // COLOR0 (0)
out highp vec2 oTexCoord0; // TEXCOORD0 (1)
void main() {
gl_Position = mul(WorldViewProj, vec4(Position, 1.0));
vec3 hsv = rgb2hsv(Color0.xyz);
hsv.x += TintSaturation.x;
hsv.y *= TintSaturation.y;
oColor0 = vec4(hsv2rgb(hsv), Color0.w);
oTexCoord0 = TexCoord0;
}
|
| Seen in Liberty City |
v1.20.4-1758-g70bab7f25c |
2026-09-14 |
Error in shader program link: info: (unknown reason)
fs: thin3d
#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))
uniform sampler2D tex;
in lowp vec4 oColor0; // COLOR0
in highp vec2 oTexCoord0; // TEXCOORD0
out vec4 fragColor0;
void main() {
vec4 col = texture(tex, oTexCoord0) * oColor0;
col.rgb *= oColor0.a;
fragColor0 = col;
}
vs: thin3d
#version 300 es
// Driver: Adreno (TM) 308 - GLSL 300
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
vec3 rgb2hsv(vec3 c) {
vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0);
vec4 p = mix(vec4(c.bg, K.wz), vec4(c.gb, K.xy), step(c.b, c.g));
vec4 q = mix(vec4(p.xyw, c.r), vec4(c.r, p.yzx), step(p.x, c.r));
float d = q.x - min(q.w, q.y);
float e = 1.0e-10;
return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), d / (q.x + e), q.x);
}
vec3 hsv2rgb(vec3 c) {
vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0);
vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www);
return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y);
}
uniform mat4 WorldViewProj;
uniform vec2 TintSaturation;
in vec3 Position;
in vec4 Color0;
in vec2 TexCoord0;
out lowp vec4 oColor0; // COLOR0 (0)
out highp vec2 oTexCoord0; // TEXCOORD0 (1)
void main() {
gl_Position = mul(WorldViewProj, vec4(Position, 1.0));
vec3 hsv = rgb2hsv(Color0.xyz);
hsv.x += TintSaturation.x;
hsv.y *= TintSaturation.y;
oColor0 = vec4(hsv2rgb(hsv), Color0.w);
oTexCoord0 = TexCoord0;
}
|
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceLoadExec): unsupported attributes 00002007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceMemlmd): unsupported attributes 00002007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceSYSCON_Driver): unsupported attributes 00000007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceUtility_Driver): unsupported attributes 00000007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceIdStorage_Service): unsupported attributes 00000007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceSystimer): unsupported attributes 00000007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceLowIO_Driver): unsupported attributes 00000007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceDMAManager): unsupported attributes 00000007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceVshBridge_Driver): unsupported attributes 00000007, ignoring |
| PSP™ Update ver 6.60 |
v1.20.4-1758-g70bab7f25c |
2026-09-20 |
sceKernelCreateThread(name=sceRTC_Service): unsupported attributes 00000007, ignoring |
| eFootball 2027 By T. Bendezu |
v1.9.4 |
2026-09-21 |
Savedata version requested: 3 |
| Seen in Liberty City |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
| Seen in Liberty City |
v1.9.4 |
2026-09-21 |
Unexpected mpeg first timestamp: 0 / 0 |
| Seen in Liberty City |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
| Seen in Liberty City |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| Seen in Liberty City |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
| GOD EATER 2 |
v1.20.4-1758-g70bab7f25c |
2026-09-17 |
sceKernelCreateThread(name=god_g997_Save): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-1758-g70bab7f25c |
2026-09-17 |
sceKernelCreateThread(name=god_g001_Demo): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-1758-g70bab7f25c |
2026-09-17 |
sceKernelCreateThread(name=god_g999_Base): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-1758-g70bab7f25c |
2026-09-17 |
sceKernelCreateThread(name=god_game): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-98-gb8a71e8712 |
2026-09-17 |
sceKernelCreateThread(name=layout): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-98-gb8a71e8712 |
2026-09-17 |
sceKernelCreateThread(name=god_m001_Title): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-98-gb8a71e8712 |
2026-09-17 |
sceKernelCreateThread(name=god_m002_Movie): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-98-gb8a71e8712 |
2026-09-17 |
sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-98-gb8a71e8712 |
2026-09-17 |
sceKernelCreateThread(name=god_menu): unsupported attributes 00000006, ignoring |
| GOD EATER 2 |
v1.20.4-98-gb8a71e8712 |
2026-09-17 |
sceKernelCreateThread(name=system): unsupported attributes 00000006, ignoring |
| Call of Duty : Roads to Victory™ |
v1.9.4 |
2026-09-20 |
An uneaten prefix at end of block: 08a683b0 |
| CAPCOM CLASSICS COLLECTION RELOADED |
v1.9.4 |
2026-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
| CAPCOM CLASSICS COLLECTION RELOADED |
v1.9.4 |
2026-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
| CARS |
v1.9.4 |
2026-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
| CARS |
v1.9.4 |
2026-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
| Grand Theft Auto: Vice City Stories |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
| Grand Theft Auto: Vice City Stories |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2 |
| Call of Duty : Roads to Victory™ |
v1.9.4 |
2026-09-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
| GTA: Liberty City Stories |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
| STREET FIGHTER ZERO3 DOUBLE UPPER |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
| STREET FIGHTER ZERO3 DOUBLE UPPER |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| GTA: Liberty City Stories |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2 |
| GTA: Liberty City Stories |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1 |
| GTA: Liberty City Stories |
v1.9.4 |
2026-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| GOD EATER 2 |
v1.9.4 |
2026-09-17 |
VTYPE with morph used: THRU=0 TC=2 COL=6 POS=2 NRM=1 WT=0 NW=1 IDX=0 MC=4 |
| Spider-Man 3 |
v1.9.4 |
2026-09-21 |
sceGeBreak(mode=0, unknown=09fff3e0): unknown ptr (valid) |