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 |
Midnight Club 3: Dub Edition |
v1.12.3 |
2024-09-07 |
80020001=sceKernelCreateMutex(): invalid name |
Midnight Club 3: Dub Edition |
v1.12.3 |
2024-07-29 |
80630006=sceAtracSetDataAndGetID(08ca6f80, 0000280c): invalid RIFF header |
Midnight Club 3: Dub Edition |
v1.12.3 |
2024-07-29 |
80630006=sceAtracSetDataAndGetID(08ca6f80, 00003dcc): invalid RIFF header |
Midnight Club 3: Dub Edition |
v1.12.3 |
2024-07-29 |
80630006=sceAtracSetDataAndGetID(08ca6f80, 0000550c): invalid RIFF header |
Midnight Club 3: Dub Edition |
v1.12.3 |
2024-07-29 |
80630006=sceAtracSetDataAndGetID(08ca6f80, 0000664c): invalid RIFF header |
Midnight Club 3: Dub Edition |
v1.12.3 |
2024-07-29 |
80630006=sceAtracSetDataAndGetID(08caefc0, 00008000): invalid RIFF header |
Midnight Club 3: Dub Edition |
v1.12.3 |
2024-07-29 |
80630006=sceAtracSetDataAndGetID(08ca6f80, 00008000): invalid RIFF header |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-12 |
GE Interrupt: newState might be 7 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-12 |
GE Interrupt: newState might be 6 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-09 |
sceNetAdhocMatchingInit(9816) at 088fc4e8 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-09 |
ELF relocation HI16/1(16) pair (instead of LO16) at 08904614 / 08904618 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-09 |
ELF relocation HI16/1(16) pair (instead of LO16) at 08900c60 / 08900c6c |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-06-27 |
Normal projection mapping without normal? |
Midnight Club 3: Dub Edition |
v1.15.3 |
2024-04-23 |
Failed decrypting the PRX (ret = -1, size = 4914177, psp_size = 4914528)! |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-09-21 |
WriteToHardware: Invalid address 44d500eb near PC 08834278 LR 08834064 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-09-21 |
ReadFromHardware: Invalid address 44d500f3 near PC 08834274 LR 08834064 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-09-21 |
ReadFromHardware: Invalid address 44d500e3 near PC 08834018 LR 08836e28 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2024-01-29 |
__KernelStopThread: thread 340 does not exist (helper deleted) |
Midnight Club 3: Dub Edition |
v1.9.0 |
2024-01-29 |
Render to area containing texture at 04088000 +112x8 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-19 |
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)) |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-13 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
Branch in RSZeroComp delay slot at c4397143 in block starting at c439713f |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
Jump to invalid address: ccc00000 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 7e7e1a23 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 74300000 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 7e303e5f |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 0000507e |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 7e7e521a |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 7e7e465f |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 7e7e0f3d |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-12-09 |
MIPSCompileOp: Invalid instruction 0000007e |
Midnight Club 3: Dub Edition |
v1.13.1 |
2023-11-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-10-26 |
Can't draw: No current render step. Step count: 0 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-11-17 |
Could not setup streams, unexpected stream count: 50383 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-11-17 |
Unexpected mpeg first timestamp: 480000736e / 309237674862 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-10-18 |
sceGeBreak(mode=0, unknown=08a6ac20): unknown ptr (valid) |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-10-16 |
__KernelStopThread: thread 360 does not exist (helper deleted) |
Midnight Club 3: Dub Edition |
v1.16.6 |
2024-04-11 |
Failed to read valid video stream data from header |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-11-17 |
Could not setup streams, unexpected stream count: 13414 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-11-17 |
Unexpected mpeg first timestamp: d59a080000 / 917412249600 |
Midnight Club 3: Dub Edition |
v1.16.1 |
2023-09-23 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00000082:12182a82) |
Midnight Club 3: Dub Edition |
v1.16.1 |
2023-09-17 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00200082:12180000) |
Midnight Club 3: Dub Edition |
v1.16.1 |
2023-09-23 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00000000:12180000) |
Midnight Club 3: Dub Edition |
v1.16.1 |
2023-09-23 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00000382:12180000) |
Midnight Club 3: Dub Edition |
v1.16.1 |
2023-09-17 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00217082:12180000) |
Midnight Club 3: Dub Edition |
v1.16.1 |
2023-09-23 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00000082:12180000) |
Midnight Club 3: Dub Edition |
v1.16.1 |
2023-09-18 |
FS shader gen error: We only do array textures for framebuffers in Vulkan. (GLES: 00017082:12180000) |
Midnight Club 3: Dub Edition |
v1.15.4 |
2023-09-08 |
Rendering to framebuffer offset at 04162000 +384x0 (stride 512) |
Midnight Club 3: Dub Edition |
v1.15.3 |
2023-08-20 |
80630006=sceAtracSetDataAndGetID(08ca5900, 00008000): invalid RIFF header |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-10-18 |
Unimplemented HLE function Kprintf |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-10-18 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-11-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-07-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Midnight Club 3: Dub Edition |
v1.14.1 |
2023-07-31 |
UI scissor out of bounds in GameSettingsScreen: 335,0-1252,720 / 1504,720 |
Midnight Club 3: Dub Edition |
v1.15.4 |
2023-07-29 |
Failed decrypting the PRX (ret = -1, size = 4800544, psp_size = 4800880)! |
Midnight Club 3: Dub Edition |
v1.8.0 |
2023-06-25 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
Midnight Club 3: Dub Edition |
v1.15.4-105-g487d7856a |
2023-06-07 |
Unknown GE command : 5a956e27 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2023-11-17 |
__KernelStopThread: thread 308 does not exist (helper deleted) |
Midnight Club 3: Dub Edition |
v1.9.3-80-g73bf6098e |
2023-05-22 |
__KernelStopThread: thread 588 does not exist |
Midnight Club 3: Dub Edition |
v1.14.2 |
2023-05-09 |
UI scissor out of bounds in GameSettingsScreen: 238,0-1191,721 / 1440,720 |
Midnight Club 3: Dub Edition |
v1.14.2 |
2023-05-09 |
UI scissor out of bounds in MainScreen: 0,0-1078,721 / 1440,720 |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-04-23 |
Ignoring possible texturing from framebuffer at 04176000 +256x92 / 512x272 |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-04-23 |
Using texture with dynamic CLUT: texfmt=5, clutfmt=3 |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-06-26 |
Replacement rowPitch=256, but w=4096 (level=0) |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-03-11 |
Replacement rowPitch=512, but w=1200 (level=0) |
Midnight Club 3: Dub Edition |
v1.17.1 |
2024-04-11 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-02-25 |
__KernelStopThread: thread 317 does not exist (helper deleted) |
Midnight Club 3: Dub Edition |
v1.14.2 |
2023-02-20 |
Attempting to texture from current render target (src=04088000 / target=04088000 / flags=7), making a copy |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-02-14 |
Replacement rowPitch=256, but w=4320 (level=0) |
Midnight Club 3: Dub Edition |
v1.10.1 |
2023-02-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145232488 |
Midnight Club 3: Dub Edition |
v1.10.1 |
2023-02-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145224280 |
Midnight Club 3: Dub Edition |
v1.10.1 |
2023-02-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151249632 |
Midnight Club 3: Dub Edition |
v1.10.1 |
2023-02-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146210816 |
Midnight Club 3: Dub Edition |
v1.10.1 |
2023-02-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144296812 |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-01-09 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-01-09 |
00000400=sceGeEdramSetAddrTranslation(00001000) |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-01-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
Midnight Club 3: Dub Edition |
v1.14.4 |
2023-01-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.14.2 |
2023-01-09 |
UI scissor out of bounds in GameSettingsScreen: 262,0-1645,1080 / 960,544 |
Midnight Club 3: Dub Edition |
v1.13.2 |
2022-12-20 |
sceNetAdhocMatchingInit(32768) at 08a587d0 |
Midnight Club 3: Dub Edition |
v1.13.2 |
2022-12-20 |
80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data |
Midnight Club 3: Dub Edition |
v1.12.3 |
2022-12-01 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 33504256 |
Midnight Club 3: Dub Edition |
v1.12.3 |
2022-12-01 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 158723776 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2024-01-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2024-01-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=1, text=1 |
Midnight Club 3: Dub Edition |
v1.12.3 |
2022-12-01 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 29328 |
Midnight Club 3: Dub Edition |
v1.13.2 |
2022-10-25 |
sceIoIoctl(disc0:/UMD_DATA.BIN, 01020001, 00000000, 0, 08b84800, 800) |
Midnight Club 3: Dub Edition |
v1.13.2 |
2022-10-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 33144 |
Midnight Club 3: Dub Edition |
v1.15.4 |
2023-08-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.14.4-951-gaa66cc03f |
2024-10-06 |
Ignoring possible texturing from framebuffer at 04178000 +0x64 / 64x321 |
Midnight Club 3: Dub Edition |
v1.13.2-1317-gf12a5101e |
2022-10-06 |
Rendering from framebuf with offset 04000000 -> 04000000+0x0 |
Midnight Club 3: Dub Edition |
v1.13.1 |
2022-09-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
Midnight Club 3: Dub Edition |
v1.13.1 |
2022-08-21 |
Unknown GE command : b70431a5 |
Midnight Club 3: Dub Edition |
v1.9.0 |
2022-11-14 |
Unexpected mpeg first timestamp: 4d630303134 / 5317977977140 |
Midnight Club 3: Dub Edition |
v1.12.3 |
2022-07-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
Midnight Club 3: Dub Edition |
v1.16.6 |
2024-01-07 |
Savedata version requested: 3 |
Midnight Club 3: Dub Edition |
v1.12.3 |
2023-12-27 |
BREAK instruction hit |
Midnight Club 3: Dub Edition |
v1.12.3 |
2022-07-04 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1 |