Recent logs - Grand Theft Auto 5 LBORELLIMODS

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
Grand Theft Auto 5 LBORELLIMODS v1.17.1 2024-04-15 An uneaten prefix at end of block: 08ac3ba4
Grand Theft Auto 5 LBORELLIMODS v1.14.2 2024-03-28 UI scissor out of bounds in GameSettingsScreen: 298,0-1211,721 / 1520,720
Grand Theft Auto 5 LBORELLIMODS v1.14.2 2024-03-28 UI scissor out of bounds in MainScreen: 60,0-1098,721 / 1520,720
Grand Theft Auto 5 LBORELLIMODS v1.17 2024-02-11 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2
Grand Theft Auto 5 LBORELLIMODS v1.16.6 2023-12-03 sceKernelCreateThread(name=MediaEngine): unsupported attributes 00001006
Grand Theft Auto 5 LBORELLIMODS v1.16.6 2023-12-03 MFIC instruction hit (70020024) at 08969684
Grand Theft Auto 5 LBORELLIMODS v1.16.6 2023-12-03 Can't draw: No current render step. Step count: 0
Grand Theft Auto 5 LBORELLIMODS v1.16.3 2023-09-28 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0
Grand Theft Auto 5 LBORELLIMODS v1.6.3 2023-09-22 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00000000:00000082 Tex TClamp TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec4 u_texclamp; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec2 fixedcoord = vec2(mod(v_texcoord.x, u_texclamp.x), mod(v_texcoord.y, u_texclamp.y)); vec4 t = texture(tex, fixedcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:00000012 THR Tex #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out mediump vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Grand Theft Auto 5 LBORELLIMODS v1.11.3 2023-09-02 80630011=sceAtracSetHalfwayBufferAndGetID(08bff040, 00000000, 00040000): buffer too small
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 147069000
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146129136
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146120776
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143597400
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148439040
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167770768
Grand Theft Auto 5 LBORELLIMODS v1.10.3 2023-08-28 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145510224
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2023-08-21 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2
Grand Theft Auto 5 LBORELLIMODS v1.15.4 2023-08-20 __KernelStopThread: thread 336 does not exist (helper deleted)
Grand Theft Auto 5 LBORELLIMODS v1.15.4 2023-08-18 __KernelStopThread: thread 337 does not exist (helper deleted)
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2023-07-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145269936
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2023-07-08 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145257684
Grand Theft Auto 5 LBORELLIMODS v1.15.4 2023-07-07 80000107=sceDisplaySetFrameBuf(00000000, 0, 0, 0): must change latched framebuf first
Grand Theft Auto 5 LBORELLIMODS v1.14.2 2023-07-01 UI scissor out of bounds in MainScreen: 60,0-1315,817 / 1722,816
Grand Theft Auto 5 LBORELLIMODS v1.6.3 2023-05-02 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00000000:00000082 Tex TClamp TFuncMod #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec4 u_texclamp; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec2 fixedcoord = vec2(mod(v_texcoord.x, u_texclamp.x), mod(v_texcoord.y, u_texclamp.y)); vec4 t = texture(tex, fixedcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:00000012 THR Tex #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out mediump vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Grand Theft Auto 5 LBORELLIMODS v1.14.4 2023-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=2, text=2
Grand Theft Auto 5 LBORELLIMODS v1.14.4 2023-04-25 sceKernelLoadModule: unsupported options size=00000014, flags=0899a8b8, pos=0, access=1, data=1, text=1
Grand Theft Auto 5 LBORELLIMODS v1.14.4 2023-04-24 __KernelStopThread: thread 359 does not exist (helper deleted)
Grand Theft Auto 5 LBORELLIMODS v1.15.4 2023-08-18 __KernelStopThread: thread 357 does not exist (helper deleted)
Grand Theft Auto 5 LBORELLIMODS v1.14.2 2023-04-17 UI scissor out of bounds in GameSettingsScreen: 906,0-2888,377 / 1768,816
Grand Theft Auto 5 LBORELLIMODS v1.14.4 2023-03-19 __KernelStopThread: thread 308 does not exist (helper deleted)
Grand Theft Auto 5 LBORELLIMODS v1.14.4 2023-03-08 80630006=sceAtracSetHalfwayBufferAndGetID(08bfec80, 00001000, 00040000): invalid RIFF header
Grand Theft Auto 5 LBORELLIMODS v1.14.4 2023-02-10 Ignoring possible texturing from framebuffer at 0953ea80 +0x-4573 / 8x8
Grand Theft Auto 5 LBORELLIMODS v1.14.1 2023-01-28 UI scissor out of bounds in GamePauseScreen: 1526,14-375,796 / 1440,1080
Grand Theft Auto 5 LBORELLIMODS v1.14.1 2023-01-28 UI scissor out of bounds in GamePauseScreen: 0,14-1514,796 / 1440,1080
Grand Theft Auto 5 LBORELLIMODS v1.15.4 2023-11-26 __KernelStopThread: thread 358 does not exist (helper deleted)
Grand Theft Auto 5 LBORELLIMODS v1.14.2 2022-12-31 Failed decrypting the PRX (ret = -1, size = 4109980, psp_size = 4110320)!
Grand Theft Auto 5 LBORELLIMODS v1.14.1 2022-12-31 ReadFromHardware: Invalid address 00000804 near PC 089a2334 LR 089a2324
Grand Theft Auto 5 LBORELLIMODS v1.14.1 2022-12-29 An uneaten prefix at end of block: 08927b70
Grand Theft Auto 5 LBORELLIMODS v1.14.1 2022-12-29 00000400=sceGeEdramSetAddrTranslation(00000400)
Grand Theft Auto 5 LBORELLIMODS v1.14.1 2022-12-27 00000400=sceGeEdramSetAddrTranslation(00000800)
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 MIPSCompileOp: Invalid instruction 42974697
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 MIPSCompileOp: Invalid instruction 46b74297
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 MIPSCompileOp: Invalid instruction 42974276
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 MIPSCompileOp: Invalid instruction 42974297
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 Branch in RSZeroComp delay slot at 0468264c in block starting at 046822d8
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 Branch in RSZeroComp delay slot at 04681250 in block starting at 04680ed8
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 Branch in RSZeroComp delay slot at 04680e50 in block starting at 04680a54
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 MIPSCompileOp: Invalid instruction 00210001
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-12-22 MIPSCompileOp: Invalid instruction 00010001
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-11-21 sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=2, text=2
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-11-21 sceKernelLoadModule: unsupported options size=00000014, flags=08b10000, pos=0, access=1, data=1, text=1
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-11-20 sceKernelLoadModule: unsupported options size=00000014, flags=00000005, pos=0, access=1, data=1, text=1
Grand Theft Auto 5 LBORELLIMODS v1.14 2023-05-02 sceNetAdhocMatchingInit(13620) at 08a08444
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-11-10 Failed decrypting the PRX (ret = -1, size = 4580536, psp_size = 4580880)!
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-11-09 sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-23 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145762800
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-23 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144920332
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-23 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144908724
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-23 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153294704
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-16 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145752064
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-15 An uneaten prefix at end of block: 08a683b0
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-11-01 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-16 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-16 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-13 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-16 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-10-23 sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612
Grand Theft Auto 5 LBORELLIMODS v1.16.6 2024-01-10 sceNetAdhocMatchingInit(13620) at 08a0a384
Grand Theft Auto 5 LBORELLIMODS v1.13.2 2022-09-22 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144296812
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Video out requested, not supported: mode=0 size=512,272
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=2
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpService': 0x78802d5f
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpService': 0x268c009d
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpService': 0x1da3e950
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpService': 0x168b8de5
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpAuth': 0xd99455dd
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpAuth': 0xcd86a656
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpAuth': 0x72bb0467
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70
Grand Theft Auto 5 LBORELLIMODS v1.10.2 2022-09-17 Unknown syscall in known module 'sceNp': 0xbb069a87
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-09-17 Failed decrypting the PRX (ret = -1, size = 2419085, psp_size = 2419424)!
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-09-15 sceKernelCreateThread(name=update_thread): unsupported attributes a0000000
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-09-14 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771616
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-09-11 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-09-11 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143964328
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-08-30 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146303628
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2022-08-22 sceKernelLoadModule: unsupported options size=00000014, flags=08890a90, pos=0, access=1, data=2, text=2
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2022-08-22 sceKernelLoadModule: unsupported options size=00000014, flags=08890a90, pos=0, access=1, data=1, text=1
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-08-16 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145224280
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-08-16 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151249632
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-08-16 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146210816
Grand Theft Auto 5 LBORELLIMODS v1.13.1 2022-08-13 80630006=sceAtracSetData(2, 08b407c0, 00020000): invalid RIFF header
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2022-08-08 sceGeBreak(mode=0, unknown=09fff520): unknown ptr (valid)
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2022-08-08 sceGeBreak(mode=0, unknown=09fff420): unknown ptr (valid)
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2022-08-08 sceGeBreak(mode=0, unknown=09fff410): unknown ptr (valid)
Grand Theft Auto 5 LBORELLIMODS v1.12.3 2022-08-08 sceGeBreak(mode=0, unknown=09fff4e0): unknown ptr (valid)