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 |
Rocky Balboa |
v1.12.3 |
2022-06-29 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04000000/04110000 |
Rocky Balboa |
v1.12.3 |
2022-06-29 |
sceKernelCreateThread(name=update_thread): unsupported attributes a0000000 |
Rocky Balboa |
v1.12.3 |
2022-06-29 |
Branch in Jump delay slot at 08cef9e0 in block starting at 08cef9e0 |
Rocky Balboa |
v1.12.3 |
2022-06-29 |
Jump to invalid address: 02bd9990 |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpService': 0x78802d5f |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpService': 0x268c009d |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpService': 0x1da3e950 |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpService': 0x168b8de5 |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpAuth': 0xd99455dd |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpAuth': 0xcd86a656 |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpAuth': 0x72bb0467 |
Rocky Balboa |
v1.10.3 |
2022-06-07 |
Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70 |
Rocky Balboa |
v1.12.3 |
2022-05-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765 |
Rocky Balboa |
v1.12.3 |
2022-05-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
Rocky Balboa |
v1.12.3 |
2022-05-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
Rocky Balboa |
v1.12.3 |
2022-05-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147649040 |
Rocky Balboa |
v1.12.3 |
2022-05-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146303584 |
Rocky Balboa |
v1.12.3 |
2022-05-24 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524 |
Rocky Balboa |
v1.12.3 |
2022-05-10 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918396 |
Rocky Balboa |
v1.12.3 |
2022-05-10 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144907512 |
Rocky Balboa |
v1.12.3 |
2022-05-10 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145759408 |
Rocky Balboa |
v1.11.3 |
2022-05-26 |
Unknown GetPointer 00000000 PC 0881613c LR 08816144 |
Rocky Balboa |
v1.12.3 |
2022-04-30 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
Rocky Balboa |
v1.12.3 |
2022-04-30 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792f4, pos=0, access=1, data=2, text=2 |
Rocky Balboa |
v1.11.3 |
2022-04-20 |
ReadFromHardware: Invalid address 139609d8 near PC 08849a3c LR 08849a48 |
Rocky Balboa |
v1.11.3 |
2022-04-21 |
ReadFromHardware: Invalid address 13963058 near PC 08849a3c LR 08849a48 |
Rocky Balboa |
v1.9.0 |
2022-03-02 |
ReadFromHardware: Invalid address 7000068b near PC 7000068b LR 08821160 |
Rocky Balboa |
v1.11.3 |
2022-07-02 |
Savedata version requested on save: 3 |
Rocky Balboa |
v1.12.3 |
2021-12-22 |
Error in shader program link: info: L0001 The fragment floating-point variable u_texelDelta does not match the vertex variable u_texelDelta.
The precision does not match.
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_pixelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec4 u_time;
uniform vec2 u_texelDelta;
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;
vec3 processGAUSS_SQ(inout vec3 color)
{
float GAUSS_KERNEL_SIZE = 5.0;
vec2 offset = (u_pixelDelta * 3.5) / vec2(GAUSS_KERNEL_SIZE);
vec3 cGauss0 = texture(sampler0, v_texcoord0 + (offset * vec2(-2.0))).xyz * 1.0;
vec3 cGauss1 = texture(sampler0, v_texcoord0 + (offset * vec2(-1.0, -2.0))).xyz * 4.0;
vec3 cGauss2 = texture(sampler0, v_texcoord0 + (offset * vec2(0.0, -2.0))).xyz * 7.0;
vec3 cGauss3 = texture(sampler0, v_texcoord0 + (offset * vec2(1.0, -2.0))).xyz * 4.0;
vec3 cGauss4 = texture(sampler0, v_texcoord0 + (offset * vec2(2.0, -2.0))).xyz * 1.0;
vec3 cGauss5 = texture(sampler0, v_texcoord0 + (offset * vec2(-2.0, -1.0))).xyz * 4.0;
vec3 cGauss6 = texture(sampler0, v_texcoord0 + (offset * vec2(-1.0))).xyz * 16.0;
vec3 cGauss7 = texture(sampler0, v_texcoord0 + (offset * vec2(0.0, -1.0))).xyz * 26.0;
vec3 cGauss8 = texture(sampler0, v_texcoord0 + (offset * vec2(1.0, -1.0))).xyz * 16.0;
vec3 cGauss9 = texture(sampler0, v_texcoord0 + (offset * vec2(2.0, -1.0))).xyz * 4.0;
vec3 cGauss10 = texture(sampler0, v_texcoord0 + (offset * vec2(-2.0, 0.0))).xyz * 7.0;
vec3 cGauss11 = texture(sampler0, v_texcoord0 + (offset * vec2(-1.0, 0.0))).xyz * 26.0;
vec3 cGauss12 = texture(sampler0, v_texcoord0 + (offset * vec2(0.0))).xyz * 41.0;
vec3 cGauss13 = texture(sampler0, v_texcoord0 + (offset * vec2(1.0, 0.0))).xyz * 26.0;
vec3 cGauss14 = texture(sampler0, v_texcoord0 + (offset * vec2(2.0, 0.0))).xyz * 7.0;
vec3 cGauss15 = texture(sampler0, v_texcoord0 + (offset * vec2(-2.0, 1.0))).xyz * 4.0;
vec3 cGauss16 = texture(sampler0, v_texcoord0 + (offset * vec2(-1.0, 1.0))).xyz * 16.0;
vec3 cGauss17 = texture(sampler0, v_texcoord0 + (offset * vec2(0.0, 1.0))).xyz * 26.0;
vec3 cGauss18 = texture(sampler0, v_texcoord0 + (offset * vec2(1.0))).xyz * 16.0;
vec3 cGauss19 = texture(sampler0, v_texcoord0 + (offset * vec2(2.0, 1.0))).xyz * 4.0;
vec3 cGauss20 = texture(sampler0, v_texcoord0 + (offset * vec2(-2.0, 2.0))).xyz * 1.0;
vec3 cGauss21 = texture(sampler0, v_texcoord0 + (offset * vec2(-1.0, 2.0))).xyz * 4.0;
vec3 cGauss22 = texture(sampler0, v_texcoord0 + (offset * vec2(0.0, 2.0))).xyz * 7.0;
vec3 cGauss23 = texture(sampler0, v_texcoord0 + (offset * vec2(1.0, 2.0))).xyz * 4.0;
vec3 cGauss24 = texture(sampler0, v_texcoord0 + (offset * vec2(2.0))).xyz * 1.0;
color = (((((((((((((((((((((((cGauss0 + cGauss1) + cGauss2) + cGauss3) + cGauss4) + cGauss5) + cGauss6) + cGauss7) + cGauss8) + cGauss9) + cGauss10) + cGauss11) + cGauss12) + cGauss13) + cGauss14) + cGauss15) + cGauss16) + cGauss17) + cGauss18) + cGauss19) + cGauss20) + cGauss21) + cGauss22) + cGauss23) + cGauss24;
color /= vec3(273.0);
return color;
}
vec3 processBLOOM(inout vec3 color, vec3 colorB, mediump int hatsu)
{
vec4 sum = vec4(0.0);
mediump int diffx = 2;
mediump int diffy = 3;
mediump int _408 = -diffy;
for (mediump int ib = _408; ib < diffy; ib++)
{
mediump int _419 = -diffx;
for (mediump int jb = _419; jb < diffx; jb++)
{
sum += (texture(sampler0, v_texcoord0 + (vec2(float(jb), float(ib)) * 0.00200000009499490261077880859375)) * 0.2199999988079071044921875);
}
}
bool _453 = color.x < 0.300000011920928955078125;
bool _460;
if (_453)
{
_460 = color.y < 0.300000011920928955078125;
}
else
{
_460 = _453;
}
bool _467;
|
Rocky Balboa |
v1.12.3 |
2021-12-20 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04000000/04088000 |
Rocky Balboa |
v1.12.3 |
2021-12-20 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04044000/04088000 |
Rocky Balboa |
v1.11-2-gb539ce8c2 |
2021-12-12 |
ReadFromHardware: Invalid address 000000cc near PC 000000cc LR 08a17800 |
Rocky Balboa |
v1.12.3 |
2022-05-10 |
Unknown GetPointer 0000006c PC 08807418 LR 08807428 |
Rocky Balboa |
v1.12.3 |
2021-11-01 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=1, text=1 |
Rocky Balboa |
v1.10.2 |
2021-10-23 |
RET: Stack empty! |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Unexpected mpeg first timestamp: 5000015f90 / 343597473680 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 008f2d00: pc = 008e2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 008e2d00: pc = 008d2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 008d2d00: pc = 008c2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 008c2d00: pc = 008b2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 008b2d00: pc = 008a2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 008a2d00: pc = 00892d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00892d00: pc = 00882d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00882d00: pc = 00872d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00872d00: pc = 00862d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00862d00: pc = 00852d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00852d00: pc = 00842d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00842d00: pc = 00832d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00832d00: pc = 00822d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00822d00: pc = 00812d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00812d00: pc = 00802d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00802d00: pc = 007f2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 007f2d00: pc = 007e2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 007e2d00: pc = 007d2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 007d2d00: pc = 007c2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 007c2d00: pc = 007b2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 007b2d00: pc = 007a2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 007a2d00: pc = 00792d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00792d00: pc = 00782d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00782d00: pc = 00772d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00772d00: pc = 00762d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00762d00: pc = 00752d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00752d00: pc = 00742d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00742d00: pc = 00732d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00732d00: pc = 00722d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00722d00: pc = 00712d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00712d00: pc = 00702d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00702d00: pc = 006f2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 006f2d00: pc = 006e2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 006e2d00: pc = 006d2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 006d2d00: pc = 006c2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 006c2d00: pc = 006b2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 006b2d00: pc = 006a2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 006a2d00: pc = 00692d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00692d00: pc = 00682d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00682d00: pc = 00672d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00672d00: pc = 00662d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00662d00: pc = 00652d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00652d00: pc = 00642d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00642d00: pc = 00632d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00632d00: pc = 00622d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00622d00: pc = 00612d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00612d00: pc = 00602d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00602d00: pc = 005f2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 005f2d00: pc = 005e2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 005e2d00: pc = 005d2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 005d2d00: pc = 005c2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 005c2d00: pc = 005b2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 005b2d00: pc = 005a2d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 005a2d00: pc = 00592d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00592d00: pc = 00582d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00582d00: pc = 00572d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00572d00: pc = 00562d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00562d00: pc = 00552d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00552d00: pc = 00542d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00542d00: pc = 00532d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00532d00: pc = 00522d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00522d00: pc = 00512d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00512d00: pc = 00502d00 |
Rocky Balboa |
v1.10.3 |
2021-09-28 |
Trying to write block exit to illegal destination 00502d00: pc = 004f2d00 |