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 |
Pirates of the Caribbean: Dead Man's Chest |
v1.7.5 |
2024-07-12 |
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 r6p1-01rel0 [Revision 96995].
01f14444:00000b14 HWX T N Fog Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:1
#version 100
precision highp float;
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 vec2 u_fogcoef;
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;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
vec4 outPos = 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 = max(dot(toLight, worldnormal), 0.0);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * u_matdiffuse) * ldot;
lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = max(dot(toLight, worldnormal), 0.0);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * u_matdiffuse) * ldot;
lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = max(dot(toLight, worldnormal), 0.0);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * u_matdiffuse) * ldot;
lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = max(dot(toLight, worldnormal), 0.0);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * u_matdiffuse) * ldot;
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);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
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.w = u_cullRangeMax.w;
}
}
gl_Position = outPos;
}
|
Pirates of the Caribbean: Dead Man's Chest |
v1.17.1 |
2024-04-18 |
Can't draw: No current render step. Step count: 0 |
Pirates of the Caribbean: Dead Man's Chest |
v1.16.6 |
2024-03-24 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.16.6 |
2024-03-24 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c38, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.2 |
2024-02-17 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.2 |
2024-02-17 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.17 |
2024-01-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.15.4 |
2024-01-11 |
__KernelStopThread: thread 509 does not exist (helper deleted) |
Pirates of the Caribbean: Dead Man's Chest |
v1.15.4 |
2024-01-11 |
__KernelStopThread: thread 507 does not exist (ApctlThread deleted) |
Pirates of the Caribbean: Dead Man's Chest |
v1.15.4 |
2024-01-11 |
__KernelStopThread: thread 507 does not exist (ApctlThread stopped) |
Pirates of the Caribbean: Dead Man's Chest |
v1.15.4 |
2024-01-11 |
Unimplemented HLE function sceNetResolverTerm |
Pirates of the Caribbean: Dead Man's Chest |
v1.15.4 |
2024-01-11 |
Unimplemented HLE function sceHttpsInitWithPath |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2023-09-03 |
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 r10p0-00dev0 [Revision 96995].
01f10444:00000b1c HWX C T N Fog Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:0 MatUp:1
#version 100
precision highp float;
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 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_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
vec4 outPos = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * color0 + 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 * color0.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 * color0.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 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos3;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse3 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * color0.rgb + diffuse);
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
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.w = u_cullRangeMax.w;
}
}
gl_Position = outPos;
}
|
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2023-08-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2023-08-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2023-08-27 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 040cc000/04088000 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2023-06-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.18.1 |
2024-12-01 |
sceNetAdhocMatchingInit(32768) at 088483e8 |
Pirates of the Caribbean: Dead Man's Chest |
v1.17.1 |
2024-04-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2022-10-12 |
BREAK instruction hit |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2022-09-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1082130432 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2022-09-15 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 13070 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2022-09-15 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142623468 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2022-09-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2022-09-15 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2022-09-04 |
Module linking debug info:
sceNetIfhandle_driver ver=0000, flags=0009, size=5, numVars=0, numFuncs=10, nidData=0822f114, firstSym=0822ee1c, varData=00000000, extra=00000000
sceMemab_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=11, nidData=0822f0e8, firstSym=0822edc4, varData=00000000, extra=00000000
SysclibForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=3, nidData=0822f098, firstSym=0822ed24, varData=00000000, extra=00000000
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=17, nidData=0822f0a4, firstSym=0822ed3c, varData=00000000, extra=00000000
InterruptManagerForKernel ver=0000, flags=0009, size=5, numVars=0, numFuncs=2, nidData=0822f090, firstSym=0822ed14, varData=00000000, extra=00000000
|
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2022-09-04 |
Crazy varData address 01011006, skipping rest of module |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2022-09-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a1f624, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2022-09-04 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08228844, firstSym=082286c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228854, firstSym=082286e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228858, firstSym=082286e8, varData=00000000, extra=00000000
|
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
Trying to relocate non-loaded section (null) |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
GE Interrupt: newState might be 0 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
GE Interrupt: newState might be 7 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
GE Interrupt: newState might be 6 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
GE Interrupt: newState might be 5 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
GE Interrupt: newState might be 4 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
GE Interrupt: newState might be 3 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-07-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-06-23 |
Video out requested, not supported: mode=0 size=0,0 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-06-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.2 |
2022-01-16 |
sceMpegRingbufferPut(): invalid mpeg data |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.2 |
2022-01-16 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.2 |
2022-01-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.2 |
2022-01-16 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b792fc, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2022-01-14 |
sceKernelLoadModule: unsupported options size=00000014, flags=00001234, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.17.1 |
2024-10-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-04-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.2 |
2021-10-23 |
VTYPE with morph used: THRU=0 TC=2 COL=0 POS=2 NRM=1 WT=1 NW=8 IDX=1 MC=6 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -559038737 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146162800 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-09-23 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 102464 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-09-23 |
sceGeBreak(mode=0, unknown=08dfeda8): unknown ptr (valid) |
Pirates of the Caribbean: Dead Man's Chest |
v1.12.3 |
2022-08-07 |
GE Interrupt: newState might be 1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 3080 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167509648 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148425392 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2022-09-04 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
Pirates of the Caribbean: Dead Man's Chest |
v1.17.1 |
2024-04-23 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.18.1 |
2024-12-01 |
UNIMPL sceUtilityGameSharingInitStart(08b02c04) |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-05-23 |
Jump to invalid address: 07009c60 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2021-05-23 |
Jump to invalid address: 07009400 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-05-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-05-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-04-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-04-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.14.2 |
2023-01-14 |
Unimplemented HLE function sceKernelStopUnloadSelfModule |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-02-07 |
Unknown syscall in known module 'sceNp': 0xbb069a87 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-01-02 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-01-02 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2021-01-02 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.11.3 |
2022-09-04 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.2 |
2023-06-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-01 |
sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-01 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-01 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-01 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-01 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-11-01 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
Pirates of the Caribbean: Dead Man's Chest |
v1.17.1 |
2024-08-16 |
An uneaten prefix at end of block: 08a20194 |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3-97-gd0e9d2c54 |
2020-10-02 |
RET: Stack empty! |
Pirates of the Caribbean: Dead Man's Chest |
v1.13.1 |
2022-10-24 |
80020001=sceKernelCreateSema(): invalid name |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-08-16 |
Unknown GE command : 11ffffff |
Pirates of the Caribbean: Dead Man's Chest |
v1.10.3 |
2020-07-22 |
VTYPE with morph used: THRU=0 TC=2 COL=0 POS=2 NRM=1 WT=1 NW=5 IDX=2 MC=8 |
Pirates of the Caribbean: Dead Man's Chest |
v1.9.4 |
2020-06-26 |
Jump to invalid address: 00282420 |
Pirates of the Caribbean: Dead Man's Chest |
v1.9.4 |
2020-12-01 |
An uneaten prefix at end of block: 08ab5e3c |
Pirates of the Caribbean: Dead Man's Chest |
v1.9.4 |
2020-04-04 |
Render to area containing texture at 04162000 +256x0 |
Pirates of the Caribbean: Dead Man's Chest |
v1.9.4 |
2020-04-04 |
Rendering to framebuffer offset: 04162000 +256x0 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 07121500 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 0700b780 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 05308040 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 02d99800 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 02c26000 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 02e1a1e0 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 06ca0420 |
Pirates of the Caribbean: Dead Man's Chest |
v1.8.0 |
2019-07-14 |
Jump to invalid address: 07618500 |
Pirates of the Caribbean: Dead Man's Chest |
v1.9.4 |
2021-12-14 |
Unknown GetPointer 00000000 PC 089b6a3c LR 089b6a3c |
Pirates of the Caribbean: Dead Man's Chest |
v1.7.5 |
2024-08-11 |
An uneaten prefix at end of block for 08ab5d04 |
Pirates of the Caribbean: Dead Man's Chest |
v1.9.4 |
2024-12-08 |
An uneaten prefix at end of block: 08ab5d18 |