Recent logs - The Fast and the Furious

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
The Fast and the Furious v1.16.6 2023-10-27 __KernelStopThread: thread 299 does not exist (helper deleted)
The Fast and the Furious v1.16.6 2023-11-29 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.16.5 2023-10-01 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.16.6 2023-11-29 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.16.3 2023-09-28 Unknown GetPointerWrite 0000a100 PC 088040d8 LR 0880404c
The Fast and the Furious v1.16.3 2023-09-28 ReadFromHardware: Invalid address 00000380 near PC 088ebd04 LR 088ebcd8
The Fast and the Furious v1.16.6 2023-11-22 Can't draw: No current render step. Step count: 0
The Fast and the Furious v1.13.1 2023-09-26 Failed to read valid video stream data from header
The Fast and the Furious v1.13.2 2023-09-06 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -559038737
The Fast and the Furious v1.13.2 2023-09-06 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146162440
The Fast and the Furious v1.13.2 2023-09-06 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 102464
The Fast and the Furious v1.15.4 2023-09-04 00000400=sceGeEdramSetAddrTranslation(00000800)
The Fast and the Furious v1.15.4 2023-09-04 __KernelStopThread: thread 328 does not exist (helper deleted)
The Fast and the Furious v1.15.4 2023-09-02 Video out requested, not supported: mode=0 size=512,272
The Fast and the Furious v1.15.4 2023-09-02 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=2
The Fast and the Furious v1.14.4 2023-07-07 Unknown GetPointer 00000000 PC 00000000 LR 0886b4ac
The Fast and the Furious v1.15.4 2023-06-17 sceNetAdhocMatchingInit(9816) at 088fc4e8
The Fast and the Furious v1.14.4 2023-06-13 sceKernelLoadModule: unsupported options size=00000014, flags=00000003, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.15.4 2023-06-02 Truncating vertex count from 24996 to 21845
The Fast and the Furious v1.9.4 2023-05-26 Branch in Jump delay slot at 08020200 in block starting at 08020104
The Fast and the Furious v1.14.4 2023-05-10 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))
The Fast and the Furious v1.14.4 2023-09-06 sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid)
The Fast and the Furious v1.14.4 2023-09-06 GE Interrupt: newState might be 1
The Fast and the Furious v1.14.4 2023-04-15 UNIMPL sceKernelSelfStopUnloadModule(00000001, 00000000, 00000000): game may have crashed
The Fast and the Furious v1.14 2023-04-10 UI scissor out of bounds in SavedataScreen: 1338,133-0,65 / 1208,544
The Fast and the Furious v1.14 2023-04-10 UI scissor out of bounds in SavedataScreen: 1338,65-0,65 / 1208,544
The Fast and the Furious v1.14.4 2023-07-17 Unknown GetPointer 00000000 PC 00000000 LR 088af680
The Fast and the Furious v1.14.4 2023-07-17 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 088af680
The Fast and the Furious v1.14.4 2023-04-03 Truncating vertex count from 22122 to 21845
The Fast and the Furious v1.15.4 2023-06-17 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.15.4 2023-06-17 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.14.4 2023-03-31 Truncating vertex count from 22470 to 21845
The Fast and the Furious v1.14.4 2023-03-29 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=1, text=1
The Fast and the Furious v1.10.2 2023-03-28 Render to area containing texture at 04088000 +128x32
The Fast and the Furious v1.14.4 2023-03-27 Unable to allocate kernel object, too many objects slots in use.
The Fast and the Furious v1.14.4 2023-03-12 Truncating vertex count from 24960 to 21845
The Fast and the Furious v1.14.4 2023-03-10 Truncating vertex count from 22044 to 21845
The Fast and the Furious v1.13 2023-03-05 Unimplemented HLE function sceUtilityGetNetParam
The Fast and the Furious v1.15.3 2023-05-19 sceMpegRingbufferPut(): invalid mpeg data
The Fast and the Furious v1.4 2023-10-21 Texture cache ran out of GPU memory; switching to low memory mode
The Fast and the Furious v1.10.3 2023-01-24 Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff
The Fast and the Furious v1.10.3 2023-01-24 Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708
The Fast and the Furious v1.14.1 2023-01-12 UI scissor out of bounds in GameSettingsScreen: 497,0-1755,405 / 1280,720
The Fast and the Furious v1.14 2022-12-16 sceKernelCreateThread(name=SceParseHTTPheader_Library): unsupported attributes 00000006
The Fast and the Furious v1.14 2022-12-16 sceKernelCreateThread(name=SceParseURI_Library): unsupported attributes 00000006
The Fast and the Furious v1.14 2022-12-16 sceKernelCreateThread(name=SceBase64_Library): unsupported attributes 00000006
The Fast and the Furious v1.14 2022-12-16 sceKernelLoadModule: unsupported options size=00000014, flags=08bdd350, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.14 2022-12-16 sceKernelCreateThread(name=sceCert_Loader): unsupported attributes 00001006
The Fast and the Furious v1.14 2022-12-16 sceKernelLoadModule: unsupported options size=00000014, flags=00646177, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.13.2 2023-01-06 sceKernelLoadModule: unsupported options size=00000014, flags=08a98f94, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.13.2 2022-11-30 sceKernelLoadModule: unsupported options size=00000014, flags=08a98f94, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.12.3 2022-11-23 sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.13.2 2022-10-23 ReadFromHardware: Invalid address 0a000000 near PC 00000000 LR 00000000
The Fast and the Furious v1.11.3 2022-10-21 Unknown GetPointer 00000000 PC 08a991b4 LR 08a99298
The Fast and the Furious v1.13.1 2022-10-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 14
The Fast and the Furious v1.13.1 2022-09-30 80630007=sceAtracSetData(1, 08d29808, 00010000): atracID uses different codec type than data
The Fast and the Furious v1.13.1 2022-09-30 80630007=sceAtracSetData(0, 08d19800, 00010000): atracID uses different codec type than data
The Fast and the Furious v1.13.2 2022-09-21 sceKernelLoadModule: unsupported options size=00000014, flags=088eb174, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.16.6 2023-11-08 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.13.1 2022-09-07 sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.13.1 2022-08-31 sceKernelLoadModule: unsupported options size=00000014, flags=09fff6a0, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.13.1 2022-08-31 80000107=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first
The Fast and the Furious v1.13.1 2022-08-29 Unexpected mpeg first timestamp: b000 / 45056
The Fast and the Furious v1.13.2 2023-08-09 80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small
The Fast and the Furious v1.13.1 2022-08-28 Unknown GetPointer 00000003 PC 00000003 LR 0889cd74
The Fast and the Furious v1.13.1 2022-08-28 ReadFromHardware: Invalid address 00000003 near PC 00000003 LR 0889cd74
The Fast and the Furious v1.13.1 2022-11-23 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146370816
The Fast and the Furious v1.12.3 2022-07-26 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918396
The Fast and the Furious v1.12.3 2022-07-26 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144907512
The Fast and the Furious v1.12.3 2022-07-22 sceKernelLoadModule: unsupported options size=00000014, flags=08a1f624, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.12.3 2022-07-22 sceKernelLoadModule: unsupported options size=00000014, flags=08a1f624, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.12.3 2022-07-13 GE Interrupt: newState might be 17
The Fast and the Furious v1.12.3 2022-07-13 GE Interrupt: newState might be 0
The Fast and the Furious v1.10-6-g8ac4efd3c 2022-07-11 UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/UCUS98632-GAMEINST/CONTENTS.DAT, 09a908d0, 00000002)
The Fast and the Furious v1.12.3 2022-07-04 Savedata version requested on save: 3
The Fast and the Furious v1.13.1 2023-04-15 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.13.1 2023-04-15 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.12.3 2022-05-06 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145752064
The Fast and the Furious v1.12.3 2022-04-13 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167768800
The Fast and the Furious v1.12.3 2022-07-04 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408
The Fast and the Furious v1.13.2 2022-11-29 sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.12.3 2022-02-16 sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1
The Fast and the Furious v1.13.1 2022-08-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1
The Fast and the Furious v1.13.1 2022-09-12 Savedata version requested: 3
The Fast and the Furious v1.12.3 2022-01-20 sceKernelLoadModule: unsupported options size=00000014, flags=08d20000, pos=0, access=1, data=2, text=2
The Fast and the Furious v1.12.3 2022-01-03 ReadFromHardware: Invalid address 000006e5 near PC 08a991c0 LR 08a99298
The Fast and the Furious v1.12.3 2022-01-03 ReadFromHardware: Invalid address 000006e0 near PC 08a991b4 LR 08a99298
The Fast and the Furious v1.12.3 2022-07-26 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168
The Fast and the Furious v1.12.3 2021-12-21 VTYPE with morph used: THRU=0 TC=2 COL=4 POS=2 NRM=0 WT=0 NW=1 IDX=0 MC=2
The Fast and the Furious v1.12.3 2022-01-27 ReadFCR: Unexpected reg 21
The Fast and the Furious v1.12.3 2021-11-05 Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272
The Fast and the Furious v1.12.3 2021-11-05 Rendering to framebuffer offset: 04161800 +64x0
The Fast and the Furious v1.12.2 2021-10-18 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143964328
The Fast and the Furious v1.13.2 2022-10-11 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000
The Fast and the Furious v1.12.2 2021-10-17 sceKernelCreateSema(KSAP_ThLockSema) unsupported attr parameter: 00000011
The Fast and the Furious v1.12.2 2021-10-17 sceKernelCreateSema(KSAP_FnLockSema) unsupported attr parameter: 00000011
The Fast and the Furious v1.11.3 2021-08-29 Unknown GetPointer 00000000 PC 08924094 LR 08924094
The Fast and the Furious v1.13.1 2022-08-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771616
The Fast and the Furious v1.14.4 2023-03-29 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2
The Fast and the Furious v1.11.3 2021-08-06 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2