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 |
Split/Second Velocity |
v1.14.4 |
2023-05-06 |
Ignoring possible texturing from framebuffer at 041ba000 +0x64 / 256x128 |
Split/Second Velocity |
v1.13.2 |
2023-04-23 |
sceDmacMemcpy(dest=04112000, src=0992c450, size=88774): overlapping read |
Split/Second Velocity |
v1.13.2 |
2023-04-23 |
sceDmacMemcpy(dest=04112000, src=097868d0, size=88775): overlapping read |
Split/Second Velocity |
v1.14.4 |
2023-03-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
Split/Second Velocity |
v1.14.4 |
2023-02-22 |
Unimplemented HLE function sceKernelStopUnloadSelfModule |
Split/Second Velocity |
v1.14.4 |
2023-02-22 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
Split/Second Velocity |
v1.14.4 |
2023-02-21 |
Error in shader compilation: info: ERROR: 0:16: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:16: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:16: '>>' : wrong operand types no operation '>>' exists that takes a left-hand operand of type 'in uint' and a right operand of type 'const int' (or there is no acceptable conversion)
ERROR: 0:25: 'v_texcoord' : undeclared identifier
ERROR: 0:25: 'xy' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:25: 'texture' : no matching overloaded function found (using implicit conversion)
ERROR: 0:25: '=' : cannot convert from 'const float' to '4-component vector of float'
ERROR: 0:27: 'fragColor0' : undeclared identifier
ERROR: 0:27: 'assign' : cannot convert from '4-component vector of float' to 'float'
reinterpret
#version 300 es
// Driver: Intel(R) HD Graphics for BayTrail - GLSL 300
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
precision highp float;
uniform sampler2D tex;
uint packColor(vec4 val) {
return uint(val.r * 15.99) | (uint(val.g * 15.99) << 4u) | (uint(val.b * 15.99) << 8u) | (uint(val.a * 15.99) << 12u);
}
vec4 unpackColor(uint color) {
vec4 outColor = vec4(float(color & 0x1FU), float((color >> 5u) & 0x1FU), float((color >> 10u) & 0x1FU), 0.0);
outColor.rgb *= 1.0 / 31.0;
outColor.a = float(color >> 15);
return outColor;
}
in highp vec2 v_texcoord; // TEXCOORD0
uniform vec2 texSize;
uniform float scaleFactor;
out vec4 fragColor0;
void main() {
vec4 val = texture(tex, v_texcoord.xy);
vec4 outColor = unpackColor(packColor(val));
fragColor0 = outColor;
}
|
Split/Second Velocity |
v1.14.4 |
2023-02-21 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |
Split/Second Velocity |
v1.14.4 |
2023-02-21 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
Split/Second Velocity |
v1.14.4 |
2023-02-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2 |
Split/Second Velocity |
v1.14.4 |
2023-02-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1 |
Split/Second Velocity |
v1.14.4 |
2023-02-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=1, text=1 |
Split/Second Velocity |
v1.14.4 |
2023-02-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=2, text=2 |
Split/Second Velocity |
v1.14.4 |
2023-01-30 |
Replacement rowPitch=128, but w=512 (level=0) |
Split/Second Velocity |
v1.14.4 |
2023-01-27 |
80630007=sceAtracSetData(2, 08d4b180, 0000d800): atracID uses different codec type than data |
Split/Second Velocity |
v1.14.4 |
2023-01-27 |
80630007=sceAtracSetData(2, 08d4b180, 00003100): atracID uses different codec type than data |
Split/Second Velocity |
v1.14.4 |
2023-01-27 |
80630007=sceAtracSetData(2, 08d4b180, 00015700): atracID uses different codec type than data |
Split/Second Velocity |
v1.14.4 |
2023-01-27 |
80630007=sceAtracSetData(2, 08d4b180, 0000fe00): atracID uses different codec type than data |
Split/Second Velocity |
v1.14.4 |
2023-01-27 |
80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data |
Split/Second Velocity |
v1.14.4 |
2023-01-27 |
80630007=sceAtracSetData(2, 08d4b180, 0000b190): atracID uses different codec type than data |
Split/Second Velocity |
v1.14.2 |
2023-01-04 |
sceSasSetADSRMode(08bbde80, 7, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Split/Second Velocity |
v1.14.4 |
2023-05-06 |
Ignoring possible texturing from framebuffer at 041ba000 +0x64 / 256x256 |
Split/Second Velocity |
v1.14.4 |
2023-04-26 |
Ignoring possible texturing from framebuffer at 041b8000 +0x64 / 256x256 |
Split/Second Velocity |
v1.13.2 |
2022-12-06 |
sceDmacMemcpy(dest=04112000, src=09650690, size=88762): overlapping read |
Split/Second Velocity |
v1.13.2 |
2022-11-23 |
sceDmacMemcpy(dest=04112000, src=09599d10, size=88762): overlapping read |
Split/Second Velocity |
v1.13.2 |
2022-11-20 |
sceDmacMemcpy(dest=04112000, src=0954c310, size=88780): overlapping read |
Split/Second Velocity |
v1.8.0 |
2022-11-04 |
Unknown GetPointer ea8da6ee PC ea8da6ee LR ea8da6ee |
Split/Second Velocity |
v1.8.0 |
2022-11-04 |
WriteToHardware: Invalid address 0a000000 near PC 0882a7a8 LR 0882a75c |
Split/Second Velocity |
v1.8.0 |
2022-11-04 |
WriteToHardware: Invalid address 0a000000 near PC 088fbdfc LR 0882a738 |
Split/Second Velocity |
v1.8.0 |
2022-11-04 |
ReadFromHardware: Invalid address 2aeabaae near PC 088f3a14 LR 088f3b54 |
Split/Second Velocity |
v1.12.3 |
2022-11-03 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 04044000 offset: 0 (512x512 stride 512, 8888) |
Split/Second Velocity |
v1.14.4-284-g473da82e8 |
2023-05-05 |
Ignoring possible texturing from framebuffer at 041bc000 +0x64 / 256x128 |
Split/Second Velocity |
v1.13.1 |
2022-10-06 |
sceDmacMemcpy(dest=04112000, src=09929550, size=88774): overlapping read |
Split/Second Velocity |
v1.13.1 |
2022-10-05 |
sceDmacMemcpy(dest=04112000, src=098ac190, size=88774): overlapping read |
Split/Second Velocity |
v1.13.2 |
2022-10-04 |
Unknown GetPointer 00000000 PC 0895bb84 LR 0895bbcc |
Split/Second Velocity |
v1.14.4-708-gc1df1868f |
2023-05-13 |
Ignoring possible texturing from framebuffer at 041ac000 +0x64 / 256x256 |
Split/Second Velocity |
v1.14.4-44-g248ea42a5 |
2023-06-08 |
Ignoring possible texturing from framebuffer at 041bc000 +0x64 / 256x256 |
Split/Second Velocity |
v1.11.3 |
2022-08-08 |
sceDmacMemcpy(dest=04112000, src=0964e710, size=88762): overlapping read |
Split/Second Velocity |
v1.12.3 |
2022-05-27 |
sceDmacMemcpy(dest=04112000, src=090ef090, size=88781): overlapping read |
Split/Second Velocity |
v1.12.3 |
2022-05-27 |
sceDmacMemcpy(dest=04112000, src=09779450, size=88775): overlapping read |
Split/Second Velocity |
v1.12.3 |
2022-05-26 |
sceDmacMemcpy(dest=04112000, src=09643210, size=88762): overlapping read |
Split/Second Velocity |
v1.12.3 |
2022-05-26 |
sceDmacMemcpy(dest=04112000, src=09644190, size=88762): overlapping read |
Split/Second Velocity |
v1.12.3 |
2022-05-26 |
sceDmacMemcpy(dest=04112000, src=09643190, size=88762): overlapping read |
Split/Second Velocity |
v1.12.3-1100-g622753794 |
2022-05-03 |
Lots of blits needed for obscure blending: 43 per frame, blend 2/3/0 |
Split/Second Velocity |
v1.12.3 |
2021-11-10 |
Video out requested, not supported: mode=0 size=512,384 |
Split/Second Velocity |
v1.12.3 |
2021-11-10 |
Video out requested, not supported: mode=0 size=0,0 |
Split/Second Velocity |
v1.12.3 |
2021-11-10 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
Split/Second Velocity |
v1.12.3 |
2021-11-05 |
sceDmacMemcpy(dest=04112000, src=09287250, size=88788): overlapping read |
Split/Second Velocity |
v1.10.3 |
2022-02-20 |
Render to area containing texture at 04044000 +0x101 |
Split/Second Velocity |
v1.12.1 |
2021-10-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e9048, pos=0, access=1, data=2, text=2 |
Split/Second Velocity |
v1.12.1 |
2021-10-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e9048, pos=0, access=1, data=1, text=1 |
Split/Second Velocity |
v1.14.4 |
2023-02-22 |
sceDmacMemcpy(dest=04112000, src=097839d0, size=88775): overlapping read |
Split/Second Velocity |
v1.11.3 |
2021-10-05 |
Unimplemented HLE function sceNetResolverTerm |
Split/Second Velocity |
v1.10.3-650-g2b49c3e46 |
2021-08-23 |
Ignoring possible texturing from framebuffer at 041ba000 +0x128 / 256x256 |
Split/Second Velocity |
v1.10.3-352-gd90630c26 |
2021-08-16 |
Texturing from framebuffer with different strides 64 != 128 |
Split/Second Velocity |
v1.10.3-352-gd90630c26 |
2021-08-16 |
Texturing from framebuffer with incompatible format 4444 != 565 at 04114000 |
Split/Second Velocity |
v1.10.3-352-gd90630c26 |
2021-08-16 |
Texturing from framebuffer with different formats 2 != 0 |
Split/Second Velocity |
v1.10.3-387-g6ca01d588 |
2021-08-15 |
Texturing from framebuffer with incompatible format 4444 != 565 at 041bc000 |
Split/Second Velocity |
v1.10.3-534-g77ac80dc0 |
2021-08-16 |
Ignoring possible texturing from framebuffer at 041b8000 +0x128 / 256x256 |
Split/Second Velocity |
v1.10.3-650-g2b49c3e46 |
2021-08-23 |
Ignoring possible texturing from framebuffer at 041bc000 +0x128 / 256x256 |
Split/Second Velocity |
v1.10.3-97-gd0e9d2c54 |
2021-07-31 |
Render to area containing texture at 04044000 +0x25 |
Split/Second Velocity |
v1.12.3 |
2022-05-30 |
sceDmacMemcpy(dest=04112000, src=0977a1d0, size=88775): overlapping read |
Split/Second Velocity |
v1.10.3 |
2021-05-20 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145634952 |
Split/Second Velocity |
v1.10.3 |
2021-05-20 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145543488 |
Split/Second Velocity |
v1.10.3 |
2021-05-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
Split/Second Velocity |
v1.10.3 |
2021-05-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
Split/Second Velocity |
v1.10.3 |
2021-05-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
Split/Second Velocity |
v1.13.1 |
2022-10-05 |
sceDmacMemcpy(dest=04112000, src=09545190, size=88774): overlapping read |
Split/Second Velocity |
v1.11.3 |
2021-03-15 |
sceDmacMemcpy(dest=04112000, src=09596e10, size=88762): overlapping read |
Split/Second Velocity |
v1.10.3 |
2021-03-15 |
Render to area containing texture at 04044000 +0x57 |
Split/Second Velocity |
v1.11.3 |
2021-03-13 |
sceDmacMemcpy(dest=04112000, src=096d3310, size=88775): overlapping read |
Split/Second Velocity |
v1.11.3 |
2021-03-13 |
sceDmacMemcpy(dest=04112000, src=094e7790, size=88767): overlapping read |
Split/Second Velocity |
v1.13.1 |
2022-10-05 |
sceDmacMemcpy(dest=04112000, src=09596d90, size=88762): overlapping read |
Split/Second Velocity |
v1.10.3 |
2021-02-22 |
Render to area containing texture at 04044000 +0x75 |
Split/Second Velocity |
v1.15.4 |
2023-06-06 |
UNTESTED sceNetAdhocPollSocket(09fff3c0, 1, 0, 1) at 08823fb0 |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid) |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
80020001=sceKernelCreateMutex(): invalid name |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=08beaac0, pos=0, access=1, data=2, text=2 |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=08beaac0, pos=0, access=1, data=1, text=1 |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5f0, pos=0, access=1, data=2, text=2 |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5f0, pos=0, access=1, data=1, text=1 |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
Split/Second Velocity |
v1.10.3 |
2021-02-15 |
Render to area containing texture at 04044000 +0x10 |
Split/Second Velocity |
v1.10.3 |
2022-02-20 |
Render to area containing texture at 04044000 +0x90 |
Split/Second Velocity |
v1.10.3 |
2021-01-31 |
Render to area containing texture at 041ba000 +0x32 |
Split/Second Velocity |
v1.10.3 |
2021-01-31 |
Render to area containing texture at 04044000 +0x100 |
Split/Second Velocity |
v1.10.3 |
2020-12-13 |
Render to area containing texture at 04044000 +0x3 |
Split/Second Velocity |
v1.10.3 |
2020-12-13 |
Render to area containing texture at 04044000 +0x8 |
Split/Second Velocity |
v1.10.3 |
2020-11-11 |
Render to area containing texture at 04044000 +0x51 |
Split/Second Velocity |
v1.14.1 |
2022-12-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Split/Second Velocity |
v1.10.3 |
2020-11-08 |
Video out requested, not supported: mode=0 size=512,512 |
Split/Second Velocity |
v1.10.3 |
2021-01-31 |
Render to area containing texture at 04044000 +0x1 |
Split/Second Velocity |
v1.10.3 |
2020-10-28 |
Render to area containing texture at 04044000 +0x7 |
Split/Second Velocity |
v1.10.3 |
2020-10-12 |
Render to area containing texture at 04044000 +0x53 |
Split/Second Velocity |
v1.10.3 |
2020-10-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
Split/Second Velocity |
v1.10.3 |
2020-10-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
Split/Second Velocity |
v1.10.3 |
2020-10-07 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
Split/Second Velocity |
v1.10.3 |
2021-02-20 |
RET: Stack empty! |
Split/Second Velocity |
v1.10.3 |
2020-10-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204 |
Split/Second Velocity |
v1.10.3 |
2020-10-07 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |