Recent logs - CARS

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
CARS v1.17.1 2024-02-16 sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2
CARS v1.17.1 2024-02-16 sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=1, text=1
CARS v1.17.1 2024-02-27 Can't draw: No current render step. Step count: 0
CARS v1.16.6 2024-02-01 Savedata loading with detected hashmode 3 instead of file's 5
CARS v1.16.6 2024-02-01 ELF relocation HI16/1(16) pair (instead of LO16) at 0888f814 / 0888f818
CARS v1.16.6 2024-02-01 ELF relocation HI16/1(16) pair (instead of LO16) at 0888f6a0 / 0888f6a4
CARS v1.16.6 2024-02-01 ELF relocation HI16/1(16) pair (instead of LO16) at 0888208c / 08882090
CARS v1.16.6 2024-02-01 ELF relocation HI16/1(16) pair (instead of LO16) at 08881db4 / 08881db8
CARS v1.16.6 2024-01-14 Jump to invalid address: 0568e360
CARS v1.16.6 2024-01-14 sceKernelLoadModule: unsupported options size=00000014, flags=089d33b8, pos=0, access=1, data=2, text=2
CARS v1.16.6 2023-11-22 sceKernelLoadModule: unsupported options size=00000014, flags=02000200, pos=0, access=1, data=2, text=2
CARS v1.16.6 2023-11-22 sceKernelLoadModule: unsupported options size=00000014, flags=08ad0000, pos=0, access=1, data=1, text=1
CARS v1.16.5 2023-10-12 sceNetAdhocMatchingInit(32768) at 08a719c8
CARS v1.14 2023-09-28 UI scissor out of bounds in GameSettingsScreen: 422,0-1496,816 / 1813,816
CARS v1.12.3 2023-09-26 __KernelStopThread: thread 431 does not exist
CARS v1.12.3 2023-09-26 GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 040de000 offset: 0 (256x128 stride 256, 565)
CARS v1.16 2023-09-10 sceKernelLoadModule: unsupported options size=00000014, flags=08b6fc98, pos=0, access=1, data=2, text=2
CARS v1.16 2023-09-10 sceFontGetFontInfo(0, 9ffcb08): bad font
CARS v1.15.4 2023-08-22 00000400=sceGeEdramSetAddrTranslation(00000800)
CARS v1.13.2 2023-08-10 Truncating vertex count from 24507 to 21845
CARS v1.6.3-432-gfd6c3145d 2023-06-26 Trying to write block exit to illegal destination ffff4368: pc = 00010000
CARS v1.6.3-432-gfd6c3145d 2023-06-26 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0891fe08
CARS v1.6.3-432-gfd6c3145d 2023-06-26 MIPSCompileOp: Invalid instruction eef0fbee
CARS v1.6.3-432-gfd6c3145d 2023-06-26 MIPSCompileOp: Invalid instruction 739fbf7c
CARS v1.6.3-432-gfd6c3145d 2023-06-26 MIPSCompileOp: Invalid instruction effdfae3
CARS v1.15.4 2023-06-23 80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data
CARS v1.15.4 2023-06-23 sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid)
CARS v1.11.3 2023-05-09 Unimplemented HLE function sceUtilityGetNetParam
CARS v1.14.4 2023-05-03 Unusual bezier/spline vtype: 12000780, morph: 0, bones: 1
CARS v1.14.4 2023-04-21 __KernelStopThread: thread 308 does not exist (helper deleted)
CARS v1.13.1 2023-02-23 FBO using existing buffer as depthbuffer, 04000000/04088000 and 04088000/00000000
CARS v1.14.4 2023-02-11 Truncating vertex count from 23148 to 21845
CARS v1.14.1 2023-01-16 Error in shader compilation: info: WARNING: 0:21: 'texture2D' : function is deprecated in current GLSL version ERROR: 0:22: 'fmod' : no matching overloaded function found (using implicit conversion) WARNING: 0:23: 'texture2D' : function is deprecated in current GLSL version depal #version 100 // Driver: Adreno (TM) 650 - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform sampler2D pal; precision highp float; varying highp vec2 v_texcoord; // TEXCOORD0 void main() { vec4 index = texture2D(tex, v_texcoord); float coord = (fmod(index.r * 15.995000, 16.0) * 0.001953) + 0.000977; vec4 outColor = texture2D(pal, vec2(coord, 0.0)); gl_FragColor = outColor; }
CARS v1.11.3 2023-01-09 Error in shader compilation: info: (unknown reason) 00000000:00000b3c HWX C T N Fog Tex Cull #version 320 es // Mali-G52 MC2 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) 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_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; void main() { vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz; mediump vec3 worldnormal = normalize(mul(vec4(normal, 0.0), u_world).xyz); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; vec3 projPos = outPos.xyz / outPos.w; if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; }
CARS v1.14.1 2022-12-29 sceKernelLoadModule: unsupported options size=00000014, flags=09fbfaa4, pos=0, access=1, data=1, text=1
CARS v1.13.2 2022-12-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765
CARS v1.13.2 2022-12-27 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524
CARS v1.14.4 2023-01-07 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2
CARS v1.14.4 2023-01-07 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1
CARS v1.14.1 2022-12-23 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2
CARS v1.13.2 2022-12-22 80630006=sceAtracSetDataAndGetID(08c9d8c0, 00008000): invalid RIFF header
CARS v1.13.2 2022-12-22 Unknown GetPointerWrite 41effff0 PC 08aa1080 LR 08aa10c4
CARS v1.13.2 2022-12-19 sceKernelLoadModule: unsupported options size=00000014, flags=09fff670, pos=0, access=1, data=1, text=1
CARS v1.4.2 2022-12-19 Wrong magic number 0e4cd070
CARS v1.4.2 2022-12-19 Wrong magic number 0e4ca028
CARS v1.4.2 2022-12-19 Wrong magic number 09670ce8
CARS v1.4.2 2022-12-19 Wrong magic number 011e00c4
CARS v1.4.2 2022-12-18 Wrong magic number 0f8a26d0
CARS v1.4.2 2022-12-18 Wrong magic number 0f6110b8
CARS v1.4.2 2022-12-18 Wrong magic number 0f6010b8
CARS v1.4.2 2022-12-18 Wrong magic number 0f5e10b8
CARS v1.4.2 2022-12-18 Wrong magic number 0f5e1488
CARS v1.4.2 2022-12-18 Wrong magic number 0f5e1f38
CARS v1.4.2 2022-12-18 Wrong magic number 013600c4
CARS v1.4.2 2022-12-18 Wrong magic number 0f18cca0
CARS v1.4.2 2022-12-18 Wrong magic number 0f183090
CARS v1.4.2 2022-12-18 Wrong magic number 002f00c4
CARS v1.13.2 2022-12-16 80000107=sceDisplaySetFrameBuf(44000000, 512, 0, 0): must change latched framebuf first
CARS v1.13.2 2022-12-16 Unexpected mpeg first timestamp: 795a708a417 / 8339333882903
CARS v1.13.2 2022-12-16 Could not setup streams, unexpected stream count: 49402
CARS v1.13.2 2022-12-08 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160
CARS v1.13.2 2022-12-08 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 147069000
CARS v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146129136
CARS v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146120776
CARS v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420
CARS v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800
CARS v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167770768
CARS v1.13.2 2022-12-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145510224
CARS v1.12.3 2022-11-14 sceKernelLoadModuleByID: unsupported options size=00000014, flags=0000001c, pos=0, access=1, data=2, text=2
CARS v1.12.3 2022-11-14 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08a1d400, pos=0, access=1, data=1, text=1
CARS v1.12.3 2022-11-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144849144
CARS v1.12.3 2022-11-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144841164
CARS v1.12.3 2022-11-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 108
CARS v1.12.3 2022-11-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145732183
CARS v1.13.2 2022-10-22 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
CARS v1.13.2 2022-10-19 Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272
CARS v1.13.2 2022-10-19 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2
CARS v1.13.2 2022-10-22 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
CARS v1.13.2 2022-10-22 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
CARS v1.13.2 2022-10-19 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1
CARS v1.14.4-849-gcaab66bc1 2024-03-02 Ignoring possible texturing from framebuffer at 04174000 +0x64 / 256x128
CARS v1.13.1 2022-09-30 80020001=sceKernelCreateMutex(): invalid name
CARS v1.13.2 2022-09-22 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 149308628
CARS v1.16.6 2023-11-23 sceKernelLoadModule: unsupported options size=00000014, flags=08d11560, pos=0, access=1, data=2, text=2
CARS v1.16.6 2023-11-23 sceKernelLoadModule: unsupported options size=00000014, flags=08857c2c, pos=0, access=1, data=1, text=1
CARS v1.13.2 2022-09-22 sceKernelLoadModule: unsupported options size=00000014, flags=0892b680, pos=0, access=1, data=2, text=2
CARS v1.13.1 2022-09-13 sceDmacMemcpy(dest=04088000, src=08633400, size=557056): overlapping read
CARS v1.13.1 2022-09-13 Unknown GetPointer 00000010 PC 08934764 LR 08934774
CARS v1.12.2 2022-09-09 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2
CARS v1.13.1 2022-08-26 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144940664
CARS v1.13.1 2022-08-26 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146133816
CARS v1.13.1 2022-08-19 sceKernelLoadModule: unsupported options size=00000014, flags=08e3bde8, pos=0, access=1, data=2, text=2
CARS v1.13.1 2022-08-19 80630006=sceAtracSetDataAndGetID(08b3d9c4, 00008000): invalid RIFF header
CARS v1.13.1-360-g0321ba8dd 2022-08-19 GetFramebufferCandidates: Multiple (2) candidate framebuffers. texaddr: 04088000 offset: 0 (512x512 stride 512, 8888): [DEPTH seq:2495 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:2518 C:04088000/512 Z:04110000/512 X:0 Y:0 reint: false]
CARS v1.15.3 2023-08-13 Truncating vertex count from 22899 to 21845
CARS v1.13.2 2023-12-21 GetFramebufferCandidates(DEPTH): Multiple (2) candidate framebuffers. First will be chosen. texaddr: 04710000 offset: 0 (512x512 stride 512, CLUT16): [C:04088000/512 Z:04110000/512 X:0 Y:0 reint: false] [C:04000000/512 Z:04110000/512 X:0 Y:0 reint: false]
CARS v1.13.2 2022-10-11 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2
CARS v1.13.2 2022-10-11 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1
CARS v1.13.2 2022-10-11 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120
CARS v1.17.1 2024-02-21 sceNetAdhocMatchingInit(131072) at 08aa89cc