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 |
B-Boy |
v1.18 |
2025-01-04 |
Could not setup streams, unexpected stream count: 39286 |
B-Boy |
v1.18 |
2025-01-04 |
Unexpected mpeg first timestamp: 8fa92350100 / 9872287793408 |
B-Boy |
v1.18.1 |
2024-11-25 |
Can't draw: No current render step. Step count: 0 |
B-Boy |
v1.18.1 |
2024-11-15 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09cb5ca0, 4, 00000000, 0) |
B-Boy |
v1.18.1 |
2024-11-15 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09cb5ca0, 4, 00000000, 0) |
B-Boy |
v1.17.1-334-g1786a4ddb |
2024-10-28 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09609080, 4, 00000000, 0) |
B-Boy |
v1.17.1-334-g1786a4ddb |
2024-10-28 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09609080, 4, 00000000, 0) |
B-Boy |
v1.17.1-334-g1786a4ddb |
2024-09-18 |
Could not setup streams, unexpected stream count: 53500 |
B-Boy |
v1.17.1 |
2024-08-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=08dbb380, pos=0, access=1, data=2, text=2 |
B-Boy |
v1.17.1 |
2024-08-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e3094, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.17.1 |
2024-08-27 |
Unexpected mpeg first timestamp: 383a908a4d6 / 3864011515094 |
B-Boy |
v1.17.1 |
2024-08-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001f4, pos=0, access=1, data=2, text=2 |
B-Boy |
v1.10.2 |
2024-07-30 |
Unknown GetPointer 00000000 PC 08934a80 LR 08934a80 |
B-Boy |
v1.17.1 |
2024-07-19 |
Could not setup streams, unexpected stream count: 6400 |
B-Boy |
v1.17.1 |
2024-07-19 |
Unexpected mpeg first timestamp: 7427bc20000 / 7982125547520 |
B-Boy |
v1.16.4 |
2024-05-07 |
Unexpected mpeg first timestamp: 2d24c096c7e / 3102242073726 |
B-Boy |
v1.17.1 |
2024-04-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=2, text=2 |
B-Boy |
v1.17.1 |
2024-04-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.17.1 |
2024-03-26 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 0958a740, 4, 00000000, 0) |
B-Boy |
v1.17.1 |
2024-03-26 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 0958a740, 4, 00000000, 0) |
B-Boy |
v1.17.1 |
2024-03-18 |
Unexpected mpeg first timestamp: 10000040c5 / 68719493317 |
B-Boy |
v1.16.6 |
2024-02-18 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r6p0-00dev0 [Revision 96995].
01f14444:00000b21 HWX T N LM Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:1 Cull
#version 100
// Driver: Mali-400 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01f14444:00000b21 HWX T N LM Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:1 Cull
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
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;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
vec4 ambientColor = u_matambientalpha;
vec3 diffuseColor = u_matdiffuse.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = splat3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / |
B-Boy |
v1.11.3 |
2024-02-03 |
Unexpected mpeg first timestamp: 9a64a09dcbb / 10609811381435 |
B-Boy |
v1.17 |
2024-02-01 |
Could not setup streams, unexpected stream count: 224 |
B-Boy |
v1.16.6 |
2023-12-13 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09cb6160, 4, 00000000, 0) |
B-Boy |
v1.16.6 |
2023-12-13 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09cb6160, 4, 00000000, 0) |
B-Boy |
v1.16.6 |
2023-11-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
B-Boy |
v1.16.6 |
2023-11-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.16.6 |
2023-11-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.15.4 |
2023-11-22 |
Could not setup streams, unexpected stream count: 55943 |
B-Boy |
v1.15.4 |
2023-11-22 |
Unexpected mpeg first timestamp: dc9d3f0000 / 947530956800 |
B-Boy |
v1.16.5 |
2023-10-28 |
ReadFromHardware: Invalid address 0022ca20 near PC 00000000 LR 00000000 |
B-Boy |
v1.16.5 |
2023-10-28 |
Garbage libstub address 0022ca28 or end 0022cc58 |
B-Boy |
v1.12.3 |
2023-09-11 |
Unexpected mpeg first timestamp: 346575809a / 225040498842 |
B-Boy |
v1.10.1 |
2023-05-18 |
Unexpected mpeg first timestamp: 6000000000 / 412316860416 |
B-Boy |
v1.14.4 |
2023-03-09 |
Unexpected mpeg first timestamp: 5cb6ef0000 / 398206107648 |
B-Boy |
v1.13.1 |
2023-03-09 |
Could not setup streams, unexpected stream count: 32927 |
B-Boy |
v1.11.3 |
2023-02-01 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765 |
B-Boy |
v1.11.3 |
2023-02-01 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524 |
B-Boy |
v1.11.3 |
2023-02-01 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
B-Boy |
v1.12.3-1071-g830420f0c |
2023-01-27 |
Unexpected mpeg first timestamp: 700000a561 / 481036379489 |
B-Boy |
v1.14.4-245-gece6edfe8 |
2023-01-20 |
Unexpected mpeg first timestamp: 100000c074 / 68719526004 |
B-Boy |
v1.14.4-245-gece6edfe8 |
2023-01-20 |
Could not setup streams, unexpected stream count: 10496 |
B-Boy |
v1.14.4-245-gece6edfe8 |
2023-01-20 |
Unexpected mpeg first timestamp: 9fdbd670000 / 10985409019904 |
B-Boy |
v1.14.4-245-gece6edfe8 |
2023-01-20 |
Unexpected mpeg first timestamp: 1000004095 / 68719493269 |
B-Boy |
v1.14.4 |
2023-01-17 |
Unexpected mpeg first timestamp: 4c207968e72 / 5231397473906 |
B-Boy |
v1.14.4 |
2023-01-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
B-Boy |
v1.13.2 |
2022-12-06 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
B-Boy |
v1.13.2 |
2022-11-20 |
Unexpected mpeg first timestamp: ffffff40c1 / 1099511578817 |
B-Boy |
v1.13.2 |
2022-11-12 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09619e60, 4, 00000000, 0) |
B-Boy |
v1.13.2 |
2022-11-12 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09619e60, 4, 00000000, 0) |
B-Boy |
v1.12.3 |
2022-10-19 |
Unexpected mpeg first timestamp: 3465750095 / 225040466069 |
B-Boy |
v1.12.3 |
2022-10-02 |
Could not setup streams, unexpected stream count: 32857 |
B-Boy |
v1.12.3 |
2022-10-02 |
Unexpected mpeg first timestamp: 67f4c096c7e / 7143806299262 |
B-Boy |
v1.12.3 |
2022-08-26 |
Could not setup streams, unexpected stream count: 32995 |
B-Boy |
v1.12.3 |
2022-08-26 |
Unexpected mpeg first timestamp: 23000000cd7 / 2405181689047 |
B-Boy |
v1.12.3 |
2022-07-22 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 19536 |
B-Boy |
v1.12.3 |
2022-07-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145983264 |
B-Boy |
v1.12.3 |
2022-07-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145971944 |
B-Boy |
v1.12.3 |
2022-07-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a1f518, pos=0, access=1, data=2, text=2 |
B-Boy |
v1.12.3 |
2022-07-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a1f518, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.12.3 |
2022-07-08 |
Unexpected mpeg first timestamp: 10000080ab / 68719509675 |
B-Boy |
v1.12.3 |
2022-07-01 |
Could not setup streams, unexpected stream count: 32909 |
B-Boy |
v1.12.3 |
2022-07-01 |
Unexpected mpeg first timestamp: c944c096c7e / 13831070379134 |
B-Boy |
v1.12.3 |
2022-06-22 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09cb54b0, 4, 00000000, 0) |
B-Boy |
v1.12.3 |
2022-06-22 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09cb54b0, 4, 00000000, 0) |
B-Boy |
v1.12.3 |
2022-06-22 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09cb5520, 4, 00000000, 0) |
B-Boy |
v1.12.3 |
2022-06-22 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09cb5520, 4, 00000000, 0) |
B-Boy |
v1.12.3 |
2022-06-17 |
Could not setup streams, unexpected stream count: 49303 |
B-Boy |
v1.12.3 |
2022-05-01 |
Could not setup streams, unexpected stream count: 45 |
B-Boy |
v1.12.3 |
2022-04-26 |
Unexpected mpeg first timestamp: bba430c0cc / 805913542860 |
B-Boy |
v1.12.3 |
2022-04-26 |
Unexpected mpeg first timestamp: 3892b140a8 / 242979258536 |
B-Boy |
v1.12.3 |
2022-04-17 |
Could not setup streams, unexpected stream count: 32878 |
B-Boy |
v1.12.3 |
2022-04-17 |
Unexpected mpeg first timestamp: c000009400 / 824633758720 |
B-Boy |
v1.12.3 |
2022-04-17 |
Could not setup streams, unexpected stream count: 11520 |
B-Boy |
v1.12.2 |
2022-03-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 33144 |
B-Boy |
v1.12.2 |
2022-03-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143964328 |
B-Boy |
v1.12.2 |
2022-03-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.12.2 |
2022-03-23 |
sceIoIoctl(disc0:/UMD_DATA.BIN, 01020001, 00000000, 0, 08b84800, 800) |
B-Boy |
v1.12.3 |
2022-03-04 |
Unexpected mpeg first timestamp: 100000c0d4 / 68719526100 |
B-Boy |
v1.12.3 |
2022-02-25 |
Unexpected mpeg first timestamp: 3000000200 / 206158430720 |
B-Boy |
v1.12.3 |
2022-02-20 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09692740, 4, 00000000, 0) |
B-Boy |
v1.12.3 |
2022-02-20 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09692740, 4, 00000000, 0) |
B-Boy |
v1.12.3 |
2022-02-12 |
Could not setup streams, unexpected stream count: 28844 |
B-Boy |
v1.17.1-334-g1786a4ddb |
2024-09-18 |
Unexpected mpeg first timestamp: 400000b0d2 / 274877952210 |
B-Boy |
v1.10.3 |
2022-02-10 |
Unexpected mpeg first timestamp: d27f3fc051 / 904078016593 |
B-Boy |
v1.12.3 |
2022-02-03 |
Unexpected mpeg first timestamp: 10000040cb / 68719493323 |
B-Boy |
v1.11.3 |
2022-01-02 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
B-Boy |
v1.11.3 |
2022-01-02 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.11.3 |
2022-01-02 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
B-Boy |
v1.12.2 |
2021-11-25 |
Unexpected mpeg first timestamp: 3000004a68 / 206158449256 |
B-Boy |
v1.12.3 |
2021-11-19 |
Could not setup streams, unexpected stream count: 3584 |
B-Boy |
v1.12.3 |
2021-11-19 |
Unexpected mpeg first timestamp: 5be8509c03f / 6315833933887 |
B-Boy |
v1.12.3 |
2021-10-30 |
Unexpected mpeg first timestamp: ed58f098030 / 16310390587440 |
B-Boy |
v1.11.3 |
2021-10-15 |
Unexpected mpeg first timestamp: 100000c0d5 / 68719526101 |
B-Boy |
v1.10.2 |
2021-10-09 |
Could not setup streams, unexpected stream count: 6144 |
B-Boy |
v1.10.2 |
2021-10-09 |
Unexpected mpeg first timestamp: 5fc04b30000 / 6579968737280 |
B-Boy |
v1.11.3 |
2021-09-24 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 0981c990, 4, 00000000, 0) |
B-Boy |
v1.11.3 |
2021-09-24 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 0981c990, 4, 00000000, 0) |
B-Boy |
v1.11.3 |
2021-09-24 |
Could not setup streams, unexpected stream count: 31485 |