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 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-07-04 |
Error in shader program link: info: Error: Uniform u_texelDelta precision mismatch with other stage.
Error: Linking failed.
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec4 u_time;
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;
bvec4 _and_(bvec4 A, bvec4 B)
{
return bvec4(A.x && B.x, A.y && B.y, A.z && B.z, A.w && B.w);
}
vec4 df(vec4 A, vec4 B)
{
return abs(A - B);
}
bvec4 close(vec4 A, vec4 B)
{
vec4 param = A;
vec4 param_1 = B;
return lessThan(df(param, param_1), vec4(15.0));
}
bvec4 _or_(bvec4 A, bvec4 B)
{
return bvec4(A.x || B.x, A.y || B.y, A.z || B.z, A.w || B.w);
}
vec4 weighted_distance(vec4 a, vec4 b, vec4 c, vec4 d, vec4 e, vec4 f, vec4 g, vec4 h)
{
vec4 param = a;
vec4 param_1 = b;
vec4 param_2 = a;
vec4 param_3 = c;
vec4 param_4 = d;
vec4 param_5 = e;
vec4 param_6 = d;
vec4 param_7 = f;
vec4 param_8 = g;
vec4 param_9 = h;
return (((df(param, param_1) + df(param_2, param_3)) + df(param_4, param_5)) + df(param_6, param_7)) + (df(param_8, param_9) * 4.0);
}
vec3 processxBR(vec3 color)
{
vec2 pS = vec2(1.0) / u_texelDelta;
vec2 fp = fract(v_texcoord0 * pS);
vec2 TexCoord_0 = v_texcoord0 - (fp * u_pixelDelta);
vec2 dx = vec2(u_texelDelta.x, 0.0);
vec2 dy = vec2(0.0, u_texelDelta.y);
vec2 y2 = dy + dy;
vec2 x2 = dx + dx;
vec3 A = texture(sampler0, (TexCoord_0 - dx) - dy).xyz;
vec3 B = texture(sampler0, TexCoord_0 - dy).xyz;
vec3 C = texture(sampler0, (TexCoord_0 + dx) - dy).xyz;
vec3 D = texture(sampler0, TexCoord_0 - dx).xyz;
vec3 E = texture(sampler0, TexCoord_0).xyz;
vec3 F = texture(sampler0, TexCoord_0 + dx).xyz;
vec3 G = texture(sampler0, (TexCoord_0 - dx) + dy).xyz;
vec3 H = texture(sampler0, TexCoord_0 + dy).xyz;
vec3 I = texture(sampler0, (TexCoord_0 + dx) + dy).xyz;
vec3 A1 = texture(sampler0, (TexCoord_0 - dx) - y2).xyz;
vec3 C1 = texture(sampler0, (TexCoord_0 + dx) - y2).xyz;
vec3 A0 = texture(sampler0, (TexCoord_0 - x2) - dy).xyz;
vec3 G0 = texture(sampler0, (TexCoord_0 - x2) + dy).xyz;
vec3 C4 = texture(sampler0, (TexCoord_0 + x2) - dy).xyz;
vec3 I4 = texture(sampler0, (TexCoord_0 + x2) + dy).xyz;
vec3 G5 = texture(sampler0, (TexCoord_0 - dx) + y2).xyz;
vec3 I5 = texture(sampler0, (TexCoord_0 + dx) + y2).xyz;
vec3 B1 = texture(sampler0, TexCoord_0 - y2).xyz;
vec3 D0 = texture(sampler0, TexCoord_0 - x2).xyz;
vec3 H5 = texture(sampler0, TexCoord_0 + y2).xyz;
vec3 F4 = texture(sampler0, TexCoord_0 + x2).xyz;
vec4 b = vec4(dot(B, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(D, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(H, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(F, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 c = vec4(dot(C, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(A, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(G, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(I, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 d = vec4(b.y, b.z, b.w, b.x);
vec4 e = vec4(dot(E, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 f = vec4(b.w, b.x, b.y, b.z);
vec4 g = vec4(c.z, c.w, c.x, c.y);
vec4 h = vec4(b.z, b.w, b.x, b.y);
vec4 i = vec4(c.w, c.x, c.y, c.z);
vec4 i4 = vec4(dot(I4, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(C1, vec3(16.1630001068115234375, 23.3509998321533203125, 8.4771995544 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d730 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d230 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d210 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 028004f0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d1f0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 028004d0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 028004b0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d1d0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d1b0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d0c0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 022b10e0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0229d520 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d37990 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d0a0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d080 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d060 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d040 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d37450 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d371c0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d37000 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d36d60 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d36ad0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d365c0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d36400 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d36240 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d35fb0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d020 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d000 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219cfd0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219cfb0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d620 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219cdd0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219cd10 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219d520 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219cc60 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 0219cbe0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d34f90 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d34b60 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d34600 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d34530 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-30 |
Jump to invalid address: 02d34360 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=1, text=1 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-19 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144920332 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-19 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144908724 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-19 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153294704 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-19 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316352 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=08987780, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.10.3 |
2022-06-17 |
UNIMPL sceUtilityLoadUsbModule(1) |
Street Fighter® Alpha 3 Max |
v1.10.3 |
2022-06-17 |
sceGeBreak(mode=0, unknown=08a6ac20): unknown ptr (valid) |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-06-07 |
__KernelStopThread: thread 336 does not exist |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-05-22 |
__KernelStopThread: thread 318 does not exist |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-05-14 |
MFIC instruction hit (70020024) at 088b63a8 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-05-14 |
Video out requested, not supported: mode=0 size=512,512 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-05-11 |
__KernelStopThread: thread 324 does not exist |
Street Fighter® Alpha 3 Max |
v1.12.3-759-g5a6bf8b43 |
2022-05-10 |
sceNetAdhocMatchingInit(32768) at 088de77c |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-05-03 |
Could not setup streams, unexpected stream count: 4096 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-05-01 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=1, text=1 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-16 |
Decoding texture from VRAM mirror at 04710000 swizzle=0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-16 |
FBO created from existing depthbuffer as color, 04088000/04110000 and 04000000/04088000 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-16 |
UNTESTED sceNetAdhocPollSocket(09fd61c0, 1, 0, 1) at 089682bc |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-16 |
Rendering to framebuffer offset: 04161800 +64x0 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-14 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=1, text=1 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-14 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349424 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-12 |
Unimplemented HLE function sceIoAddDrv |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-04-07 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 040e0000 offset: 0 (256x256 stride 256, 5551) |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b29398, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-26 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULUS10437Data/PARAM.SFO, 09faf110, 00000002) |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-26 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/ULUS10437Data/DISSINST.DAT, 09faf5f0, 00000002) |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-26 |
sceIoChstat: change attr to 0000 requested |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-18 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167768800 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-12 |
__KernelStopThread: thread 308 does not exist |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-05-03 |
Failed to read valid video stream data from header |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-12 |
Could not setup streams, unexpected stream count: 13414 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-12 |
Unexpected mpeg first timestamp: d59a080000 / 917412249600 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-09 |
Game install with no files / data |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.12.3 |
2022-03-09 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=1, text=1 |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceGeBreak(mode=1, unknown=09ffd570): unknown ptr (valid) |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
Video out requested, not supported: mode=0 size=512,384 |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 13, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 12, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 11, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 10, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 9, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 8, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 7, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 6, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 5, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 4, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 3, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 2, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 1, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceSasSetADSRMode(08bbde80, 0, 15, 00000000, 00000000, 00000000, 00000000): invalid modes |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000020, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000020, pos=0, access=1, data=1, text=1 |
Street Fighter® Alpha 3 Max |
v1.11.3 |
2022-03-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a410b4, pos=0, access=1, data=2, text=2 |