Recent logs - Grand Theft Auto V YUNIER PB

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 V YUNIER PB v1.17.1 2024-04-21 sceKernelLoadModule: unsupported options size=00000014, flags=08987840, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.16.6 2024-03-08 Can't draw: No current render step. Step count: 0
Grand Theft Auto V YUNIER PB v1.6.3 2024-03-04 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00000000:00000000 #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; inout vec4 fragColor0; void main() { vec4 v = v_color0 ; fragColor0 = v; } vs: 00000000:0000000a THR C #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Grand Theft Auto V YUNIER PB v1.17.1 2024-04-10 Unknown GetPointer 00000000 PC 08964a68 LR 08a53ce4
Grand Theft Auto V YUNIER PB v1.17.1 2024-04-10 WriteToHardware: Invalid address 000000b9 near PC 08ad4178 LR 08ad4174
Grand Theft Auto V YUNIER PB v1.17.1 2024-04-10 WriteToHardware: Invalid address 00000008 near PC 08939830 LR 089392f8
Grand Theft Auto V YUNIER PB v1.17.1 2024-04-10 ReadFromHardware: Invalid address 00000004 near PC 08939818 LR 089392f8
Grand Theft Auto V YUNIER PB v1.11.3 2024-03-02 ReadFromHardware: Invalid address e8abd4a4 near PC e8abd4a4 LR e8abd4a4
Grand Theft Auto V YUNIER PB v1.11.3 2024-03-02 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
Grand Theft Auto V YUNIER PB v1.16.6 2024-01-11 00000400=sceGeEdramSetAddrTranslation(00000400)
Grand Theft Auto V YUNIER PB v1.15 2023-12-27 Unexpected mpeg first timestamp: 0 / 0
Grand Theft Auto V YUNIER PB v1.10.3 2023-12-25 Unknown GetPointer 00000000 PC 08815f14 LR 08000020
Grand Theft Auto V YUNIER PB v1.16.6 2023-11-27 ReadFromHardware: Invalid address ffffffff near PC ffffffff LR ffffffff
Grand Theft Auto V YUNIER PB v1.16.6 2023-11-17 Branch in JumpReg delay slot at 08fca08c in block starting at 08fca044
Grand Theft Auto V YUNIER PB v1.16.6 2023-11-16 __KernelStopThread: thread 534 does not exist (helper deleted)
Grand Theft Auto V YUNIER PB v1.15.4 2023-10-14 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.16.6 2023-12-14 GE Interrupt: newState might be 5
Grand Theft Auto V YUNIER PB v1.16.6 2023-12-14 GE Interrupt: newState might be 4
Grand Theft Auto V YUNIER PB v1.16.6 2023-12-14 GE Interrupt: newState might be 3
Grand Theft Auto V YUNIER PB v1.15.4 2023-10-14 GE Interrupt: newState might be 1
Grand Theft Auto V YUNIER PB v1.15.4 2023-10-14 GE Interrupt: newState might be 0
Grand Theft Auto V YUNIER PB v1.15.4 2023-10-14 GE Interrupt: newState might be 7
Grand Theft Auto V YUNIER PB v1.15.4 2023-10-14 GE Interrupt: newState might be 6
Grand Theft Auto V YUNIER PB v1.16.4 2023-09-30 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.16.4 2023-09-30 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.15.4 2023-09-17 Rendering to framebuffer offset at 04162000 +384x0 (stride 512)
Grand Theft Auto V YUNIER PB v1.11.3 2023-09-16 FBO created from existing depthbuffer as color, 04198000/00000000 and 04000000/04198000
Grand Theft Auto V YUNIER PB v1.11.3 2023-09-16 sceKernelLoadModule: unsupported options size=00000014, flags=00000021, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.15.4 2023-08-22 sceKernelLoadModule: unsupported options size=00000014, flags=08d74120, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.6.3 2023-08-12 Unknown GetPointer 00000000 PC 08816130 LR 08816144
Grand Theft Auto V YUNIER PB v1.15.4 2023-08-08 sceGeBreak(mode=0, unknown=09fff4d0): unknown ptr (valid)
Grand Theft Auto V YUNIER PB v1.15.4 2023-08-08 sceGeBreak(mode=0, unknown=09fff3f0): unknown ptr (valid)
Grand Theft Auto V YUNIER PB v1.11.3 2024-02-26 Savedata version requested on save: 3
Grand Theft Auto V YUNIER PB v1.6.3 2023-06-14 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 V YUNIER PB v1.9.4 2024-01-23 Unknown GetPointer 00000000 PC 08a1a630 LR 08a1a630
Grand Theft Auto V YUNIER PB v1.15.4 2023-06-02 sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.15.2 2023-05-15 sceKernelSetCompiledSdkVersion600_602 unknown SDK: 5000010
Grand Theft Auto V YUNIER PB v1.8.0 2023-05-09 Unknown GetPointer 00000000 PC 08b54db8 LR 08000030
Grand Theft Auto V YUNIER PB v1.6.3 2023-12-18 GL ran out of GPU memory; switching to low memory mode
Grand Theft Auto V YUNIER PB v1.9.2 2024-02-28 Unknown GetPointer 00000000 PC 08a1a4d0 LR 08a1a4d0
Grand Theft Auto V YUNIER PB v1.16.5 2023-10-11 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000136, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.16.6 2023-12-25 sceNetAdhocMatchingInit(13620) at 08a565f8
Grand Theft Auto V YUNIER PB v1.15.4 2023-12-27 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.15.4 2023-12-27 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.15.4 2023-12-27 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.16.4 2023-09-30 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.13.2 2022-11-04 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.13.2 2022-11-04 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.16.6 2024-02-21 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.16.4 2023-09-30 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.4-56-gb1a530b 2022-10-28 Loading module sceMpeg_library with version 0105, devkit 00000000
Grand Theft Auto V YUNIER PB v1.4-56-gb1a530b 2022-10-28 Loading module sceATRAC3plus_Library with version 0104, devkit 00000000
Grand Theft Auto V YUNIER PB v1.6.3 2024-03-21 Savedata version requested: 3
Grand Theft Auto V YUNIER PB v1.12.3 2022-08-10 Unexpected mpeg first timestamp: 906bf08d0c7 / 9924579479751
Grand Theft Auto V YUNIER PB v1.12.3 2022-08-10 sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.12.3 2022-08-10 sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.12.3 2022-08-10 sceKernelLoadModule: unsupported options size=00000014, flags=0892b22c, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.16.6 2024-02-21 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1
Grand Theft Auto V YUNIER PB v1.8.0 2024-04-20 Unknown GetPointer 00000000 PC 08000000 LR 08000000
Grand Theft Auto V YUNIER PB v1.9.4 2023-11-23 Unknown GetPointer 00000000 PC 08a07d5c LR 08000020
Grand Theft Auto V YUNIER PB v1.9.4 2024-04-23 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.9.4 2024-04-23 sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2