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 |
Spider-Man 2 |
v1.15.4 |
2023-08-03 |
80630006=sceAtracSetDataAndGetID(08ddcf40, 00020000): invalid RIFF header |
Spider-Man 2 |
v1.15.3 |
2023-08-01 |
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 r4p1-01rel0 [Revision 96995].
01f30100:00000b29 HWX C T N LM Light: 0: c:0 t:0 1: c:0 t:0 2: c:1 t:0 3: c:0 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))
// 01f30100:00000b29 HWX C T N LM Light: 0: c:0 t:0 1: c:0 t:0 2: c:1 t:0 3: c:0 t:0 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 lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
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 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;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse);
toLight = u_lightpos2;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse2 * 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_lightspecular2 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse);
toLight = u_lightpos3;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse3 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse);
lightSum0 = clamp(lightSum0, 0.0, 1.0);
v_color0 = lightSum0;
v_color1 = clamp(lightSum1, 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
if (u_fogcoef.x <= -65535.0 && u_fogcoef.y <= -65535.0) {
v_fogdepth = 1.0;
} else {
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 * outPos.w > -outPos.w) {
if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos |
Spider-Man 2 |
v1.15.3 |
2023-08-01 |
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 r4p1-01rel0 [Revision 96995].
01f31000:00000b29 HWX C T N LM Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 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))
// 01f31000:00000b29 HWX C T N LM Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 3: c:1 t:0 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 lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
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 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;
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;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse);
toLight = u_lightpos2;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse);
toLight = u_lightpos3;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse3 * 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_lightspecular3 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient3 * ambientColor.rgb + diffuse);
lightSum0 = clamp(lightSum0, 0.0, 1.0);
v_color0 = lightSum0;
v_color1 = clamp(lightSum1, 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
if (u_fogcoef.x <= -65535.0 && u_fogcoef.y <= -65535.0) {
v_fogdepth = 1.0;
} else {
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 * outPos.w > -outPos.w) {
if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos |
Spider-Man 2 |
v1.11.1 |
2023-07-05 |
sceGeBreak(mode=0, unknown=08dfeda8): unknown ptr (valid) |
Spider-Man 2 |
v1.10.2 |
2023-06-30 |
Branch in JumpReg delay slot at 0466e180 in block starting at 0466e180 |
Spider-Man 2 |
v1.10.2 |
2023-06-30 |
Branch in Jump delay slot at 094ecbd8 in block starting at 094ecbb8 |
Spider-Man 2 |
v1.10.2 |
2023-06-30 |
Jump to invalid address: 02d5de90 |
Spider-Man 2 |
v1.10.2 |
2023-06-30 |
Jump to invalid address: 02f00000 |
Spider-Man 2 |
v1.10.2 |
2023-06-30 |
Jump to invalid address: 053b2fa0 |
Spider-Man 2 |
v1.10.2 |
2023-06-30 |
Jump to invalid address: 053b3160 |
Spider-Man 2 |
v1.10.2 |
2023-06-30 |
Jump to invalid address: 053b2fe0 |
Spider-Man 2 |
v1.13.2 |
2023-06-29 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 040cc000/04088000 |
Spider-Man 2 |
v1.13.2 |
2023-06-29 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04000000/04088000 |
Spider-Man 2 |
v1.13.2 |
2023-06-29 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04044000/04088000 |
Spider-Man 2 |
v1.13.1 |
2023-06-18 |
sceGeBreak(mode=0, unknown=08d09918): unknown ptr (valid) |
Spider-Man 2 |
v1.13.2 |
2023-06-08 |
Failed to read valid video stream data from header |
Spider-Man 2 |
v1.15.4 |
2023-06-03 |
80630006=sceAtracSetDataAndGetID(08a87000, 00020000): invalid RIFF header |
Spider-Man 2 |
v1.11.2 |
2023-03-03 |
80020001=sceKernelCreateSema(): invalid name |
Spider-Man 2 |
v1.14.1 |
2023-02-04 |
UI scissor out of bounds in GameSettingsScreen: 307,0-1282,720 / 1514,720 |
Spider-Man 2 |
v1.13.2 |
2022-12-10 |
Could not setup streams, unexpected stream count: 13462 |
Spider-Man 2 |
v1.13.2 |
2022-12-10 |
Unexpected mpeg first timestamp: 5579a080000 / 5873804509184 |
Spider-Man 2 |
v1.12.3 |
2022-06-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=08d74120, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.9.4 |
2022-06-09 |
80630006=sceAtracSetDataAndGetID(09a2f580, 00020000): invalid RIFF header |
Spider-Man 2 |
v1.12.3 |
2022-06-03 |
Savedata loading with detected hashmode 1 instead of file's 5 |
Spider-Man 2 |
v1.12.3 |
2022-04-30 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.12.3 |
2022-04-30 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.12.3 |
2022-04-12 |
sceGeBreak(mode=0, unknown=09fff3e0): unknown ptr (valid) |
Spider-Man 2 |
v1.12.3 |
2022-04-12 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145635464 |
Spider-Man 2 |
v1.12.3 |
2022-04-12 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 145544000 |
Spider-Man 2 |
v1.12.3 |
2022-04-12 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
Spider-Man 2 |
v1.12.3 |
2022-05-26 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 34520 |
Spider-Man 2 |
v1.12.3 |
2022-03-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.12.3 |
2022-03-12 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
Spider-Man 2 |
v1.12.3 |
2022-03-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.8.0 |
2023-01-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
Spider-Man 2 |
v1.12.3 |
2022-02-22 |
80630006=sceAtracSetDataAndGetID(08baccc0, 80020323): invalid RIFF header |
Spider-Man 2 |
v1.15.4 |
2023-06-03 |
80630006=sceAtracSetDataAndGetID(08a87000, 80020323): invalid RIFF header |
Spider-Man 2 |
v1.12.2 |
2022-02-02 |
Jump to invalid address: 02f0f270 |
Spider-Man 2 |
v1.12.3 |
2022-01-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.12.3 |
2022-01-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.11.3 |
2022-01-15 |
Trying to relocate non-loaded section (null) |
Spider-Man 2 |
v1.12.3 |
2021-12-30 |
Unknown GE command : 11ffffff |
Spider-Man 2 |
v1.12.3 |
2021-12-30 |
sceGeBreak(mode=0, unknown=08b90d7c): unknown ptr (valid) |
Spider-Man 2 |
v1.12.3 |
2021-12-30 |
sceGeBreak(mode=0, unknown=08b9cffc): unknown ptr (valid) |
Spider-Man 2 |
v1.12.3 |
2021-12-29 |
80630007=sceAtracSetData(2, 08bd5640, 00012e00): atracID uses different codec type than data |
Spider-Man 2 |
v1.12.3 |
2021-12-29 |
80630007=sceAtracSetData(2, 08b9d600, 00038000): atracID uses different codec type than data |
Spider-Man 2 |
v1.14.4 |
2023-06-14 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
Spider-Man 2 |
v1.12.2 |
2021-12-17 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144940664 |
Spider-Man 2 |
v1.12.1 |
2021-11-04 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765 |
Spider-Man 2 |
v1.12.1 |
2021-11-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
Spider-Man 2 |
v1.13.1 |
2022-08-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
Spider-Man 2 |
v1.12.1 |
2021-11-04 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147649040 |
Spider-Man 2 |
v1.12.1 |
2021-11-04 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146303584 |
Spider-Man 2 |
v1.12.3 |
2023-04-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524 |
Spider-Man 2 |
v1.12.3 |
2023-04-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 464 |
Spider-Man 2 |
v1.12.3 |
2023-04-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 408 |
Spider-Man 2 |
v1.12.2 |
2021-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.12.2 |
2021-10-12 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.10.3 |
2021-10-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
Spider-Man 2 |
v1.10.3 |
2021-10-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
Spider-Man 2 |
v1.11.3 |
2021-10-02 |
Unexpected mpeg first timestamp: 0 / 0 |
Spider-Man 2 |
v1.13.2 |
2022-12-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.11.3 |
2021-08-13 |
Unexpected mpeg first timestamp: d59a080000 / 917412249600 |
Spider-Man 2 |
v1.11.3 |
2021-07-31 |
80630006=sceAtracSetDataAndGetID(08b3d9c4, 00008000): invalid RIFF header |
Spider-Man 2 |
v1.11.3 |
2021-06-11 |
80630007=sceAtracSetData(2, 08d4b180, 0000fe00): atracID uses different codec type than data |
Spider-Man 2 |
v1.11.3 |
2021-06-11 |
80630007=sceAtracSetData(2, 08d4b180, 00008b48): atracID uses different codec type than data |
Spider-Man 2 |
v1.11.3 |
2021-06-11 |
80630007=sceAtracSetData(2, 08d4b180, 00004200): atracID uses different codec type than data |
Spider-Man 2 |
v1.11.3 |
2021-06-11 |
80630007=sceAtracSetData(2, 08d4b180, 0000eb88): atracID uses different codec type than data |
Spider-Man 2 |
v1.11.3 |
2021-06-11 |
80630007=sceAtracSetData(2, 08d4b180, 000032b0): atracID uses different codec type than data |
Spider-Man 2 |
v1.11.3 |
2021-06-11 |
80630007=sceAtracSetData(2, 08d4b180, 000090c0): atracID uses different codec type than data |
Spider-Man 2 |
v1.11.3 |
2021-06-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfab4, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.12.3 |
2022-03-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.13.2 |
2022-12-10 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.11.3 |
2021-05-09 |
An uneaten prefix at end of block: 08c39d08 |
Spider-Man 2 |
v1.11.3 |
2021-05-09 |
sceKernelCreateThread(name=update_thread): unsupported attributes a0000000 |
Spider-Man 2 |
v1.11.3 |
2023-03-03 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145269936 |
Spider-Man 2 |
v1.11.3 |
2023-03-03 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145257684 |
Spider-Man 2 |
v1.11.3 |
2023-03-03 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1082130432 |
Spider-Man 2 |
v1.11.3 |
2023-03-03 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 13070 |
Spider-Man 2 |
v1.11.3 |
2023-03-03 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142623468 |
Spider-Man 2 |
v1.11.3 |
2023-03-03 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660 |
Spider-Man 2 |
v1.11.3 |
2023-03-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.11.3 |
2021-04-06 |
sceIoIoctl(disc0:/UMD_DATA.BIN, 01020001, 00000000, 0, 08b84800, 800) |
Spider-Man 2 |
v1.11.3 |
2021-04-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 33144 |
Spider-Man 2 |
v1.12.3 |
2022-05-26 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
Spider-Man 2 |
v1.11.3 |
2021-09-01 |
Unknown GetPointer 00000000 PC 08000000 LR 08000010 |
Spider-Man 2 |
v1.11.2 |
2021-02-28 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0895f264 |
Spider-Man 2 |
v1.10.3 |
2021-01-28 |
Unexpected mpeg first timestamp: df65d84a7e5 / 15351782090725 |
Spider-Man 2 |
v1.10.3 |
2021-01-28 |
Unexpected mpeg first timestamp: 17488ad499f / 1600020892063 |
Spider-Man 2 |
v1.9.3-80-g73bf6098e |
2020-12-31 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5550, pos=0, access=1, data=2, text=2 |
Spider-Man 2 |
v1.9.3-80-g73bf6098e |
2020-12-31 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3328, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.9.3-80-g73bf6098e |
2021-04-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Spider-Man 2 |
v1.10.3 |
2020-12-21 |
MFIC instruction hit (70020024) at 088b63a8 |
Spider-Man 2 |
v1.10.3 |
2020-12-21 |
Video out requested, not supported: mode=0 size=512,512 |
Spider-Man 2 |
v1.10.3 |
2020-12-21 |
sceKernelCreateThread(name=PGE Support): unsupported attributes 00001006 |
Spider-Man 2 |
v1.10.3 |
2020-12-21 |
Unknown syscall in known module 'ModuleMgrForKernel': 0xd1ff982a |
Spider-Man 2 |
v1.11.3 |
2022-03-28 |
Savedata version requested on save: 3 |
Spider-Man 2 |
v1.10.3 |
2020-12-13 |
Ignoring func export scePsmf/7491c438, already implemented in HLE. |
Spider-Man 2 |
v1.10.3 |
2020-12-13 |
Ignoring func export scePsmf/eaed89cd, already implemented in HLE. |
Spider-Man 2 |
v1.10.3 |
2020-12-13 |
Ignoring func export scePsmf/bd8ae0d8, already implemented in HLE. |