Recent logs - NEED FOR SPEED™ Carbon OTC

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.18.1 2025-02-05 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:182: 'outerProduct' : no matching overloaded function found ERROR: 0:182: '=' : cannot convert from 'const float' to '4X4 matrix of float' ERROR: 2 compilation errors. No code generated. 00080000:00007b08 HWX C T N Spline TessC TessT TessRevN #version 300 es // Driver: Adreno (TM) 306 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00080000:00007b08 HWX C T N Spline TessC TessT TessRevN in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; uniform sampler2D u_tess_points; uniform sampler2D u_tess_weights_u; uniform sampler2D u_tess_weights_v; uniform int u_spline_counts; vec2 tess_sample(in vec2 points[16], mat4 weights) { vec2 pos = vec2(0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } vec3 tess_sample(in vec3 points[16], mat4 weights) { vec3 pos = vec3(0.0, 0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } vec4 tess_sample(in vec4 points[16], mat4 weights) { vec4 pos = vec4(0.0, 0.0, 0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } struct Tess { vec3 pos; vec2 tex; vec4 col; }; void tessellate(out Tess tess) { ivec2 point_pos = ivec2(position.z, normal.z); ivec2 weight_idx = ivec2(position.xy); vec3 _pos[16]; vec2 _tex[16]; vec4 _col[16]; int index_u, index_v; index_u = (0 + point_pos.x); index_v = (0 + point_pos.y); _pos[0] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; _tex[0] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts, index_v), 0).xy; _col[0] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts * 2, index_v), 0).rgba; index_u = (1 + point_pos.x); index_v = (0 + point_pos.y); _pos[1] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; _tex[1] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts, index_v), 0).xy; _col[1] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts * 2, index_v), 0).rgba; index_u = (2 + point_pos.x); index_v =
NEED FOR SPEED™ Carbon OTC v1.18.1 2025-02-05 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:166: 'outerProduct' : no matching overloaded function found ERROR: 0:166: '=' : cannot convert from 'const float' to '4X4 matrix of float' ERROR: 2 compilation errors. No code generated. 00080000:00005b08 HWX C T N Spline TessC TessRevN #version 300 es // Driver: Adreno (TM) 306 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 00080000:00005b08 HWX C T N Spline TessC TessRevN in vec3 position; in mediump vec3 normal; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_depthRange; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; uniform sampler2D u_tess_points; uniform sampler2D u_tess_weights_u; uniform sampler2D u_tess_weights_v; uniform int u_spline_counts; vec2 tess_sample(in vec2 points[16], mat4 weights) { vec2 pos = vec2(0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } vec3 tess_sample(in vec3 points[16], mat4 weights) { vec3 pos = vec3(0.0, 0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } vec4 tess_sample(in vec4 points[16], mat4 weights) { vec4 pos = vec4(0.0, 0.0, 0.0, 0.0); pos += weights[0][0] * points[0]; pos += weights[0][1] * points[1]; pos += weights[0][2] * points[2]; pos += weights[0][3] * points[3]; pos += weights[1][0] * points[4]; pos += weights[1][1] * points[5]; pos += weights[1][2] * points[6]; pos += weights[1][3] * points[7]; pos += weights[2][0] * points[8]; pos += weights[2][1] * points[9]; pos += weights[2][2] * points[10]; pos += weights[2][3] * points[11]; pos += weights[3][0] * points[12]; pos += weights[3][1] * points[13]; pos += weights[3][2] * points[14]; pos += weights[3][3] * points[15]; return pos; } struct Tess { vec3 pos; vec2 tex; vec4 col; }; void tessellate(out Tess tess) { ivec2 point_pos = ivec2(position.z, normal.z); ivec2 weight_idx = ivec2(position.xy); vec3 _pos[16]; vec2 _tex[16]; vec4 _col[16]; int index_u, index_v; index_u = (0 + point_pos.x); index_v = (0 + point_pos.y); _pos[0] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; _col[0] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts * 2, index_v), 0).rgba; index_u = (1 + point_pos.x); index_v = (0 + point_pos.y); _pos[1] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; _col[1] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts * 2, index_v), 0).rgba; index_u = (2 + point_pos.x); index_v = (0 + point_pos.y); _pos[2] = texelFetch(u_tess_points, ivec2(index_u, index_v), 0).xyz; _col[2] = texelFetch(u_tess_points, ivec2(index_u + u_spline_counts * 2, index_v), 0).rgba; in
NEED FOR SPEED™ Carbon OTC v1.18.1 2024-11-15 WriteToHardware: Invalid address a6040290 near PC 08881290 LR 08881290
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-11-07 Branch in branch delay slot at 08b4bcdc with different target
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-29 WriteToHardware: Invalid address 0000028c near PC 08881298 LR 08881298
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-29 Jump to invalid address: 030d8ba0
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-29 WriteToHardware: Invalid address 0000028c near PC 08881290 LR 08881290
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-28 WriteToHardware: Invalid address 0000028c near PC 08861c68 LR 08861c68
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-28 WriteToHardware: Invalid address 00000460 near PC 08875abc LR 08875ce8
NEED FOR SPEED™ Carbon OTC v1.12.3 2024-10-28 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=1, text=1
NEED FOR SPEED™ Carbon OTC v1.12.3 2024-10-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349424
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-03 MIPSCompileOp: Invalid instruction 000024fd
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-03 Jump to invalid address: 02bb0400
NEED FOR SPEED™ Carbon OTC v1.10.2 2024-07-05 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-06-06 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-06-06 sceKernelLoadModuleByID: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-06-06 sceKernelLoadModuleByID: unsupported options size=00000014, flags=80010002, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ Carbon OTC v1.17.1-491-g9cdd97c13b 2024-05-26 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 089fbd68
NEED FOR SPEED™ Carbon OTC v1.10.3 2024-04-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765
NEED FOR SPEED™ Carbon OTC v1.10.3 2024-04-01 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-12-21 UI scissor out of bounds in GameSettingsScreen: 564,0-2046,1088 / 2478,1088
NEED FOR SPEED™ Carbon OTC v1.13.1 2023-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -559038737
NEED FOR SPEED™ Carbon OTC v1.13.1 2023-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146162440
NEED FOR SPEED™ Carbon OTC v1.13.1 2023-12-03 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 102464
NEED FOR SPEED™ Carbon OTC v1.13.1 2023-12-03 sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid)
NEED FOR SPEED™ Carbon OTC v1.13.1 2023-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145477060
NEED FOR SPEED™ Carbon OTC v1.13.1 2023-12-03 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 2568
NEED FOR SPEED™ Carbon OTC v1.11.3-1233-g9de942087 2023-11-07 Failed to read valid video stream data from header
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-10-26 FBO using existing buffer as depthbuffer, 04154000/04110000 and 04110000/04110000
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-10-26 Render to texture with different strides 512 != 256
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-12-03 Ignoring func export scePsmfPlayer/a72db4f9, already implemented in HLE.
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-12-03 Ignoring func export scePsmfPlayer/76c0f4ae, already implemented in HLE.
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-12-03 Ignoring func export scePsmfPlayer/9b71a274, already implemented in HLE.
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-12-03 Ignoring func export scePsmfPlayer/2d0e4e0a, already implemented in HLE.
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-12-03 Ignoring func export scePsmfPlayer/58b83577, already implemented in HLE.
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-12-03 Ignoring func export scePsmfPlayer/235d8787, already implemented in HLE.
NEED FOR SPEED™ Carbon OTC v1.17.1-817-g13506d3d02 2024-09-27 Can't draw: No current render step. Step count: 0
NEED FOR SPEED™ Carbon OTC v1.11.3 2023-09-11 Unknown GetPointer 00000000 PC 088815e8 LR 088815e4
NEED FOR SPEED™ Carbon OTC v1.13.2 2023-08-20 __KernelStopThread: thread 986 does not exist
NEED FOR SPEED™ Carbon OTC v1.15.4 2023-07-22 __KernelStopThread: thread 656 does not exist (ApctlThread deleted)
NEED FOR SPEED™ Carbon OTC v1.15.4 2023-07-22 __KernelStopThread: thread 656 does not exist (ApctlThread stopped)
NEED FOR SPEED™ Carbon OTC v1.15.4 2023-07-12 ReadFromHardware: Invalid address 00026cd4 near PC 08a13460 LR 08a1346c
NEED FOR SPEED™ Carbon OTC v1.15.4 2023-07-12 ReadFromHardware: Invalid address 00026cd0 near PC 08a1345c LR 08a1346c
NEED FOR SPEED™ Carbon OTC v1.12.2 2023-06-21 sceKernelLoadModuleByID: unsupported options size=00000014, flags=000001a9, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-06-28 Attempting to texture from current render target (src=04000000 / target=04000000 / flags=7), making a copy
NEED FOR SPEED™ Carbon OTC v1.15.3 2023-05-24 __KernelStopThread: thread 326 does not exist (ApctlThread stopped)
NEED FOR SPEED™ Carbon OTC v1.12.2 2023-05-21 WriteToHardware: Invalid address 00000460 near PC 0885f674 LR 0885f4d0
NEED FOR SPEED™ Carbon OTC v1.9.4 2023-05-15 WriteToHardware: Invalid address 00000460 near PC 08880e48 LR 08881834
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-02-12 ReadFromHardware: Invalid address 00000094 near PC 08853d98 LR 08b53044
NEED FOR SPEED™ Carbon OTC v1.14.4 2023-04-22 WriteToHardware: Invalid address 00000468 near PC 08000000 LR 08000000
NEED FOR SPEED™ Carbon OTC v1.6.3-312-g31646d6c8 2023-03-26 Error in shader program link: info: (unknown reason) fs: 00000000:00000022 Tex TexAlpha TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; fragColor0 = v; } vs: 00000000:00000918 HWX C T Tex #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 vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; out mediump vec3 v_texcoord; 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; v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); }
NEED FOR SPEED™ Carbon OTC v1.11.3 2023-03-11 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ Carbon OTC v1.11.3 2023-03-11 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=1, text=1
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-02-11 UI scissor out of bounds in GameSettingsScreen: 367,0-1835,1082 / 2220,1041
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-02-11 UI scissor out of bounds in GameSettingsScreen: 0,112-1081,1978 / 2220,1080
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-02-11 UI scissor out of bounds in GameSettingsScreen: 367,0-1835,1081 / 1080,2220
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-02-05 UI scissor out of bounds in DisplayLayoutScreen: 1257,0-343,721 / 1600,720
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-02-05 UI scissor out of bounds in DisplayLayoutScreen: 55,0-480,721 / 1600,720
NEED FOR SPEED™ Carbon OTC v1.14.1 2023-02-20 UI scissor out of bounds in MainScreen: 55,0-1180,721 / 1600,720
NEED FOR SPEED™ Carbon OTC v1.17.1 2024-10-29 WriteToHardware: Invalid address 00000460 near PC 08881290 LR 08881290
NEED FOR SPEED™ Carbon OTC v1.14.2 2023-01-15 UI scissor out of bounds in GameSettingsScreen: 279,0-1231,721 / 1520,720
NEED FOR SPEED™ Carbon OTC v1.14.1 2024-04-01 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-19 VTYPE with morph used: THRU=0 TC=2 COL=0 POS=2 NRM=1 WT=1 NW=5 IDX=2 MC=8
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-19 An uneaten prefix at end of block: 08c18e10
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-17 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144920332
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-17 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144908724
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-17 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153294704
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-17 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316352
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-17 sceKernelLoadModule: unsupported options size=00000014, flags=08987780, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-17 sceKernelLoadModule: unsupported options size=00000014, flags=08987780, pos=0, access=1, data=1, text=1
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-28 sceKernelLoadModule: unsupported options size=00000014, flags=08880000, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=0000001c, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08a1d400, pos=0, access=1, data=1, text=1
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144849144
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144841164
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 108
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145732183
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143861348
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-11-04 An uneaten prefix at end of block: 0893bd34
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-11-04 sceKernelCreateSema(KSAP_ThLockSema) unsupported attr parameter: 00000011
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-11-04 sceKernelCreateSema(KSAP_FnLockSema) unsupported attr parameter: 00000011
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-10-22 Jump to invalid address: 06b37680 PC 099c24ac LR 089aa1e4
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-10-22 Branch in Jump delay slot at 099c24a8 in block starting at 099c24a0
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-10-22 Jump to invalid address: 0312a2a0 PC 099c24a8 LR 089aa1e4
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-10-22 Branch in Jump delay slot at 099c24a4 in block starting at 099c24a0
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-10-22 Jump to invalid address: 068c97c0 PC 099c24a4 LR 089aa1e4
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-10-22 Branch in Jump delay slot at 099c24a0 in block starting at 099c24a0
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-10-22 Jump to invalid address: 06707fc0 PC 099c24a0 LR 089aa1e4
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-04 Unimplemented HLE function Kprintf
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-11-04 sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-09-26 Ignoring possible texturing from framebuffer at 04156000 +0x128 / 128x272
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-09-26 Decoding texture from VRAM mirror at 04710000 swizzle=0
NEED FOR SPEED™ Carbon OTC v1.12.3 2024-10-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059588
NEED FOR SPEED™ Carbon OTC v1.12.3 2024-10-28 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=2, text=2
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-09-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 33504256
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-09-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148355080
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-09-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147002140
NEED FOR SPEED™ Carbon OTC v1.12.3 2022-09-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146993220
NEED FOR SPEED™ Carbon OTC v1.13.2 2022-12-02 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851792
NEED FOR SPEED™ Carbon OTC v1.11 2022-08-26 WriteToHardware: Invalid address 0000028c near PC 08a6bba8 LR 08a6b9fc