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 |
MotoGP |
v1.17.1 |
2024-07-24 |
80630011=sceAtracSetDataAndGetID(099ddc80, 00000000): buffer too small |
MotoGP |
v1.17.1 |
2024-07-20 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=0880defc, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.17.1 |
2024-07-20 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.17.1 |
2024-07-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.17.1 |
2024-07-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.17.1 |
2024-04-21 |
80630006=sceAtracSetData(2, 08b9d5c0, 00038000): invalid RIFF header |
MotoGP |
v1.17.1 |
2024-04-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.17.1 |
2024-04-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.17.1 |
2024-04-01 |
Can't draw: No current render step. Step count: 0 |
MotoGP |
v1.17.1 |
2024-05-27 |
Unaligned icache invalidation of 0886dd07 (0886dd08 + -1) at PC=08876644 |
MotoGP |
v1.17.1 |
2024-03-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.17.1 |
2024-03-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.10-6-g8ac4efd3c |
2024-02-24 |
Texture with unexpected bufw (full=42112) |
MotoGP |
v1.16.6 |
2024-01-06 |
Error in shader program link: info: Variable u_texelDelta has unmatched precision qualifier in different shaders
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec4 u_time;
in vec2 v_texcoord0;
out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor;
in vec4 v_texcoordNC0;
in vec4 v_texcoordNC1;
in vec4 v_texcoordNC2;
in vec4 v_texcoordNC3;
mediump int SEPIA;
mediump int GRAYSCALE;
mediump int NEGATIVE;
mediump int PSPCOLORS;
bvec4 _and_(bvec4 A, bvec4 B)
{
return bvec4(A.x && B.x, A.y && B.y, A.z && B.z, A.w && B.w);
}
vec4 df(vec4 A, vec4 B)
{
return abs(A - B);
}
bvec4 close(vec4 A, vec4 B)
{
vec4 param = A;
vec4 param_1 = B;
return lessThan(df(param, param_1), vec4(15.0));
}
bvec4 _or_(bvec4 A, bvec4 B)
{
return bvec4(A.x || B.x, A.y || B.y, A.z || B.z, A.w || B.w);
}
vec4 weighted_distance(vec4 a, vec4 b, vec4 c, vec4 d, vec4 e, vec4 f, vec4 g, vec4 h)
{
vec4 param = a;
vec4 param_1 = b;
vec4 param_2 = a;
vec4 param_3 = c;
vec4 param_4 = d;
vec4 param_5 = e;
vec4 param_6 = d;
vec4 param_7 = f;
vec4 param_8 = g;
vec4 param_9 = h;
return (((df(param, param_1) + df(param_2, param_3)) + df(param_4, param_5)) + df(param_6, param_7)) + (df(param_8, param_9) * 4.0);
}
vec3 processxBR(vec3 color)
{
vec2 pS = vec2(1.0) / u_texelDelta;
vec2 fp = fract(v_texcoord0 * pS);
vec2 TexCoord_0 = v_texcoord0 - (fp * u_pixelDelta);
vec2 dx = vec2(u_texelDelta.x, 0.0);
vec2 dy = vec2(0.0, u_texelDelta.y);
vec2 y2 = dy + dy;
vec2 x2 = dx + dx;
vec3 A = texture(sampler0, (TexCoord_0 - dx) - dy).xyz;
vec3 B = texture(sampler0, TexCoord_0 - dy).xyz;
vec3 C = texture(sampler0, (TexCoord_0 + dx) - dy).xyz;
vec3 D = texture(sampler0, TexCoord_0 - dx).xyz;
vec3 E = texture(sampler0, TexCoord_0).xyz;
vec3 F = texture(sampler0, TexCoord_0 + dx).xyz;
vec3 G = texture(sampler0, (TexCoord_0 - dx) + dy).xyz;
vec3 H = texture(sampler0, TexCoord_0 + dy).xyz;
vec3 I = texture(sampler0, (TexCoord_0 + dx) + dy).xyz;
vec3 A1 = texture(sampler0, (TexCoord_0 - dx) - y2).xyz;
vec3 C1 = texture(sampler0, (TexCoord_0 + dx) - y2).xyz;
vec3 A0 = texture(sampler0, (TexCoord_0 - x2) - dy).xyz;
vec3 G0 = texture(sampler0, (TexCoord_0 - x2) + dy).xyz;
vec3 C4 = texture(sampler0, (TexCoord_0 + x2) - dy).xyz;
vec3 I4 = texture(sampler0, (TexCoord_0 + x2) + dy).xyz;
vec3 G5 = texture(sampler0, (TexCoord_0 - dx) + y2).xyz;
vec3 I5 = texture(sampler0, (TexCoord_0 + dx) + y2).xyz;
vec3 B1 = texture(sampler0, TexCoord_0 - y2).xyz;
vec3 D0 = texture(sampler0, TexCoord_0 - x2).xyz;
vec3 H5 = texture(sampler0, TexCoord_0 + y2).xyz;
vec3 F4 = texture(sampler0, TexCoord_0 + x2).xyz;
vec4 b = vec4(dot(B, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(D, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(H, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(F, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 c = vec4(dot(C, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(A, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(G, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(I, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 d = vec4(b.y, b.z, b.w, b.x);
vec4 e = vec4(dot(E, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 f = vec4(b.w, b.x, b.y, b.z);
vec4 g = vec4(c.z, c.w, c.x, c.y);
vec4 h = vec4(b.z, b.w, b.x, b.y);
vec4 i = vec4(c.w, c.x, c.y, c.z);
vec4 i4 = vec4(dot(I4, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(C1, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)) |
MotoGP |
v1.16.6 |
2023-12-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.16.6 |
2023-12-28 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
MotoGP |
v1.16.6 |
2023-12-25 |
Unknown GetPointer 0f0f0f0f PC 0880ade8 LR 0880cbb0 |
MotoGP |
v1.10-6-g8ac4efd3c |
2023-12-13 |
Texture with unexpected bufw (full=42080) |
MotoGP |
v1.10-6-g8ac4efd3c |
2023-12-12 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 149305684 |
MotoGP |
v1.10-6-g8ac4efd3c |
2023-12-12 |
Render to texture with incompatible formats 3 != 1 at 04000000 |
MotoGP |
v1.13.2 |
2023-12-12 |
Normal projection mapping without normal? |
MotoGP |
v1.13.2 |
2023-12-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.13.2 |
2023-12-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.15.4 |
2023-09-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.15.4 |
2023-09-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfaa4, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.15.4 |
2023-09-05 |
__KernelStopThread: thread 344 does not exist (helper deleted) |
MotoGP |
v1.15.4 |
2023-09-05 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 090aedc0): duplicate handler |
MotoGP |
v1.15.4 |
2023-09-05 |
Unknown GetPointerWrite 00000000 PC 08a8912c LR 08a89150 |
MotoGP |
v1.15.4 |
2023-09-04 |
__KernelStopThread: thread 362 does not exist (helper deleted) |
MotoGP |
v1.15.4 |
2023-09-04 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
MotoGP |
v1.15.4 |
2024-04-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
MotoGP |
v1.17.1 |
2024-04-19 |
80000107=sceDisplaySetFrameBuf(00000000, 512, 3, 0): must change latched framebuf first |
MotoGP |
v1.9.4 |
2023-08-16 |
Error in shader compilation: info: Compile failed.
ERROR: Unexpected end of source found
1 compilation errors. No code generated.
postshader
|
MotoGP |
v1.10-6-g8ac4efd3c |
2023-08-01 |
Render to texture using CLUT with different strides 960 != 512 |
MotoGP |
v1.15.4 |
2023-09-04 |
Failed to allocate memory for ELF! |
MotoGP |
v1.15.4 |
2023-07-16 |
sceKernelCreateThread(name=PGE Wav): unsupported attributes 00000006 |
MotoGP |
v1.15.4 |
2023-07-16 |
sceKernelCreateThread(name=PGE Timer): unsupported attributes 00000006 |
MotoGP |
v1.15.4 |
2023-07-16 |
sceKernelCreateThread(name=PGE Controls): unsupported attributes 00000006 |
MotoGP |
v1.15.4 |
2023-07-16 |
sceKernelCreateThread(name=PGE System): unsupported attributes 00000006 |
MotoGP |
v1.15.4 |
2023-07-16 |
sceKernelCreateThread(name=PGE File): unsupported attributes 00000006 |
MotoGP |
v1.15.4 |
2023-07-16 |
sceKernelCreateThread(name=PGE Math): unsupported attributes 00000006 |
MotoGP |
v1.15.4 |
2023-07-16 |
Video out requested, not supported: mode=0 size=512,512 |
MotoGP |
v1.15.4 |
2023-07-16 |
sceKernelCreateThread(name=PGE Gfx): unsupported attributes 00000006 |
MotoGP |
v1.15.4 |
2023-07-07 |
__KernelStopThread: thread 357 does not exist (helper deleted) |
MotoGP |
v1.11.3 |
2023-07-01 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfe54, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.14.4 |
2023-05-02 |
sceKernelCreateThread(name=update_thread): unsupported attributes a0000000 |
MotoGP |
v1.15.4 |
2023-08-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.15.4 |
2023-08-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.14.4 |
2023-03-26 |
Waiting thread for 20 that was already waiting for 20 |
MotoGP |
v1.10-6-g8ac4efd3c |
2023-03-07 |
Texture with unexpected bufw (full=54016) |
MotoGP |
v1.16.6 |
2023-10-14 |
__KernelStopThread: thread 303 does not exist (helper deleted) |
MotoGP |
v1.15.4 |
2023-09-05 |
__KernelStopThread: thread 299 does not exist (helper deleted) |
MotoGP |
v1.16.5 |
2023-10-16 |
__KernelStopThread: thread 301 does not exist (helper deleted) |
MotoGP |
v1.12.3 |
2022-11-10 |
Rendering to framebuffer offset: 04161800 +64x0 |
MotoGP |
v1.12.3 |
2022-11-10 |
sceUtilityOskInitStart: invalid status |
MotoGP |
v1.17.1-1069-g17fc508535 |
2024-09-15 |
80630011=sceAtracSetDataAndGetID(092ec950, 0000007c): no data chunk |
MotoGP |
v1.11.3 |
2022-11-01 |
80630006=sceAtracSetDataAndGetID(08acd000, 00001020): invalid RIFF header |
MotoGP |
v1.11.3 |
2022-11-01 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.15.4 |
2023-06-09 |
Unimplemented HLE function sceUtilityGetNetParam |
MotoGP |
v1.13.1 |
2022-09-06 |
A save request is already running, not starting a new one |
MotoGP |
v1.12.3 |
2022-08-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148355336 |
MotoGP |
v1.12.3 |
2022-08-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147002396 |
MotoGP |
v1.12.3 |
2022-08-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146993476 |
MotoGP |
v1.18.1-12-g1124be79f8 |
2025-03-23 |
sceNetAdhocMatchingInit(32768) at 0882f484 |
MotoGP |
v1.13.1 |
2022-08-14 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.13.1 |
2022-08-14 |
WriteToHardware: Invalid address 003ff000 near PC 00000000 LR 00000000 |
MotoGP |
v1.13.1 |
2022-08-14 |
WriteToHardware: Invalid address 00000010 near PC 00000000 LR 00000000 |
MotoGP |
v1.13.1 |
2022-08-14 |
Unknown GetPointerWrite 00000000 PC 00000000 LR 00000000 |
MotoGP |
v1.15.4 |
2023-09-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.13.1 |
2022-08-14 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.12.3 |
2022-07-27 |
80630006=sceAtracSetDataAndGetID(08b3d9c4, 00008000): invalid RIFF header |
MotoGP |
v1.13.2 |
2022-11-10 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
MotoGP |
v1.12.3 |
2022-05-23 |
sceMpegRingbufferPut(): invalid mpeg data |
MotoGP |
v1.11.3 |
2022-05-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
MotoGP |
v1.9.0 |
2022-04-29 |
Unknown GetPointer 00000000 PC 0891be7c LR 0891be7c |
MotoGP |
v1.17.1 |
2024-04-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e4028, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.17.1 |
2024-04-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e4028, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.12.3 |
2022-03-26 |
Jump to invalid address: 00167458 |
MotoGP |
v1.12.3 |
2022-03-26 |
ReadFromHardware: Invalid address 001679e4 near PC 00000000 LR 00000000 |
MotoGP |
v1.12.3 |
2022-03-26 |
Garbage libstub address 001679ec or end 00167be0 |
MotoGP |
v1.12.3 |
2022-03-24 |
Unexpected mpeg first timestamp: 0 / 0 |
MotoGP |
v1.11 |
2022-03-16 |
Error in shader compilation: info: ERROR: 0:7: 'premature EOF' : Syntax error: syntax error
INTERNAL ERROR: no main() function!
ERROR: 1 compilation errors. No code generated.
00000000:0000001a THR C Tex
#version 310 es
// Adreno (TM) 505 - GLSL 310
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position |
MotoGP |
v1.10-6-g8ac4efd3c |
2022-03-12 |
Render to texture using CLUT with different strides 1152 != 512 |
MotoGP |
v1.12.3 |
2022-02-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=088273f0, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.10.3 |
2022-02-24 |
Game install with no files / data |
MotoGP |
v1.12.3 |
2022-12-22 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148355080 |
MotoGP |
v1.12.3 |
2023-12-27 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146210816 |
MotoGP |
v1.17.1 |
2024-09-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
MotoGP |
v1.17.1 |
2024-09-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
MotoGP |
v1.12.3 |
2023-07-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
MotoGP |
v1.11.3 |
2022-01-02 |
80630007=sceAtracSetData(0, 08d19800, 00010000): atracID uses different codec type than data |
MotoGP |
v1.12.3 |
2021-12-22 |
sceIoChstat: change attr to 0000 requested |
MotoGP |
v1.12.2 |
2021-11-21 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff4c |
MotoGP |
v1.12.2 |
2021-11-21 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff52 |
MotoGP |
v1.12.3 |
2022-07-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151249632 |
MotoGP |
v1.10-6-g8ac4efd3c |
2022-06-28 |
Render to texture using CLUT with different strides 1120 != 512 |
MotoGP |
v1.15.2 |
2023-05-09 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
MotoGP |
v1.12.3 |
2022-05-06 |
sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid) |
MotoGP |
v1.11.3 |
2022-08-26 |
GE Interrupt: newState might be 5 |
MotoGP |
v1.11.3 |
2021-10-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |