Recent logs - TEST DRIVE UNLIMITED

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
TEST DRIVE UNLIMITED v1.10.3 2024-10-24 D3D error in shader compilation: info: C:\Users\luizt\OneDrive\?rea de Trabalho\PSP Capit?o capcom\Shader@0x0000014F6F3DC780(96,31-45): error X3004: undeclared identifier 'u_spline_counts' / code: #pragma warning( disable : 3571 ) float4x4 u_proj : register(c0); float4 u_matambientalpha : register(c20); float4x3 u_world : register(c11); float4x3 u_view : register(c8); float4x3 u_tex : register(c14); float4 u_uvscaleoffset : register(c17); float4 u_cullRangeMin : register(c80); float4 u_cullRangeMax : register(c81); struct VS_IN { float2 texcoord : TEXCOORD0; float4 color0 : COLOR0; float3 normal : NORMAL; float3 position : POSITION; }; struct VS_OUT { float3 v_texcoord : TEXCOORD0; float4 v_color0 : COLOR0; float4 gl_Position : POSITION; }; float2 tess_sample(in float2 points[16], float4x4 weights) { float2 pos = float2(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; } float3 tess_sample(in float3 points[16], float4x4 weights) { float3 pos = float3(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; } float4 tess_sample(in float4 points[16], float4x4 weights) { float4 pos = float4(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; } float4x4 outerProduct(float4 u, float4 v) { return mul((float4x1)v, (float1x4)u); } struct Tess { float3 pos; float2 tex; float4 col; }; void tessellate(in VS_IN In, out Tess tess) { int2 point_pos = int2(In.position.z, In.normal.z) * 3; int2 weight_idx = int2(In.position.xy); float3 _pos[16]; float2 _tex[16]; float4 _col[16]; int index; index = (0 + point_pos.y) * u_spline_counts + (0 + point_pos.x); _pos[0] = tess_data[index].pos; index = (0 + point_pos.y) * u_spline_counts + (1 + point_pos.x); _pos[1] = tess_data[index].pos; index = (0 + point_pos.y) * u_spline_counts + (2 + point_pos.x); _pos[2] = tess_data[index].pos; index = (0 + point_pos.y) * u_spline_counts + (3 + point_pos.x); _pos[3] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (0 + point_pos.x); _pos[4] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (1 + point_pos.x); _pos[5] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (2 + point_pos.x); _pos[6] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (3 + point_pos.x); _pos[7] = tess_data[index].pos; index = (2 + point_pos.y) * u_spli
TEST DRIVE UNLIMITED v1.10.3-1257-g6bf9f20f5 2024-10-19 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204
TEST DRIVE UNLIMITED v1.17.1 2024-10-15 __KernelStopThread: thread 414 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-10-15 __KernelStopThread: thread 498 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-10-12 Can't draw: No current render step. Step count: 0
TEST DRIVE UNLIMITED v1.17.1 2024-10-04 __KernelStopThread: thread 429 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.10.3 2024-09-18 D3D error in shader compilation: info: C:\Users\luizt\OneDrive\?rea de Trabalho\PSP Capit?o capcom\Shader@0x0000028FE34A9680(96,31-45): error X3004: undeclared identifier 'u_spline_counts' / code: #pragma warning( disable : 3571 ) float4x4 u_proj : register(c0); float4 u_matambientalpha : register(c20); float4x3 u_world : register(c11); float4x3 u_view : register(c8); float4x3 u_tex : register(c14); float4 u_uvscaleoffset : register(c17); float4 u_cullRangeMin : register(c80); float4 u_cullRangeMax : register(c81); struct VS_IN { float2 texcoord : TEXCOORD0; float4 color0 : COLOR0; float3 normal : NORMAL; float3 position : POSITION; }; struct VS_OUT { float3 v_texcoord : TEXCOORD0; float4 v_color0 : COLOR0; float4 gl_Position : POSITION; }; float2 tess_sample(in float2 points[16], float4x4 weights) { float2 pos = float2(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; } float3 tess_sample(in float3 points[16], float4x4 weights) { float3 pos = float3(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; } float4 tess_sample(in float4 points[16], float4x4 weights) { float4 pos = float4(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; } float4x4 outerProduct(float4 u, float4 v) { return mul((float4x1)v, (float1x4)u); } struct Tess { float3 pos; float2 tex; float4 col; }; void tessellate(in VS_IN In, out Tess tess) { int2 point_pos = int2(In.position.z, In.normal.z) * 3; int2 weight_idx = int2(In.position.xy); float3 _pos[16]; float2 _tex[16]; float4 _col[16]; int index; index = (0 + point_pos.y) * u_spline_counts + (0 + point_pos.x); _pos[0] = tess_data[index].pos; index = (0 + point_pos.y) * u_spline_counts + (1 + point_pos.x); _pos[1] = tess_data[index].pos; index = (0 + point_pos.y) * u_spline_counts + (2 + point_pos.x); _pos[2] = tess_data[index].pos; index = (0 + point_pos.y) * u_spline_counts + (3 + point_pos.x); _pos[3] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (0 + point_pos.x); _pos[4] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (1 + point_pos.x); _pos[5] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (2 + point_pos.x); _pos[6] = tess_data[index].pos; index = (1 + point_pos.y) * u_spline_counts + (3 + point_pos.x); _pos[7] = tess_data[index].pos; index = (2 + point_pos.y) * u_spli
TEST DRIVE UNLIMITED v1.17.1 2024-08-10 __KernelStopThread: thread 375 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-08-10 __KernelStopThread: thread 375 does not exist (ApctlThread stopped)
TEST DRIVE UNLIMITED v1.17.1 2024-08-07 Branch in Jump delay slot at 08ac9068 in block starting at 08ac905c
TEST DRIVE UNLIMITED v1.17.1 2024-08-07 Jump to invalid address: 02b24190
TEST DRIVE UNLIMITED v1.17.3 2024-08-06 __KernelStopThread: thread 441 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.15.4 2024-07-23 Unknown GE command : fc2c8368
TEST DRIVE UNLIMITED v1.17.1 2024-07-23 00000400=sceGeEdramSetAddrTranslation(00000400)
TEST DRIVE UNLIMITED v1.17.1 2024-07-21 80630006=sceAtracSetDataAndGetID(08400000, 0023967c): invalid RIFF header
TEST DRIVE UNLIMITED v1.17.1 2024-07-12 sceGeBreak(mode=0, unknown=08a6ac20): unknown ptr (valid)
TEST DRIVE UNLIMITED v1.17.1 2024-07-11 __KernelStopThread: thread 460 does not exist (ApctlThread stopped)
TEST DRIVE UNLIMITED v1.17.1 2024-06-10 __KernelStopThread: thread 412 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-06-09 sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006
TEST DRIVE UNLIMITED v1.17.1 2024-06-01 __KernelStopThread: thread 480 does not exist (ApctlThread stopped)
TEST DRIVE UNLIMITED v1.17.1 2024-07-23 UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09fff610, 4, 00000000, 0)
TEST DRIVE UNLIMITED v1.17.1 2024-07-23 Unimplemented HLE function Kprintf
TEST DRIVE UNLIMITED v1.17.1 2024-07-23 sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00001006
TEST DRIVE UNLIMITED v1.16.2 2024-05-05 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
TEST DRIVE UNLIMITED v1.16.2 2024-05-05 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
TEST DRIVE UNLIMITED v1.17.1-334-g1786a4ddb0 2024-05-01 sceUtilityMsgDialogInitStart: invalid status
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 Unexpected mpeg first timestamp: 1bdff65ff11 / 1915545321233
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 Unexpected mpeg first timestamp: 7b0005ad50d / 8452501591309
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 sceGeBreak(mode=0, unknown=08d09918): unknown ptr (valid)
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d4b1c0, 00003b70): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d4b1c0, 00019800): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d4b1c0, 00005000): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d4b1c0, 00018700): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d4b1c0, 00002f00): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d4b1c0, 0000d800): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d4b1c0, 00015700): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-21 80630007=sceAtracSetData(2, 08d13180, 00038000): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.17.1 2024-04-19 __KernelStopThread: thread 417 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-04-05 __KernelStopThread: thread 410 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-03-28 Unexpected mpeg first timestamp: 5dbd44426db / 6441717212891
TEST DRIVE UNLIMITED v1.17.1 2024-03-28 Unexpected mpeg first timestamp: 874084e35ef / 9294448571887
TEST DRIVE UNLIMITED v1.17.1 2024-03-27 __KernelStopThread: thread 436 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-03-27 __KernelStopThread: thread 436 does not exist (ApctlThread stopped)
TEST DRIVE UNLIMITED v1.17.1 2024-03-14 __KernelStopThread: thread 432 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.13.1-547-g9f4a84945 2024-03-14 GetFramebufferCandidates: Multiple (2) candidate framebuffers. texaddr: 0417b000 offset: 0 (256x16 stride 256, CLUT16): [COLOR seq:0 C:0417b000/32(5551) Z:00000000/0 X:0 Y:0 reint: false] [COLOR seq:0 C:0417b000/256(5551) Z:00000000/0 X:0 Y:0 reint: false]
TEST DRIVE UNLIMITED v1.16.6 2024-01-11 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2
TEST DRIVE UNLIMITED v1.17.1 2024-07-22 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=1, text=1
TEST DRIVE UNLIMITED v1.17.1 2024-07-22 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=2, text=2
TEST DRIVE UNLIMITED v1.17.1 2024-07-21 80630006=sceAtracSetDataAndGetID(08400000, 002c36d4): invalid RIFF header
TEST DRIVE UNLIMITED v1.16.6 2023-12-22 80630006=sceAtracSetDataAndGetID(08400000, 00253ff4): invalid RIFF header
TEST DRIVE UNLIMITED v1.16.6 2023-12-21 80630006=sceAtracSetDataAndGetID(08400000, 002e5aac): invalid RIFF header
TEST DRIVE UNLIMITED v1.16.6 2023-12-21 80630006=sceAtracSetDataAndGetID(08400000, 002dddd4): invalid RIFF header
TEST DRIVE UNLIMITED v1.16.6 2023-12-18 __KernelStopThread: thread 446 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.16.6 2023-12-16 __KernelStopThread: thread 418 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.16.6 2023-12-14 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
TEST DRIVE UNLIMITED v1.16.6 2023-12-14 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
TEST DRIVE UNLIMITED v1.16.6 2023-11-28 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2
TEST DRIVE UNLIMITED v1.16.6 2023-11-13 __KernelStopThread: thread 332 does not exist (helper deleted)
TEST DRIVE UNLIMITED v1.16.6 2023-11-06 __KernelStopThread: thread 473 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.16.5-135-g0cd02ab58 2023-10-06 Unknown GetPointer b8000506 PC 088a31dc LR 088a31b0
TEST DRIVE UNLIMITED v1.16.5-135-g0cd02ab58 2023-10-06 Unknown GetPointerWrite 00000001 PC 088a31dc LR 088a31b0
TEST DRIVE UNLIMITED v1.16.3 2023-09-24 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))
TEST DRIVE UNLIMITED v1.16.1 2023-09-18 00000400=sceGeEdramSetAddrTranslation(00001000)
TEST DRIVE UNLIMITED v1.14.4 2023-08-17 __KernelStopThread: thread 449 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.14.4 2023-08-17 __KernelStopThread: thread 449 does not exist (ApctlThread stopped)
TEST DRIVE UNLIMITED v1.14.4 2023-08-15 __KernelStopThread: thread 422 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.14.4 2023-08-15 __KernelStopThread: thread 422 does not exist (ApctlThread stopped)
TEST DRIVE UNLIMITED v1.17.1 2024-04-23 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
TEST DRIVE UNLIMITED v1.15.4 2023-07-01 __KernelStopThread: thread 439 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.13.2 2023-06-18 __KernelStopThread: thread 422 does not exist
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 0025f2f4): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(094aa440, 00008000): invalid RIFF header
TEST DRIVE UNLIMITED v1.17.1 2024-03-28 80630006=sceAtracSetDataAndGetID(08400000, 002a195c): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(094b22c0, 00008000): invalid RIFF header
TEST DRIVE UNLIMITED v1.17.1 2024-07-21 80630006=sceAtracSetDataAndGetID(08400000, 002a8d44): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 002a13e4): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 0024fc24): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 00261a9c): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 0018e8f4): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 00258824): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 00274cf4): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 002207cc): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 002ab024): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 0028bf2c): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 00238364): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(08400000, 0022f7e4): invalid RIFF header
TEST DRIVE UNLIMITED v1.17.1 2024-07-21 80630006=sceAtracSetDataAndGetID(08400000, 0029ca8c): invalid RIFF header
TEST DRIVE UNLIMITED v1.17.1 2024-07-21 80630006=sceAtracSetDataAndGetID(08400000, 0028fc34): invalid RIFF header
TEST DRIVE UNLIMITED v1.14.4 2023-06-16 80630006=sceAtracSetDataAndGetID(094aa200, 00008000): invalid RIFF header
TEST DRIVE UNLIMITED v1.17.1 2024-03-28 80630006=sceAtracSetDataAndGetID(08400000, 002e9d74): invalid RIFF header
TEST DRIVE UNLIMITED v1.15.4 2023-06-11 Failed to truncate file.
TEST DRIVE UNLIMITED v1.15.4 2023-06-02 No DL ID available to enqueue
TEST DRIVE UNLIMITED v1.17.4-1 2024-08-24 __KernelStopThread: thread 406 does not exist (ApctlThread deleted)
TEST DRIVE UNLIMITED v1.17.1 2024-08-07 __KernelStopThread: thread 406 does not exist (ApctlThread stopped)
TEST DRIVE UNLIMITED v1.15.4 2023-06-06 sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2
TEST DRIVE UNLIMITED v1.15.4 2023-06-06 sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1
TEST DRIVE UNLIMITED v1.15.4 2023-06-06 sceKernelLoadModule: unsupported options size=00000014, flags=0892b22c, pos=0, access=1, data=2, text=2
TEST DRIVE UNLIMITED v1.14.4 2023-03-24 __KernelStopThread: thread 347 does not exist (helper deleted)
TEST DRIVE UNLIMITED v1.14.4 2023-03-23 80630007=sceAtracSetData(3, 08d4b180, 0000d800): atracID uses different codec type than data
TEST DRIVE UNLIMITED v1.14.4 2023-03-23 80630007=sceAtracSetData(3, 08d4b180, 00004d00): atracID uses different codec type than data