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™ Carbon OTC |
v1.6.3 |
2026-04-30 |
Error in shader program link: info: Link failed because of missing shader.
fs: 00000000:00e00822 Tex TexProj TexAlpha LM Fog 2x TFuncMod
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
in vec3 v_color1;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
inout vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 t = textureProj(tex, v_texcoord);
vec4 p = v_color0;
vec4 v = p * t + s;
v.rgb = v.rgb * 2.0;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 01030000:0005095d HWX C T LM Fog Tex TexProjUV UVMtx Light: MatUp:3
#version 300 es
precision highp float;
in vec3 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mediump mat4 u_texmtx;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out lowp vec3 v_color1;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = vec3(0.0);
v_texcoord = (u_texmtx * vec4(texcoord.xy, 0.0, 1.0)).xyz * vec3(u_uvscaleoffset.xy, 1.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
| NEED FOR SPEED™ Carbon OTC |
v1.11.3 |
2026-04-19 |
FBO using existing buffer as depthbuffer, 04020000/04000000 and 04000000/00000000 |
| NEED FOR SPEED™ Carbon OTC |
v1.11.3 |
2026-04-19 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 0404c000 offset: 0 (128x128 stride 512, 8888) |
| NEED FOR SPEED™ Carbon OTC |
v1.11.3 |
2026-04-19 |
FBO created from existing depthbuffer as color, 04000000/00000000 and 04020000/04000000 |
| NEED FOR SPEED™ Carbon OTC |
v1.11.3 |
2026-04-19 |
FBO created from existing depthbuffer as color, 04000000/00000000 and 0404c000/04000000 |
| NEED FOR SPEED™ Carbon OTC |
v1.11.3 |
2026-04-19 |
FBO created from existing depthbuffer as color, 04000000/00000000 and 040d4000/04000000 |
| NEED FOR SPEED™ Carbon OTC |
v1.11.3 |
2026-04-19 |
Rendering from framebuf with offset 040d43c0 -> 040d4000+480x0 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2025-11-01 |
ReadFromHardware: Invalid address 00000014 near PC 088555e0 LR 08856094 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in Jump delay slot at 08c36320 in block starting at 08c36310 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
ReadFromHardware: Invalid address 00004246 near PC 08c36308 LR 088802b8 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in branch delay slot at 046882e8 with different target |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in RSZeroComp delay slot at 046882e4 in block starting at 04688264 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Jump to invalid address: 028c0000 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
MIPSCompileOp: Invalid instruction 43124353 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
MIPSCompileOp: Invalid instruction 43334374 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
MIPSCompileOp: Invalid instruction 4b734353 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
MIPSCompileOp: Invalid instruction 4b734373 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
MIPSCompileOp: Invalid instruction 43123af1 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
MIPSCompileOp: Invalid instruction 428d39ea |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in branch delay slot at 04681924 with different target |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in branch delay slot at 0468191c with different target |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in branch delay slot at 04681918 with different target |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in branch delay slot at 0467b004 with different target |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in branch delay slot at 0467b000 with different target |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in Jump delay slot at 08c36320 in block starting at 08c3631c |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Jump to invalid address: 03235c00 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Branch in Jump delay slot at 08c36320 in block starting at 08c36308 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Jump to invalid address: 03233800 |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-06-17 |
__KernelStopThread: thread 306 does not exist (ApctlThread stopped) |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-06-17 |
__KernelStopThread: thread 306 does not exist (ApctlThread deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-06-08 |
WriteToHardware: Invalid address 00000460 near PC 08a24fbc LR 08a25054 |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-06-07 |
WriteToHardware: Invalid address 00000460 near PC 089f78e4 LR 089f7938 |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-05-31 |
__KernelStopThread: thread 1342 does not exist (ApctlThread deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-05-31 |
__KernelStopThread: thread 1342 does not exist (ApctlThread stopped) |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-04-23 |
ReadFromHardware: Invalid address be95127c near PC be95127c LR 08a22a94 |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-04-16 |
MIPSCompileOp: Invalid instruction 63636363 |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-04-15 |
WriteToHardware: Invalid address 00000460 near PC 089f6c38 LR 089f6d6c |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-04-13 |
__KernelStopThread: thread 403 does not exist (ApctlThread deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-04-13 |
__KernelStopThread: thread 403 does not exist (ApctlThread stopped) |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2024-08-24 |
WriteToHardware: Invalid address 0000028c near PC 08b6b4ac LR 0886d5e0 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2024-08-13 |
__KernelStopThread: thread 762 does not exist (ApctlThread stopped) |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-06-05 |
Failed to truncate file. |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2024-07-07 |
WriteToHardware: Invalid address 0000028c near PC 08a6bba8 LR 08a6b9fc |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2024-06-02 |
Jump to invalid address: 05e82f00 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-491-g9cdd97c13b |
2024-05-19 |
Unexpected mpeg first timestamp: 55170a322b / 365458764331 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2024-04-10 |
__KernelStopThread: thread 1278 does not exist (ApctlThread deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2024-04-10 |
__KernelStopThread: thread 567 does not exist (ApctlThread deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2024-04-03 |
Unable to allocate kernel object, too many objects slots in use. |
| NEED FOR SPEED™ Carbon OTC |
v1.9.4 |
2024-01-08 |
__KernelStopThread: thread 617 does not exist |
| NEED FOR SPEED™ Carbon OTC |
v1.16.6 |
2023-12-23 |
__KernelStopThread: thread 447 does not exist (ApctlThread deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.16.6 |
2023-12-23 |
__KernelStopThread: thread 447 does not exist (ApctlThread stopped) |
| NEED FOR SPEED™ Carbon OTC |
v1.16.6 |
2023-12-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=2 |
| NEED FOR SPEED™ Carbon OTC |
v1.16.6 |
2023-12-21 |
Video out requested, not supported: mode=0 size=512,272 |
| NEED FOR SPEED™ Carbon OTC |
v1.16.4 |
2023-11-24 |
__KernelStopThread: thread 305 does not exist (helper deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.16.6 |
2023-11-08 |
__KernelStopThread: thread 333 does not exist (helper deleted) |
| NEED FOR SPEED™ Carbon OTC |
v1.9.3-80-g73bf6098e |
2023-10-30 |
__KernelStopThread: thread 359 does not exist |
| NEED FOR SPEED™ Carbon OTC |
v1.9.3-80-g73bf6098e |
2023-10-30 |
__KernelStopThread: thread 357 does not exist |
| NEED FOR SPEED™ Carbon OTC |
v1.12.3 |
2023-10-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbe9a8, pos=0, access=1, data=2, text=2 |
| NEED FOR SPEED™ Carbon OTC |
v1.9.3-80-g73bf6098e |
2023-10-22 |
__KernelStopThread: thread 1043 does not exist |
| NEED FOR SPEED™ Carbon OTC |
v1.9.3-80-g73bf6098e |
2023-10-22 |
__KernelStopThread: thread 340 does not exist |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-09-18 |
Can't draw: No current render step. Step count: 0 |
| NEED FOR SPEED™ Carbon OTC |
v1.16.5 |
2023-10-13 |
Block transfer invalid: 00000000/0 -> 00000000/0, 1024x1024x2 (0,0)->(0,0) |
| NEED FOR SPEED™ Carbon OTC |
v1.15.4 |
2023-09-12 |
Branch in Jump delay slot at 08c36314 in block starting at 08c36308 |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1-1324-g3289614348 |
2025-10-25 |
Jump to invalid address: 030d8ba0 |
| NEED FOR SPEED™ Carbon OTC |
v1.15.4-1043-g8e013b310 |
2023-08-26 |
WriteToHardware: Invalid address 0000028c near PC 08881290 LR 08881290 |
| NEED FOR SPEED™ Carbon OTC |
v1.15.4 |
2023-08-14 |
__KernelStopThread: thread 730 does not exist (ApctlThread stopped) |
| NEED FOR SPEED™ Carbon OTC |
v1.15.4 |
2023-06-16 |
WriteToHardware: Invalid address 00000460 near PC 08aba6d0 LR 08aba05c |
| NEED FOR SPEED™ Carbon OTC |
v1.15.2 |
2023-05-07 |
WriteToHardware: Invalid address 00000460 near PC 08a6bb54 LR 08a6b9fc |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2025-04-14 |
WriteToHardware: Invalid address 00000460 near PC 08000000 LR 08000000 |
| NEED FOR SPEED™ Carbon OTC |
v1.15.2 |
2023-05-07 |
WriteToHardware: Invalid address 00000460 near PC 0899f760 LR 089af218 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.4 |
2023-05-05 |
WriteToHardware: Invalid address 00000460 near PC 08890284 LR 0888e5f0 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.4 |
2023-05-05 |
WriteToHardware: Invalid address 00000460 near PC 08a6bd0c LR 08a6b99c |
| NEED FOR SPEED™ Carbon OTC |
v1.18.1 |
2024-12-03 |
Block transfer invalid: 00000000/0 -> 040d4000/0, 1024x1024x2 (0,0)->(0,0) |
| NEED FOR SPEED™ Carbon OTC |
v1.14.4 |
2023-05-01 |
WriteToHardware: Invalid address 00000460 near PC 08b54870 LR 08b54870 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.4 |
2023-04-28 |
Replacement rowPitch=1024, but w=2048 (level=0) |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-04-09 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
| NEED FOR SPEED™ Carbon OTC |
v1.14.2 |
2023-03-16 |
UI scissor out of bounds in MainScreen: 46,0-1213,721 / 1600,720 |
| NEED FOR SPEED™ Carbon OTC |
v1.13.1 |
2023-03-13 |
Jump to invalid address: 0a802d50 |
| NEED FOR SPEED™ Carbon OTC |
v1.13.1 |
2023-03-13 |
MIPSCompileOp: Invalid instruction ef22ee11 |
| NEED FOR SPEED™ Carbon OTC |
v1.13.2 |
2023-02-12 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-02-08 |
UI scissor out of bounds in GameSettingsScreen: 182,0-813,588 / 960,588 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-02-08 |
UI scissor out of bounds in MainScreen: 0,1079-92,151 / 562,960 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-02-08 |
UI scissor out of bounds in MainScreen: 187,921-92,151 / 562,960 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-02-08 |
UI scissor out of bounds in MainScreen: 93,921-92,151 / 562,960 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-02-08 |
UI scissor out of bounds in MainScreen: 0,921-92,151 / 562,960 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-02-08 |
UI scissor out of bounds in MainScreen: 0,800-330,837 / 562,960 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-02-08 |
UI scissor out of bounds in MainScreen: 0,709-330,928 / 562,960 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.4 |
2023-02-22 |
Replacement rowPitch=256, but w=620 (level=0) |
| NEED FOR SPEED™ Carbon OTC |
v1.17.1 |
2025-07-16 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0893b39c |
| NEED FOR SPEED™ Carbon OTC |
v1.14.4 |
2023-03-28 |
Replacement rowPitch=512, but w=880 (level=0) |
| NEED FOR SPEED™ Carbon OTC |
v1.16.6 |
2024-01-30 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2023-01-12 |
UI scissor out of bounds in GameSettingsScreen: 210,0-1060,800 / 1208,800 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in GameSettingsScreen: 0,85-720,1096 / 1280,720 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.2 |
2023-01-06 |
UI scissor out of bounds in GameSettingsScreen: 497,0-1755,405 / 1280,720 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2022-12-26 |
Jump to invalid address: 03dbab80 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2022-12-26 |
Branch in Jump delay slot at 09fff3d8 in block starting at 09fff390 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2022-12-26 |
Jump to invalid address: 032ce200 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2022-12-26 |
Jump to invalid address: 02ea7560 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2022-12-26 |
Jump to invalid address: 02929990 |
| NEED FOR SPEED™ Carbon OTC |
v1.14.1 |
2022-12-26 |
Branch in Jump delay slot at 09fff398 in block starting at 09fff390 |