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 |
God of War®: Ghost of Sparta |
v1.18.1-1076-g87cf0be961 |
2025-07-11 |
Error in shader program link: info: Fragment shader(s) linked, vertex shader(s) failed to link.
fs: 00180000:01200822 Tex Fog LM Double StenToAlpha StenUniform TFuncMod
#version 120
// Driver: ATI MOBILITY RADEON X700 - GLSL 120
#define DISCARD discard
#define lowp
#define mediump
#define highp
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00180000:01200822 Tex Fog LM Double StenToAlpha StenUniform TFuncMod
uniform sampler2D tex;
uniform float u_stencilReplaceValue;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
uniform vec3 u_fogcolor;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = 1.0;
vec4 v = p * t + s;
v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0);
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
gl_FragColor = vec4(v.rgb, u_stencilReplaceValue);
}
vs: 01730555:00000b29 HWX C T N LM Light: 0: c:1 t:1 1: c:1 t:1 2: c:1 t:1 MatUp:3 Cull
#version 120
// Driver: ATI MOBILITY RADEON X700 - GLSL 120
#define gl_VertexIndex gl_VertexID
#define lowp
#define mediump
#define highp
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01730555:00000b29 HWX C T N LM Light: 0: c:1 t:1 1: c:1 t:1 2: c:1 t:1 MatUp:3 Cull
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
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 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 lowp vec4 u_ambient;
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 = color0;
vec3 diffuseColor = color0.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;
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);
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 * lightScale;
}
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);
if (ldot >= 0.0) {
i |
エルミナージュ ゴシック |
v1.18.1-1076-g87cf0be961 |
2025-02-21 |
0=sceUtilityScreenshotInitStart(08c94798) |
Elminage Original |
v1.18.1-1076-g87cf0be961 |
2025-02-21 |
0=sceUtilityScreenshotInitStart(08b96e58) |
WWE 2K25 BY LETSKIMODZ |
v1.18.1-1076-g87cf0be961 |
2025-03-09 |
ReadFromHardware: Invalid address 11266648 near PC 088df3c8 LR 088df3c8 |
PANGYA : Fantasy Golf |
v1.18.1-1099-g863530fac8 |
2025-02-15 |
SCE_KERNEL_ERROR_INVALID_MODE=sceDisplaySetFrameBuf(04088000, 512, 3, 0): must change latched framebuf first |
ソウルキャリバー Broken Destiny |
v1.18.1-993-ge80941403a |
2025-03-17 |
SCE_KERNEL_ERROR_INVALID_MODE=sceDisplaySetFrameBuf(04044000, 512, 1, 0): must change latched framebuf first |
ソウルキャリバー Broken Destiny |
v1.18.1-993-ge80941403a |
2025-03-17 |
SCE_KERNEL_ERROR_INVALID_MODE=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first |
PANGYA : Fantasy Golf |
v1.18.1-993-ge80941403a |
2025-03-05 |
SCE_KERNEL_ERROR_INVALID_MODE=sceDisplaySetFrameBuf(04000000, 512, 3, 0): must change latched framebuf first |
OUTRUN 2006: COAST 2 COAST |
v1.19.2-211-g1ce6082476 |
2025-07-15 |
sceKernelCreateThread(name=sceUSB_PSPComm_Driver): unsupported attributes 00000006, ignoring |
Spider-Man(TM): Web of Shadows – Amazing Allies Edition |
v1.19.2 |
2025-07-18 |
sceKernelCreateThread(name=update_thread): unsupported attributes 20000000, ignoring |
WWE 2K25 BY LETSKIMODZ |
v1.9.4 |
2025-07-19 |
sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid) |
WWE 2K25 BY LETSKIMODZ |
v1.9.4 |
2025-07-19 |
80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data |
PATCH SPARTAN11 |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1-993-ge80941403a |
2025-07-19 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
EA-Sports FC PC-V |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
eFootball PC - V. |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
eFootball Play-C |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
eFootball 2024 Beta By Tutoriales Bendezu |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
eFooTBall Play Cesar Patch |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
WWE'12 |
v1.19.3 |
2025-07-19 |
Rendering to framebuffer offset at 040cc000 +64x0 (stride 512) |
God of War®: Ghost of Sparta |
v1.19.3-301-g6cb0309b6c |
2025-07-19 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
God of War: Chains of Olympus |
v1.19.3-301-g6cb0309b6c |
2025-07-19 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
God of War™: Ghost of Sparta |
v1.19.3 |
2025-07-19 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
God of War: Chains of Olympus |
v1.19.3-317-gd8a06afe26 |
2025-07-19 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
eFootball Chelito 19 |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
METAL SLUG XX™ |
v1.19.3 |
2025-07-19 |
sceNetAdhocMatchingInit(65536) at 08864640 |
Mortal Kombat: Unchained |
v1.19.3 |
2025-07-19 |
Failed to read valid video stream data from header |
MONSTER HUNTER PORTABLE 3rd |
v1.18.1-1076-g87cf0be961 |
2025-07-11 |
Failed decrypting the PRX (ret = -4, size = 2247320, psp_size = 2247664)! |
OUTRUN 2006: COAST 2 COAST |
v1.9.3-708-g259ae2862 |
2025-07-17 |
Unimplemented HLE function Kprintf |
FIFA 14 - Du |
v1.9.4 |
2025-07-15 |
BREAK instruction hit |
FIFA 14 - Du |
v1.9.4 |
2025-07-15 |
UNIMPL sceKernelStopUnloadSelfModuleWithStatus(00000001, 00000000, 00000000, 00000000, 00000000): game has likely crashed |
PES 2013 |
v1.9.4 |
2025-07-19 |
Savedata version requested: 3 |
Assassin's Creed: Bloodlines™ |
v1.9.4 |
2025-07-16 |
An uneaten prefix at end of block: 08928190 |
Call of Duty : Roads to Victory™ |
v1.9.4 |
2025-07-19 |
An uneaten prefix at end of block: 08a683b0 |
MONSTER HUNTER FREEDOM UNITE™ |
v1.9.4 |
2025-06-22 |
sceDmacMemcpy(dest=0414e000, src=096b4b10, size=251136): overlapping read |
Star Wars Battlefront: Elite Squadron |
v1.9.4 |
2025-07-19 |
Video out requested, not supported: mode=0 size=0,0 |
Mortal Kombat: Unchained |
v1.9.4 |
2025-07-19 |
Could not setup streams, unexpected stream count: 13414 |
Killzone™: Liberation |
v1.9.4 |
2025-07-14 |
Video out requested, not supported: mode=0 size=512,272 |
Dante's Inferno™ |
v1.9.4 |
2025-07-19 |
Video out requested, not supported: mode=0 size=0,0 |
Mortal Kombat: Unchained |
v1.9.4 |
2025-07-19 |
Video out requested, not supported: mode=0 size=0,0 |
Prince of Persia: The Forgotten Sands™ |
v1.9.4 |
2025-07-19 |
Video out requested, not supported: mode=0 size=0,0 |
WWE'12 |
v1.9.4 |
2025-07-19 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
WWE'12 |
v1.9.4 |
2025-07-19 |
80630007=sceAtracSetData(2, 08d4b180, 00004bd8): atracID uses different codec type than data |
WWE'12 |
v1.9.4 |
2025-07-19 |
80630007=sceAtracSetData(2, 08d4b180, 00004890): atracID uses different codec type than data |
WWE'12 |
v1.9.4 |
2025-07-19 |
80630007=sceAtracSetData(2, 08d4b180, 00003100): atracID uses different codec type than data |
WWE'12 |
v1.9.4 |
2025-07-19 |
80630007=sceAtracSetData(2, 08d4b180, 0000fe00): atracID uses different codec type than data |
WWE'12 |
v1.9.4 |
2025-07-19 |
80630007=sceAtracSetData(2, 08d4b180, 00015700): atracID uses different codec type than data |
WWE'12 |
v1.9.4 |
2025-07-19 |
80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data |
Call of Duty : Roads to Victory™ |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
Pro Evolution Soccer 6 |
v1.9.4 |
2025-07-19 |
UNIMPL sceUtilityLoadUsbModule(1) |
MX vs ATV Unleashed |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
MX vs ATV Unleashed |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Dungeons & Dragons® Tactics |
v1.9.4 |
2025-07-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
Dungeons & Dragons® Tactics |
v1.9.4 |
2025-07-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
CARS |
v1.9.4 |
2025-07-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
CARS |
v1.9.4 |
2025-07-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
七魂(NANATAMA)~クロニクルオブダンジョンメーカー~ |
v1.9.4 |
2025-03-05 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=fefefefe, pos=0, access=1, data=2, text=2 |
SNK Arcade Classics Vol. 1 |
v1.9.4 |
2025-07-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=08b50000, pos=0, access=1, data=2, text=2 |
Elminage Original |
v1.9.4 |
2025-02-21 |
VTYPE with morph used: THRU=0 TC=3 COL=0 POS=3 NRM=3 WT=0 NW=1 IDX=2 MC=3 |
OUTRUN 2006: COAST 2 COAST |
v1.9.4 |
2025-07-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5b0, pos=0, access=1, data=1, text=1 |
OUTRUN 2006: COAST 2 COAST |
v1.9.4 |
2025-07-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffdeec, pos=0, access=1, data=1, text=1 |
OUTRUN 2006: COAST 2 COAST |
v1.9.4 |
2025-07-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffdeec, pos=0, access=1, data=2, text=2 |
STREET FIGHTER ALPHA3 MAX |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
STREET FIGHTER ALPHA3 MAX |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
METAL SLUG Anthology |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=08ad0000, pos=0, access=1, data=2, text=2 |
Spider-Man(TM): Web of Shadows – Amazing Allies Edition |
v1.9.4 |
2025-07-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
Assassin's Creed: Bloodlines™ |
v1.9.4 |
2025-07-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Mega Man Maverick Hunter X |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Mega Man Maverick Hunter X |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Star Wars Battlefront: Elite Squadron |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00038800, pos=0, access=1, data=2, text=2 |
DRAGONBALL: EVOLUTION |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Call of Duty : Roads to Victory™ |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
NEED FOR SPEED™ MOST WANTED 5-1-0 |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
Burnout™ Legends |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Burnout™ Legends |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Killzone™: Liberation |
v1.9.4 |
2025-07-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
Mortal Kombat: Unchained |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Mortal Kombat: Unchained |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
MONSTER HUNTER FREEDOM UNITE™ |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Street Fighter® Alpha 3 Max |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
PANGYA : Fantasy Golf |
v1.9.4 |
2025-07-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
PANGYA : Fantasy Golf |
v1.9.4 |
2025-07-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
NARUTO Shippuden: Ultimate Ninja Heroes 3 |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
Grand Theft Auto: Vice City Stories |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.9.4 |
2025-07-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
MONSTER HUNTER PORTABLE 3rd HD Ver. |
v1.9.4 |
2025-07-19 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |