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 |
Resistance: Retribution™ |
v1.11.2 |
2021-02-24 |
Unknown GetPointer 20171f38 PC 08ca31e0 LR 08cd6754 |
Resistance: Retribution™ |
v1.11.2 |
2021-02-24 |
Unknown GE command : 11092a4e |
Resistance: Retribution™ |
v1.9.3 |
2021-02-22 |
Bad bounding box data: 003e66 |
Resistance: Retribution™ |
v1.9.3 |
2021-02-22 |
Unknown GE command : 34fe020c |
Resistance: Retribution™ |
v1.11.2 |
2021-02-21 |
Vertices without position found: (03747474) P: s8 N: f C: 5551 W: u16 (2x) I: u16 Morph: 6 (size: 144) |
Resistance: Retribution™ |
v1.11.2 |
2021-02-21 |
ReadFromHardware: Invalid address 00000001 near PC 08c59b7c LR 08c59b7c |
Resistance: Retribution™ |
v1.11.2 |
2021-02-21 |
WriteToHardware: Invalid address 00000210 near PC 08afd8c4 LR 08afd8c4 |
Resistance: Retribution™ |
v1.11.2 |
2021-02-21 |
ReadFromHardware: Invalid address 00000206 near PC 08c59abc LR 08afd8c4 |
Resistance: Retribution™ |
v1.11.2 |
2021-02-21 |
WriteToHardware: Invalid address 00000204 near PC 08c59abc LR 08c59ab8 |
Resistance: Retribution™ |
v1.11.2 |
2021-02-21 |
ReadFromHardware: Invalid address 00000000 near PC 08ca1ae8 LR 08ca1bc8 |
Resistance: Retribution™ |
v1.11.2 |
2021-02-21 |
sceUtilityMsgDialogInitStart: invalid status |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
Bad bounding box data: e4c5db |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
Attempted or for logic op: 7 |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
Vertices without position found: (01000004) P: s8 C: ? (size: 3) |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
BlockTransfer: Bad source transfer address 00354a40! |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
BlockTransfer: Bad source transfer address 77b791f0! |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
Unknown GE command : 35e33b3c |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
VTYPE with morph used: THRU=0 TC=2 COL=1 POS=0 NRM=2 WT=2 NW=2 IDX=0 MC=6 |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
Unsupported XOR logic op: 6 |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
Vertices without position found: (01364446) P: s8 N: s16 C: ? T: u16 W: u16 (2x) Morph: 6 (size: 60) |
Resistance: Retribution™ |
v1.8.0 |
2021-02-21 |
BlockTransfer: Bad source transfer address 56000000! |
Resistance: Retribution™ |
v1.11.2 |
2021-02-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 r7p0-00rel0 [Revision 96995].
01f15551:00000b3d HWX C T N LM Fog Tex Light: 0: c:1 t:0 1: c:1 t:1 2: c:1 t:1 3: c:1 t:1 MatUp:1 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;
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 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 vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
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_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;
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalize(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 * color0 + 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;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0);
if (ldot >= 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * u_matspecular.rgb * ldot ;
}
lightSum0.rgb += (u_lightambient0 * color0.rgb + diffuse);
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);
if (ldot >= 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * u_matspecular.rgb * ldot * lightScale;
}
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);
if (ldot >= 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
if (ldot > 0.0)
lightSum1 += u_lightspecular2 * u_matspecular.rgb * ldot * lightScale;
}
lightSum0.rgb += (u_lightambient2 * color0.rgb + diffuse) * lightScale;
toLight = u_li |
Resistance: Retribution™ |
v1.11.2 |
2021-02-19 |
Bad bounding box data: 222ffd |
Resistance: Retribution™ |
v1.11.2 |
2021-02-19 |
Unknown GE command : 59800000 |
Resistance: Retribution™ |
v1.11.2 |
2021-02-18 |
Unknown GE command : 03013167 |
Resistance: Retribution™ |
v1.10.3 |
2021-02-17 |
Unimplemented HLE function sceUtilityHtmlViewerGetStatus |
Resistance: Retribution™ |
v1.11.2 |
2021-02-16 |
Unimplemented HLE function sceUtilityNpSigninShutdownStart |
Resistance: Retribution™ |
v1.11.2 |
2021-02-16 |
Unimplemented HLE function sceHttpsDisableOption |
Resistance: Retribution™ |
v1.10.3 |
2021-02-10 |
BJUMP to illegal address 0e55bd7c - ignoring! data=10447e |
Resistance: Retribution™ |
v1.10.3 |
2021-02-09 |
CALL to illegal address 0ed13edc - ignoring! data=040201 |
Resistance: Retribution™ |
v1.10.3 |
2021-02-09 |
BJUMP to illegal address 00fc209c - ignoring! data=fc209f |
Resistance: Retribution™ |
v1.10.3 |
2021-02-09 |
Unknown GE command : 35600004 |
Resistance: Retribution™ |
v1.10.3 |
2021-02-08 |
Unknown GE command : 292f404f |
Resistance: Retribution™ |
v1.4-2-g648bc5d |
2021-02-06 |
Bad bounding box data: 06458c |
Resistance: Retribution™ |
v1.4-2-g648bc5d |
2021-02-06 |
Unsupported Vertex Screen Coordinate X : f03020ab |
Resistance: Retribution™ |
v1.4-2-g648bc5d |
2021-02-06 |
Bad vertex address 01222123! |
Resistance: Retribution™ |
v1.4-2-g648bc5d |
2021-02-06 |
Unknown GE command : 03034289 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
MIPSCompileOp: Invalid instruction 40581500 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
MIPSCompileOp: Invalid instruction 40d80e40 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
MIPSCompileOp: Invalid instruction 40abba80 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
MIPSCompileOp: Invalid instruction 40a758c0 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
MIPSCompileOp: Invalid instruction 40d80e00 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
MIPSCompileOp: Invalid instruction 407eb500 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08b48ba8 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
ReadFromHardware: Invalid address 0f000001 near PC 0f000001 LR 08b48ba8 |
Resistance: Retribution™ |
v1.9.4 |
2021-02-06 |
ReadFromHardware: Invalid address 15161607 near PC 15161607 LR 08b48ba8 |
Resistance: Retribution™ |
v1.9.3 |
2021-02-03 |
Unknown GE command : b6239400 |
Resistance: Retribution™ |
v1.9.3 |
2021-02-03 |
BJUMP to illegal address 0202eb18 - ignoring! data=011601 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-31 |
Unknown GE command : 031a1a1a |
Resistance: Retribution™ |
v1.10.3 |
2021-01-30 |
Unknown GE command : 35e568e0 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-30 |
JUMP to illegal address 00f69fac - ignoring! data=f69fac |
Resistance: Retribution™ |
v1.10.3 |
2021-01-30 |
Unknown GE command : 0305448a |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144918396 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144907512 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 153291632 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 144316588 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771664 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142702700 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=2, text=2 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08228644, firstSym=082284c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228654, firstSym=082284e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228658, firstSym=082284e8, varData=00000000, extra=00000000
|
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Crazy varData address 01011006, skipping rest of module |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=1, text=1 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateThread(name=sceNetIfhandle_Service): unsupported attributes 00001006 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Ignoring func export sceNetIfhandle/c80181a2, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x369ed59d |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0xb736e9ff |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0xaf36d708 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x56c039b5 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x1fb15a32 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x58b1f937 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
sceKernelCreateThread(name=SceParseHTTPheader_Library): unsupported attributes 00000006 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
Ignoring func export sceParseHttp/ad7bfdef, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
Ignoring func export sceParseHttp/8077a433, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
sceKernelCreateThread(name=SceParseURI_Library): unsupported attributes 00000006 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
Ignoring func export sceParseUri/7ee318af, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
Ignoring func export sceParseUri/568518c9, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
Ignoring func export sceParseUri/062bb07e, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
Ignoring func export sceParseUri/49e950ec, already implemented in HLE. |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
sceKernelCreateThread(name=SceBase64_Library): unsupported attributes 00000006 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
sceKernelCreateThread(name=sceCert_Loader): unsupported attributes 00001006 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=08bdd350, pos=0, access=1, data=2, text=2 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateThread(name=sceNetAdhocAuth_Service): unsupported attributes 00001006 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x616403ba |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x7e65b999 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x6652b8ca |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x18260574 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0xe9b3061e |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x86255ada |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x8125221d |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0xd6da4ba1 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
Unknown syscall in known module 'ThreadManForKernel': 0x278c0df5 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-26 |
sceKernelLoadModule: unsupported options size=00000014, flags=00646177, pos=0, access=1, data=1, text=1 |
Resistance: Retribution™ |
v1.10.3 |
2021-01-27 |
sceKernelCreateThread(name=sceMemab): unsupported attributes 00001006 |