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 |
Need for Speed™ Shift |
v1.17.1 |
2024-09-12 |
Unknown GetPointer 00000003 PC 08afce88 LR 0882d360 |
Need for Speed™ Shift |
v1.12.3 |
2024-08-26 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 040dc000 offset: 0 (128x128 stride 128, 5551) |
Need for Speed™ Shift |
v1.12.3 |
2024-08-26 |
sceGeBreak(mode=1, unknown=09ffd5e0): unknown ptr (valid) |
Need for Speed™ Shift |
v1.12.3 |
2024-08-26 |
FBO created from existing depthbuffer as color, 04088000/04110000 and 04000000/04088000 |
Need for Speed™ Shift |
v1.9.4 |
2024-08-22 |
Unknown GetPointer 00000000 PC 088287f0 LR 08828800 |
Need for Speed™ Shift |
v1.9.4 |
2024-08-22 |
Unknown GetPointer 00000000 PC 08816148 LR 0881615c |
Need for Speed™ Shift |
v1.10.2 |
2024-07-03 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08228644, firstSym=082284c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228654, firstSym=082284e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228658, firstSym=082284e8, varData=00000000, extra=00000000
|
Need for Speed™ Shift |
v1.17.1 |
2024-06-29 |
Unexpected mpeg first timestamp: 5e08b7b45fe / 6461970925054 |
Need for Speed™ Shift |
v1.17.1 |
2024-06-29 |
Unexpected mpeg first timestamp: 291f4f1460e / 2825902966286 |
Need for Speed™ Shift |
v1.17.1 |
2024-06-29 |
Unexpected mpeg first timestamp: c5af1ca6d8b / 13584743165323 |
Need for Speed™ Shift |
v1.17.1 |
2024-06-29 |
Unexpected mpeg first timestamp: 4b90984ed38 / 5192775167288 |
Need for Speed™ Shift |
v1.17.1 |
2024-06-29 |
Unexpected mpeg first timestamp: 4f4f9acbd88 / 5450207378824 |
Need for Speed™ Shift |
v1.9.4 |
2024-08-22 |
Savedata version requested on save: 3 |
Need for Speed™ Shift |
v1.14.4 |
2024-03-05 |
Ignoring possible texturing from framebuffer at 04176000 +256x150 / 512x272 |
Need for Speed™ Shift |
v1.17.1 |
2024-06-12 |
Unknown GetPointer 00000002 PC 08afce88 LR 0882d360 |
Need for Speed™ Shift |
v1.17.1 |
2024-10-03 |
Unknown GetPointer 00000010 PC 08afce88 LR 0882d360 |
Need for Speed™ Shift |
v1.17.1 |
2024-09-19 |
Unknown GetPointer 00000005 PC 08afce88 LR 0882d360 |
Need for Speed™ Shift |
v1.12.2 |
2024-02-08 |
sceGeBreak(mode=0, unknown=08d09918): unknown ptr (valid) |
Need for Speed™ Shift |
v1.16.6-236-g53df5093d |
2024-08-18 |
Failed to read valid video stream data from header |
Need for Speed™ Shift |
v1.17.1 |
2024-10-10 |
Can't draw: No current render step. Step count: 0 |
Need for Speed™ Shift |
v1.13.2 |
2023-12-27 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000 |
Need for Speed™ Shift |
v1.13.2 |
2023-12-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
Need for Speed™ Shift |
v1.13.2 |
2023-12-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
Need for Speed™ Shift |
v1.16.6 |
2023-11-19 |
Unknown GetPointerWrite 00000010 PC 0882d348 LR 0882d360 |
Need for Speed™ Shift |
v1.11.3 |
2023-11-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=2, text=2 |
Need for Speed™ Shift |
v1.11.3 |
2023-11-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=1, text=1 |
Need for Speed™ Shift |
v1.6.3-312-g31646d6c8 |
2023-09-22 |
Unknown GetPointer 000002d0 PC 08804000 LR 00000000 |
Need for Speed™ Shift |
v1.14.2 |
2023-08-31 |
UI scissor out of bounds in MainScreen: 52,0-1106,721 / 1520,720 |
Need for Speed™ Shift |
v1.6.3 |
2023-07-08 |
Error in shader program link: info: Link failed because of missing fragment shader.
fs: 00000000:01000000 StenToAlpha StenUniform
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform float u_stencilReplaceValue;
in vec4 v_color0;
out vec4 fragColor0;
void main() {
vec4 v = v_color0 ;
fragColor0 = vec4(v.rgb, u_stencilReplaceValue);
}
vs: 00000000:0000000a THR C
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
Need for Speed™ Shift |
v1.14.4 |
2023-06-02 |
Ignoring possible texturing from framebuffer at 04176000 +0x130 / 512x272 |
Need for Speed™ Shift |
v1.17.1-980-gabaea0197b |
2024-08-29 |
No DL ID available to enqueue |
Need for Speed™ Shift |
v1.9.0 |
2023-05-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1 |
Need for Speed™ Shift |
v1.9.0 |
2023-05-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=0892b22c, pos=0, access=1, data=2, text=2 |
Need for Speed™ Shift |
v1.14.4 |
2023-05-19 |
Ignoring possible texturing from framebuffer at 04176000 +896x200 / 512x272 |
Need for Speed™ Shift |
v1.14.2 |
2023-05-12 |
Unexpected mpeg first timestamp: cc87088f2db / 14055021015771 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-16 |
Ignoring possible texturing from framebuffer at 04176000 +512x127 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-11 |
Ignoring possible texturing from framebuffer at 04176000 +1792x112 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-10 |
Ignoring possible texturing from framebuffer at 04176000 +256x146 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-16 |
Ignoring possible texturing from framebuffer at 04176000 +1792x96 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-06-01 |
Ignoring possible texturing from framebuffer at 04176000 +1408x214 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-09 |
Ignoring possible texturing from framebuffer at 04176000 +1792x176 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-16 |
Ignoring possible texturing from framebuffer at 04176000 +768x133 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-16 |
Ignoring possible texturing from framebuffer at 04176000 +256x107 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-07 |
Ignoring possible texturing from framebuffer at 04176000 +1280x119 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-04 |
Ignoring possible texturing from framebuffer at 04176000 +384x157 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-03 |
Ignoring possible texturing from framebuffer at 04178000 +0x250 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-02 |
Ignoring possible texturing from framebuffer at 04176000 +512x142 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-01 |
Ignoring possible texturing from framebuffer at 04176000 +1408x198 / 512x272 |
Need for Speed™ Shift |
v1.14.4-1001-g5855c3ebb |
2023-05-04 |
Ignoring possible texturing from framebuffer at 04176000 +512x178 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-19 |
Ignoring possible texturing from framebuffer at 04178000 +832x249 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-15 |
Ignoring possible texturing from framebuffer at 04176000 +1792x105 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-12-15 |
Ignoring possible texturing from framebuffer at 04176000 +256x132 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-07 |
Ignoring possible texturing from framebuffer at 04176000 +0x142 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-12 |
Ignoring possible texturing from framebuffer at 04176000 +512x176 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-06 |
Ignoring possible texturing from framebuffer at 04176000 +640x248 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-01 |
Ignoring possible texturing from framebuffer at 04176000 +768x124 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-01 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
Need for Speed™ Shift |
v1.14.4 |
2023-03-01 |
Normal projection mapping without normal? |
Need for Speed™ Shift |
v1.12.3 |
2023-02-27 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-08 |
Ignoring possible texturing from framebuffer at 04176000 +1792x134 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-02-11 |
Ignoring possible texturing from framebuffer at 04176000 +1024x154 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2024-02-27 |
Ignoring possible texturing from framebuffer at 04176000 +1024x104 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-31 |
Ignoring possible texturing from framebuffer at 04176000 +1280x96 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-02-17 |
Ignoring possible texturing from framebuffer at 04176000 +0x149 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-29 |
Ignoring possible texturing from framebuffer at 04176000 +1536x85 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-02-12 |
Ignoring possible texturing from framebuffer at 04176000 +896x171 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-29 |
Ignoring possible texturing from framebuffer at 04176000 +512x138 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-27 |
Ignoring possible texturing from framebuffer at 04176000 +768x135 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-05-05 |
Ignoring possible texturing from framebuffer at 04176000 +1920x208 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-25 |
Ignoring possible texturing from framebuffer at 04176000 +1280x189 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-05-17 |
Ignoring possible texturing from framebuffer at 04176000 +0x132 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-05-17 |
Ignoring possible texturing from framebuffer at 04176000 +128x251 / 512x272 |
Need for Speed™ Shift |
v1.12.2 |
2023-01-19 |
Unknown GE command : b6ae403c |
Need for Speed™ Shift |
v1.14.4 |
2023-01-19 |
Ignoring possible texturing from framebuffer at 04176000 +1536x84 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-18 |
Ignoring possible texturing from framebuffer at 04176000 +1792x209 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-08 |
Ignoring possible texturing from framebuffer at 04176000 +256x177 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-08 |
Ignoring possible texturing from framebuffer at 04176000 +256x163 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-17 |
Ignoring possible texturing from framebuffer at 04176000 +256x143 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-08 |
Ignoring possible texturing from framebuffer at 04176000 +1024x132 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-13 |
Ignoring possible texturing from framebuffer at 04176000 +0x143 / 512x272 |
Need for Speed™ Shift |
v1.14.4-861-g4e9db4d34 |
2023-04-13 |
Ignoring possible texturing from framebuffer at 04176000 +128x99 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-09 |
Ignoring possible texturing from framebuffer at 04176000 +768x85 / 512x272 |
Need for Speed™ Shift |
v1.10.3-387-g6ca01d588 |
2023-01-11 |
Texturing from framebuffer with incompatible format 5551 != 8888 at 04110000 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-08 |
Ignoring possible texturing from framebuffer at 04176000 +1280x118 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-08 |
Ignoring possible texturing from framebuffer at 04176000 +1920x221 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-05 |
Ignoring possible texturing from framebuffer at 04176000 +512x112 / 512x272 |
Need for Speed™ Shift |
v1.14.2 |
2023-01-02 |
Ignoring possible texturing from framebuffer at 04178000 +1408x251 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-03-20 |
Ignoring possible texturing from framebuffer at 04176000 +1792x121 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-08-25 |
Ignoring possible texturing from framebuffer at 04176000 +1408x239 / 512x272 |
Need for Speed™ Shift |
v1.14.1 |
2022-12-31 |
Ignoring possible texturing from framebuffer at 04176000 +1920x253 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-02-21 |
Ignoring possible texturing from framebuffer at 04176000 +1280x206 / 512x272 |
Need for Speed™ Shift |
v1.14.1 |
2022-12-30 |
Ignoring possible texturing from framebuffer at 04176000 +1792x66 / 512x272 |
Need for Speed™ Shift |
v1.14.1 |
2022-12-29 |
Ignoring possible texturing from framebuffer at 04176000 +1536x131 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-16 |
Ignoring possible texturing from framebuffer at 04176000 +512x160 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2024-07-31 |
Ignoring possible texturing from framebuffer at 04176000 +256x110 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-04-24 |
Ignoring possible texturing from framebuffer at 04176000 +1536x115 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-05-23 |
Ignoring possible texturing from framebuffer at 04176000 +128x231 / 512x272 |
Need for Speed™ Shift |
v1.14.4 |
2023-01-08 |
Ignoring possible texturing from framebuffer at 04176000 +512x222 / 512x272 |