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: Chinatown Wars |
v1.16.6-456-g3e20fab38 |
2024-09-16 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r8p1-00rel0 [Revision 96995].
01f31591:00000b21 HWX T N LM Light: 0: c:1 t:0 1: c:1 t:2 2: c:1 t:1 3: c:1 t:0 MatUp:3 Cull
#version 100
// Driver: Mali-400 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01f31591:00000b21 HWX T N LM Light: 0: c:1 t:0 1: c:1 t:2 2: c:1 t:1 3: c:1 t:0 MatUp:3 Cull
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform mediump vec3 u_lightdir1;
uniform mediump vec2 u_lightangle_spotCoef1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec3 u_lightspecular3;
uniform lowp vec4 u_ambient;
uniform lowp vec3 u_matdiffuse;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
vec4 ambientColor = u_matambientalpha;
vec3 diffuseColor = u_matdiffuse.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
lowp float angle;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
angle = dot(u_lightdir1, toLight);
if (angle >= u_lightangle_spotCoef1.x) {
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0) * (u_lightangle_spotCoef1.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef1.y));
} else {
lightScale = 0.0;
}
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance |
Assassin's Creed: Bloodlines™ |
v1.16.6-456-g3e20fab38 |
2024-09-19 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r8p1-00rel0 [Revision 96995].
01f10444:00090b20 HWX T N TexProjNNrm UVMtx Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:0 MatUp:1 Cull
#version 100
// Driver: Mali-400 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01f10444:00090b20 HWX T N TexProjNNrm UVMtx Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:0 MatUp:1 Cull
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mediump mat4 u_texmtx;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform vec3 u_lightpos3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec3 u_matdiffuse;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
vec4 ambientColor = u_matambientalpha;
vec3 diffuseColor = u_matdiffuse.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse) * lightScale;
toLight = u_lightpos3;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse);
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_texcoord = mul(length(normal) == 0.0 ? vec4(0.0, 0.0, 0.0, 1.0) : vec4(normalize(normal), 1.0), u_texmtx).xyz * vec3(u_uvscaleoffset.xy, 1.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ |
遊☆戯☆王 アーク□ファイブ タッグフォース スペシャル |
v1.16.6-456-g3e20fab38 |
2023-12-14 |
Unknown GetPointer 0000003c PC 0947e2fc LR 0947e2f0 |
遊☆戯☆王 アーク□ファイブ タッグフォース スペシャル |
v1.16.6-456-g3e20fab38 |
2023-12-14 |
Unknown GetPointerWrite 00000000 PC 0947e2fc LR 0947e2f0 |
遊☆戯☆王 アーク□ファイブ タッグフォース スペシャル |
v1.17.4-1 |
2024-10-11 |
__KernelStopThread: thread 289 does not exist (helper deleted) |
Prinny: Can I Really Be the Hero? |
v1.17.4-1 |
2024-10-09 |
00000400=sceGeEdramSetAddrTranslation(00000000) |
遊☆戯☆王 アーク□ファイブ タッグフォース スペシャル |
v1.17.4-1 |
2024-10-12 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
寂静岭:破碎的记忆 |
v1.17.4-1 |
2024-10-05 |
00000400=sceGeEdramSetAddrTranslation(00001000) |
Mega Man Maverick Hunter X |
v1.17.4-1 |
2024-10-12 |
00000400=sceGeEdramSetAddrTranslation(00000000) |
MONSTER HUNTER PORTABLE 2nd G |
v1.17.4-1 |
2024-10-12 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
Assassin's Creed: Bloodlines™ |
v1.17.4-1 |
2024-10-12 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
GTA: Liberty City Stories |
v1.17.4-1 |
2024-10-12 |
sceNetAdhocMatchingInit(13620) at 08a0a46c |
FINAL FANTASY 零式 ディスク1 |
v1.17.3 |
2024-08-02 |
sceIoChstat: change attr to 0000 requested |
FINAL FANTASY 零式 ディスク2 |
v1.17.3 |
2024-10-08 |
sceIoChstat: change attr to 0000 requested |
FINAL FANTASY 零式 ディスク1 |
v1.17.3 |
2024-08-02 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/NPJH50443DATA1/TYPE0INS.BIN, 09f95590, 00000002) |
FINAL FANTASY 零式 ディスク1 |
v1.17.1 |
2024-09-23 |
Unimplemented HLE function sceNetInetInetAddr |
FINAL FANTASY 零式 ディスク2 |
v1.17.3 |
2024-10-08 |
UNIMPL sceIoChstat(ms0:/PSP/SAVEDATA/NPJH50443DATA2/TYPE0INS.BIN, 09f95590, 00000002) |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2024-09-16 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
ソウルキャリバー Broken Destiny |
v1.9.4 |
2024-10-06 |
80000107=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first |
Gun™ Showdown |
v1.9.4 |
2024-10-12 |
Video out requested, not supported: mode=0 size=0,0 |
ソウルキャリバー Broken Destiny |
v1.9.4 |
2024-10-06 |
80000107=sceDisplaySetFrameBuf(04044000, 512, 1, 0): must change latched framebuf first |
RIDGE RACER |
v1.9.4 |
2024-10-11 |
sceIoAssign(disc0:, umd0:, isofs0:, IOASSIGN_RDONLY, 00000000, 0) |
RIDGE RACER |
v1.9.4 |
2024-10-11 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=2 |
RIDGE RACER |
v1.9.4 |
2024-10-11 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=0, text=1 |
Grand Theft Auto: Chinatown Wars |
v1.9.4 |
2024-10-12 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
寂静岭:破碎的记忆 |
v1.9.4 |
2024-10-07 |
Rendering from framebuf with offset 040d43c0 -> 040d4000+480x0 |
CAPCOM CLASSICS COLLECTION RELOADED |
v1.9.4 |
2024-10-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
CAPCOM CLASSICS COLLECTION RELOADED |
v1.9.4 |
2024-10-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
CAPCOM CLASSICS COLLECTION RELOADED |
v1.9.4 |
2024-10-11 |
DL PC = 00000000 WTF!!!! |
Mega Man Maverick Hunter X |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Mega Man Maverick Hunter X |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2024-10-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
VALKYRIE PROFILE -LENNETH- |
v1.9.4 |
2024-10-11 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff6a4, pos=0, access=1, data=1, text=1 |
Assassin's Creed: Bloodlines™ |
v1.9.4 |
2024-10-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
GTA: Liberty City Stories |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
MONSTER HUNTER PORTABLE 2nd G |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
GTA: Liberty City Stories |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2 |
GTA: Liberty City Stories |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1 |
GTA: Liberty City Stories |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Grand Theft Auto: Vice City Stories |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.9.4 |
2024-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
Mega Man Maverick Hunter X |
v1.9.4 |
2024-10-11 |
Unknown GE command : fee38e00 |