Recent logs - v1.13.1-458-g5d50d0222

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 KING OF FIGHTERS '96 v1.13.1-458-g5d50d0222 2022-11-06 GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 0408a000 offset: 0 (512x256 stride 512, 565): [DEPTH seq:0 C:04044000/512 Z:04088000/512 X:0 Y:8 reint: false] [COLOR seq:1 C:0408a000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:0 C:0408a000/512 Z:04088000/512 X:0 Y:8 reint: false]
THE KING OF FIGHTERS '96 v1.13.1-458-g5d50d0222 2022-11-06 GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 0408a000 offset: 0 (512x256 stride 512, 565): [DEPTH seq:0 C:04000000/512 Z:04088000/512 X:0 Y:8 reint: false] [DEPTH seq:0 C:04044000/512 Z:04088000/512 X:0 Y:8 reint: false] [COLOR seq:2175 C:0408a000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:0 C:0408a000/512 Z:04088000/512 X:0 Y:8 reint: false]
THE KING OF FIGHTERS '96 v1.13.1-458-g5d50d0222 2022-11-06 Attempted set for logic op: f
THE KING OF FIGHTERS '96 v1.13.1-458-g5d50d0222 2022-11-06 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176
THE KING OF FIGHTERS '96 v1.13.1-458-g5d50d0222 2022-11-06 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
THE KING OF FIGHTERS '96 v1.13.1-458-g5d50d0222 2022-11-06 GetFramebufferCandidates: Multiple (4) candidate framebuffers. texaddr: 0408a000 offset: 0 (512x256 stride 512, 565): [DEPTH seq:0 C:04000000/512 Z:04088000/512 X:0 Y:8 reint: false] [DEPTH seq:0 C:04044000/512 Z:04088000/512 X:0 Y:8 reint: false] [COLOR seq:1452 C:0408a000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:0 C:0408a000/512 Z:04088000/512 X:0 Y:8 reint: false]
クロヒョウ2 龍が如く 阿修羅編 v1.13.1-458-g5d50d0222 2022-09-04 GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565): [DEPTH seq:220 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:221 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04156900/512 Z:04088000/512 X:0 Y:0 reint: false]
クロヒョウ2 龍が如く 阿修羅編 v1.13.1-458-g5d50d0222 2022-08-24 GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565): [DEPTH seq:86 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:87 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04156900/512 Z:04088000/512 X:0 Y:0 reint: false]
クロヒョウ2 龍が如く 阿修羅編 v1.13.1-458-g5d50d0222 2022-08-24 GetFramebufferCandidates: Multiple (3) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, 565): [DEPTH seq:544 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false] [COLOR seq:545 C:04088000/512 Z:00000000/0 X:0 Y:0 reint: false] [DEPTH seq:0 C:04156900/512 Z:04088000/512 X:0 Y:0 reint: false]
クロヒョウ2 龍が如く 阿修羅編 v1.13.1-458-g5d50d0222 2022-08-24 GetFramebufferCandidates: Multiple (2) candidate framebuffers. texaddr: 04288000 offset: 0 (512x512 stride 512, CLUT16): [DEPTH seq:682 C:04000000/512 Z:04088000/512 X:0 Y:0 reint: false] [DEPTH seq:680 C:04044000/512 Z:04088000/512 X:0 Y:0 reint: false]
クロヒョウ2 龍が如く 阿修羅編 v1.13.1-458-g5d50d0222 2022-08-24 Error in shader compilation: info: ERROR: 0:25: '=' : Syntax error: syntax error ERROR: 1 compilation errors. No code generated. 00100000:000003c2 Tex Depal TClampST TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Driver: Adreno (TM) 650 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) precision highp int; uniform sampler2D tex; uniform vec4 u_texclamp; uniform sampler2D pal; uniform uint u_depal_mask_shift_off_fmt; in lowp vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec2 fixedcoord = vec2(clamp(v_texcoord.x, u_texclamp.z, u_texclamp.x - u_texclamp.z), clamp(v_texcoord.y, u_texclamp.w, u_texclamp.y - u_texclamp.w)); vec2 uv = fixedcoord.xy; vec2 uv_round; vec4 t = texture(tex, fixedcoord.xy); uint depalShift = (u_depal_mask_shift_off_fmt >> 8) & 0xFFU; uint depalFmt = (u_depal_mask_shift_off_fmt >> 24) & 0x3U; float index0 = t.r; float mul = 32.0 / 256.0; if (depalFmt == 0) { if (depalShift == 5) { index0 = t.g; mul = 64.0 / 256.0; } else if (depalShift == 11) { index0 = t.b; } } else { if (depalShift == 5) { index0 = t.g; } else if (depalShift == 10) { index0 = t.b; } } t = texture(pal, vec2(index0 * mul, 0.0)); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; }
Burnout Legends v1.9.4 2024-04-24 Attempted set for logic op: f
Burnout Legends v1.9.4 2024-04-24 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
Burnout Legends v1.9.4 2024-04-24 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2
Burnout Legends v1.9.4 2024-04-22 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176