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 |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c734c4, pos=0, access=1, data=2, text=2 |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-16 |
Unknown GE command : 5a203a72 |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
Branch in Jump delay slot at 09fff330 in block starting at 09fff2ec |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
Branch in Jump delay slot at 09fff320 in block starting at 09fff2ec |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
Jump to invalid address: 065e0200 |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
Jump to invalid address: 025adbe0 |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
MIPSCompileOp: Invalid instruction 0000003c |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
Jump to invalid address: 07ffccc0 |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
Branch in Jump delay slot at 09fff2f4 in block starting at 09fff2ec |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
Jump to invalid address: 065de940 |
Prince of Persia - Revelations |
v1.4.2-425-g7a7ccee5e |
2022-05-15 |
Error in shader compilation: info: 0(158) : error C1008: undefined variable "u_proj"
0(159) : error C1008: undefined variable "col"
0(175) : error C1008: undefined variable "col"
0(178) : error C1008: undefined variable "col"
0(179) : error C1008: undefined variable "col"
0(190) : error C1008: undefined variable "col"
0(193) : error C1008: undefined variable "col"
0(194) : error C1008: undefined variable "col"
0(205) : error C1008: undefined variable "col"
0(208) : error C1008: undefined variable "col"
0(209) : error C1008: undefined variable "col"
0(220) : error C1008: undefined variable "col"
0(223) : error C1008: undefined variable "col"
0(224) : error C1008: undefined variable "col"
0(226) : error C1008: undefined variable "tex"
/ code: #version 330
#define lowp
#define mediump
#define highp
in mediump vec4 w1, w2;
in vec3 position;
in mediump vec3 normal;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mediump mat4 u_texmtx;
uniform mat4 u_bone0;
uniform mat4 u_bone1;
uniform mat4 u_bone2;
uniform mat4 u_bone3;
uniform mat4 u_bone4;
uniform mat4 u_bone5;
uniform mat4 u_bone6;
uniform mat4 u_bone7;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform mediump vec3 u_lightdir0;
uniform mediump float u_lightangle0;
uniform mediump float u_lightspotCoef0;
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 float u_lightangle1;
uniform mediump float u_lightspotCoef1;
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 mediump vec3 u_lightdir2;
uniform mediump float u_lightangle2;
uniform mediump float u_lightspotCoef2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform mediump vec3 u_lightdir3;
uniform mediump float u_lightangle3;
uniform mediump float u_lightspotCoef3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec3 u_lightspecular3;
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;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
uniform sampler1D u_tess_pos_tex;
uniform sampler1D u_tess_tex_tex;
uniform sampler1D u_tess_col_tex;
uniform int u_spline_count_u;
vec2 tess_sample(in vec2 points[16], in vec2 weights[4]) {
vec2 pos = vec2(0.0);
for (int i = 0; i < 4; ++i) {
for (int j = 0; j < 4; ++j) {
float f = weights[j].x * weights[i].y;
if (f != 0.0)
pos = pos + f * points[i * 4 + j];
}
}
return pos;
}
vec3 tess_sample(in vec3 points[16], in vec2 weights[4]) {
vec3 pos = vec3(0.0);
for (int i = 0; i < 4; ++i) {
for (int j = 0; j < 4; ++j) {
float f = weights[j].x * weights[i].y;
if (f != 0.0)
pos = pos + f * points[i * 4 + j];
}
}
return pos;
}
vec4 tess_sample(in vec4 points[16], in vec2 weights[4]) {
vec4 pos = vec4(0.0);
for (int i = 0; i < 4; ++i) {
for (int j = 0; j < 4; ++j) {
float f = weights[j].x * weights[i].y;
if (f != 0.0)
pos = pos + f * points[i * 4 + j];
}
}
return pos;
}
uniform int u_spline_count_v;
uniform int u_spline_type_u;
uniform int u_spline_type_v;
void spline_knot(ivec2 num_patches, ivec2 type, out vec2 knot[6], ivec2 patch_pos) {
for (int i = 0; i < 6; ++i) {
knot[i] = vec2(float(i + patch_pos.x - 2), float(i + patch_pos.y - 2));
}
if ((type.x & 1) != 0) {
if (patch_pos.x <= 2)
knot[0].x = 0.0;
if (patch_pos.x <= 1)
knot[1].x = 0.0;
}
if ((type.x & 2) != 0) {
if (patch_pos.x >= (num_patches.x - 2))
knot[5].x = float(num_patches.x);
if (pa |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-03 |
__KernelStopThread: thread 337 does not exist |
Prince of Persia - Revelations |
v1.11.3 |
2022-05-03 |
ReadFromHardware: Invalid address ffffb3ce near PC 08fdf1c0 LR 08fdf120 |
Prince of Persia - Revelations |
v1.12.3 |
2022-05-15 |
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 r6p0-00dev0 [Revision 96995].
01f74444:00000b30 HWX T N Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:7 Cull
#version 100
// Mali-450 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
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 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 mediump vec3 u_lightatt3;
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 vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying mediump vec3 v_texcoord;
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);
lowp vec4 lightSum0 = u_ambient * u_matambientalpha + 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 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * u_matambientalpha.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 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * u_matambientalpha.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 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * u_matambientalpha.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
vec3 projPos = outPos.xyz / outPos.w;
if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_Position = outPos;
}
|
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(097fa540, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(097fa6c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(097f6780, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(0975f100, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(097b1b40, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(0974d000, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(0962a080, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(09903ac0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(09913bc0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(0991f240, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(090aa600, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(09910300, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(0990c100, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(098f45c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-29 |
80630006=sceAtracSetDataAndGetID(09906a80, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408 |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-18 |
80630006=sceAtracSetDataAndGetID(094c8ec0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-18 |
80630006=sceAtracSetDataAndGetID(098f5b40, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146370816 |
Prince of Persia - Revelations |
v1.12.2 |
2022-04-15 |
sceKernelCreateThread(name=SceBase64_Library): unsupported attributes 00000006 |
Prince of Persia - Revelations |
v1.12.2 |
2022-04-15 |
sceKernelCreateThread(name=sceCert_Loader): unsupported attributes 00001006 |
Prince of Persia - Revelations |
v1.12.2 |
2022-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=fefefefe, pos=0, access=1, data=1, text=1 |
Prince of Persia - Revelations |
v1.12.2 |
2022-04-15 |
sceKernelLoadModule: unsupported options size=00000014, flags=4e49422e, pos=0, access=1, data=2, text=2 |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-08 |
80630006=sceAtracSetDataAndGetID(09ab0100, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-04 |
80630006=sceAtracSetDataAndGetID(097e12c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-04 |
80630006=sceAtracSetDataAndGetID(0996aa80, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-04 |
80630006=sceAtracSetDataAndGetID(09a81540, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-04 |
80630006=sceAtracSetDataAndGetID(09a98140, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-04 |
80630006=sceAtracSetDataAndGetID(09a7c480, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-02 |
80630006=sceAtracSetDataAndGetID(097e63c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-02 |
80630006=sceAtracSetDataAndGetID(09ad5200, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-02 |
80630006=sceAtracSetDataAndGetID(09aaca40, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-08 |
80630006=sceAtracSetDataAndGetID(09a7c440, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-02 |
80630006=sceAtracSetDataAndGetID(095e5a40, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-02 |
80630006=sceAtracSetDataAndGetID(0902b500, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-02 |
80630006=sceAtracSetDataAndGetID(09890440, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-02 |
WriteToHardware: Invalid address 00006ac4 near PC 08ba5790 LR 08ba5790 |
Prince of Persia - Revelations |
v1.12.3 |
2022-04-02 |
WriteToHardware: Invalid address 00007364 near PC 08ba5790 LR 08ba5790 |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-01 |
80630006=sceAtracSetDataAndGetID(0951aa00, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-01 |
80630006=sceAtracSetDataAndGetID(09a28300, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-01 |
80630006=sceAtracSetDataAndGetID(09a78a80, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-04-01 |
80630006=sceAtracSetDataAndGetID(09a77180, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(096193c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09a0f180, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09585780, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(096e1c40, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(096ff5c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09793680, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09701c00, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09ca1280, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09c72480, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09c9b940, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09ca4000, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09c9a500, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-31 |
80630006=sceAtracSetDataAndGetID(09c0ee00, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-25 |
80630006=sceAtracSetDataAndGetID(09434700, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-24 |
80630006=sceAtracSetDataAndGetID(09935400, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.11.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(090f9080, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(095f3fc0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(0969e740, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09941fc0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09942080, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(0992f080, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(0965ccc0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(096a9980, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09023a40, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09824500, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09957ac0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(095a55c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09957880, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09957b80, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(098a5f80, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(0989f2c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(0967f100, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(099acb40, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(099ac880, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09853880, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09667440, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(096d5e00, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(096d66c0, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(096d6740, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(096db440, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(096d6180, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(096a1940, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-23 |
80630006=sceAtracSetDataAndGetID(09651580, 00000800): invalid RIFF header |
Prince of Persia - Revelations |
v1.12.3 |
2022-03-22 |
80630006=sceAtracSetDataAndGetID(09532c00, 00000800): invalid RIFF header |