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 |
AKIBA’S TRIP PLUS |
v1.17.1 |
2024-07-26 |
MPEG user data found |
AKIBA’S TRIP PLUS |
v1.15.4 |
2023-12-20 |
80630006=sceAtracSetDataAndGetID(08d892c0, 00010000): invalid RIFF header |
AKIBA’S TRIP PLUS |
v1.16.6 |
2023-12-18 |
WriteToHardware: Invalid address 00000009 near PC 08000000 LR 08000000 |
AKIBA’S TRIP PLUS |
v1.16.6 |
2023-12-18 |
ReadFromHardware: Invalid address 000000ac near PC 08000000 LR 08000000 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address 0aaae20a, skipping reloc, type = 14 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 49805554, type=8 : nop |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 08e94074, type=3 : nop |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address 810ee208, skipping reloc, type = 14 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address 12894201, skipping reloc, type = 0 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address d18049c0, skipping reloc, type = 0 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Bad segment number 127 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address 088041bf, skipping reloc, type = 0 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 08805000, type=8 : swc1 f28, 0x24(sp) |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 08ba4044, type=12 : nop |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 08804000, type=8 : addiu sp, sp, -0x10 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address d18049c0, skipping reloc, type = 13 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
ARGH IT'S AN UNKNOWN RELOCATION!!!!!!!! 08aae208, type=14 : j ->$0201f450 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address 8702c8c8, skipping reloc, type = 14 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Suspicious address 08e7406f, skipping reloc, type = 15 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00815c08: pc = 00805c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00615c08: pc = 00605c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 005d5c08: pc = 005c5c08 |
AKIBA’S TRIP PLUS |
v1.13.2 |
2023-11-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
AKIBA’S TRIP PLUS |
v1.13.2 |
2023-11-02 |
sceKernelLoadModule: unsupported options size=00000014, flags=08d74120, pos=0, access=1, data=1, text=1 |
AKIBA’S TRIP PLUS |
v1.12.3 |
2023-10-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000005, pos=0, access=1, data=2, text=2 |
AKIBA’S TRIP PLUS |
v1.12.3 |
2023-10-26 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
AKIBA’S TRIP PLUS |
v1.12.3 |
2023-10-26 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=2, text=2 |
AKIBA’S TRIP PLUS |
v1.15.4 |
2023-09-26 |
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)) |
AKIBA’S TRIP PLUS |
v1.11.3 |
2022-04-02 |
sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006 |
AKIBA’S TRIP PLUS |
v1.12.3 |
2022-02-09 |
sceDmacMemcpy(dest=04088000, src=0973d780, size=557056): overlapping read |
AKIBA’S TRIP PLUS |
v1.11.3 |
2021-05-10 |
Failed to truncate file. |
AKIBA’S TRIP PLUS |
v1.11.3 |
2021-07-27 |
Unknown GetPointer 00000000 PC 089814b8 LR 08000030 |
AKIBA’S TRIP PLUS |
v1.11.3 |
2021-04-21 |
80630006=sceAtracSetDataAndGetID(08d5ef00, 00010000): invalid RIFF header |
AKIBA’S TRIP PLUS |
v1.11.3 |
2021-04-21 |
sceDmacMemcpy(dest=04088000, src=09795e80, size=557056): overlapping read |
AKIBA’S TRIP PLUS |
v1.11.3 |
2021-04-20 |
Unknown GetPointer 00000000 PC 08805884 LR 08805884 |
AKIBA’S TRIP PLUS |
v1.11.3 |
2021-04-21 |
80630006=sceAtracSetDataAndGetID(08d34b40, 00010000): invalid RIFF header |
AKIBA’S TRIP PLUS |
v1.11.3 |
2021-07-25 |
Unexpected mpeg first timestamp: 0 / 0 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2020-07-05 |
sceDmacMemcpy(dest=04000000, src=09840240, size=557056): overlapping read |
AKIBA’S TRIP PLUS |
v1.4-2-g648bc5d |
2018-10-13 |
Wrong magic number 00000000 |
AKIBA’S TRIP PLUS |
v1.9.4 |
2024-08-27 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
AKIBA’S TRIP PLUS |
v1.9.4 |
2021-07-26 |
00000000=sceUtilityScreenshotInitStart(08ae3270) |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00765c08: pc = 00755c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 007d5c08: pc = 007c5c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00695c08: pc = 00685c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00595c08: pc = 00585c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00655c08: pc = 00645c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 005a5c08: pc = 00595c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00785c08: pc = 00775c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00665c08: pc = 00655c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00755c08: pc = 00745c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00555c08: pc = 00545c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 005f5c08: pc = 005e5c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 006e5c08: pc = 006d5c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00675c08: pc = 00665c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 006a5c08: pc = 00695c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00575c08: pc = 00565c08 |
AKIBA’S TRIP PLUS |
v1.9.3 |
2023-12-12 |
Trying to write block exit to illegal destination 00565c08: pc = 00555c08 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Suspicious address 08f2407a, skipping reloc, type = 5 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Suspicious address 08804001, skipping reloc, type = 0 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Bad segment number 255 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Suspicious address 7d247bc5, skipping reloc, type = 13 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Bad segment number 92 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Suspicious address f3804038, skipping reloc, type = 0 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Bad segment number 58 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Bad segment number 53 |
AKIBA’S TRIP PLUS |
v1.0.1-811-g14fd313 |
2015-08-23 |
Bad segment number 101 |