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 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-23 |
80630006=sceAtracSetDataAndGetID(08acd000, 000091b0): invalid RIFF header |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=08890a90, pos=0, access=1, data=1, text=1 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=4e49422e, pos=0, access=1, data=2, text=2 |
TNA iMPACT!: Cross the Line |
v1.10.3 |
2022-05-15 |
D3D error in shader compilation: info: C:\Program Files\PPSSPP\[email protected](95,31-45): error X3004: undeclared identifier 'u_spline_counts'
/ code: #pragma warning( disable : 3571 )
float4x4 u_proj : register(c0);
float4 u_matambientalpha : register(c20);
float4x3 u_world : register(c11);
float4x3 u_view : register(c8);
float4 u_uvscaleoffset : register(c17);
float4 u_cullRangeMin : register(c80);
float4 u_cullRangeMax : register(c81);
struct VS_IN {
float2 texcoord : TEXCOORD0;
float4 color0 : COLOR0;
float3 normal : NORMAL;
float3 position : POSITION;
};
struct VS_OUT {
float3 v_texcoord : TEXCOORD0;
float4 v_color0 : COLOR0;
float4 gl_Position : POSITION;
};
float2 tess_sample(in float2 points[16], float4x4 weights) {
float2 pos = float2(0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float3 tess_sample(in float3 points[16], float4x4 weights) {
float3 pos = float3(0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float4 tess_sample(in float4 points[16], float4x4 weights) {
float4 pos = float4(0.0, 0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float4x4 outerProduct(float4 u, float4 v) {
return mul((float4x1)v, (float1x4)u);
}
struct Tess {
float3 pos;
float2 tex;
float4 col;
};
void tessellate(in VS_IN In, out Tess tess) {
int2 point_pos = int2(In.position.z, In.normal.z);
int2 weight_idx = int2(In.position.xy);
float3 _pos[16];
float2 _tex[16];
float4 _col[16];
int index;
index = (0 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[0] = tess_data[index].pos;
_tex[0] = tess_data[index].tex;
_col[0] = tess_data[index].col;
index = (0 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_pos[1] = tess_data[index].pos;
_tex[1] = tess_data[index].tex;
_col[1] = tess_data[index].col;
index = (0 + point_pos.y) * u_spline_counts + (2 + point_pos.x);
_pos[2] = tess_data[index].pos;
_tex[2] = tess_data[index].tex;
_col[2] = tess_data[index].col;
index = (0 + point_pos.y) * u_spline_counts + (3 + point_pos.x);
_pos[3] = tess_data[index].pos;
_tex[3] = tess_data[index].tex;
_col[3] = tess_data[index].col;
index = (1 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[4] = tess_data[index].pos;
_tex[4] = tess_data[index].tex;
_col[4] = tess_data[index].col;
index = (1 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_p |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-14 |
80630006=sceAtracSetData(2, 08b407c0, 00020000): invalid RIFF header |
TNA iMPACT!: Cross the Line |
v1.12.2 |
2022-05-09 |
__KernelStopThread: thread 574 does not exist |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-08 |
sceGeBreak(mode=0, unknown=08b9cc8c): unknown ptr (valid) |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-04 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04088000/04110000 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146303628 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-27 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147649040 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-14 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 040cc000/04088000 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-14 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04000000/04088000 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-14 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 04044000/04088000 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-31 |
80000107=sceDisplaySetFrameBuf(04044000, 512, 1, 0): must change latched framebuf first |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-31 |
80000107=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-22 |
80630007=sceAtracSetData(2, 08b9d5c0, 00038000): atracID uses different codec type than data |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-15 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000136, pos=0, access=1, data=2, text=2 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-17 |
MIPSCompileOp: Invalid instruction 00020001 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-17 |
MIPSCompileOp: Invalid instruction 00100005 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-17 |
MIPSCompileOp: Invalid instruction 01069701 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145752064 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-07 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-07 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=1, text=1 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2022-02-24 |
FBO using existing buffer as depthbuffer, 04000000/04088000 and 04088000/00000000 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2022-02-24 |
FBO created from existing depthbuffer as color, 04088000/00000000 and 040d8000/04088000 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-17 |
Branch in JumpReg delay slot at 08f6c08c in block starting at 08f6c044 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-03-17 |
MIPSCompileOp: Invalid instruction 00010005 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-30 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfe54, pos=0, access=1, data=1, text=1 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=1, text=1 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2 |
TNA iMPACT!: Cross the Line |
v1.12.2 |
2022-01-24 |
sectionToModify = -1 - ignoring relocation sector 29 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-23 |
Ignoring invalid video decode address 0915ee80/9fff680 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-23 |
Ignoring invalid video decode address 091e6ec0/9fff680 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-04 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04000000/04110000 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-18 |
sceKernelRegisterSubIntrHandler(30, 0, 089c90fc, 08f60220): duplicate handler |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145269936 |
TNA iMPACT!: Cross the Line |
v1.8.0 |
2022-01-10 |
Unknown GetPointer 00000000 PC 089c1634 LR 089c1634 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-01-05 |
80630006=sceAtracSetDataAndGetID(08b3d9c4, 00008000): invalid RIFF header |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145257684 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1082130432 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 13070 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142623468 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2 |
TNA iMPACT!: Cross the Line |
v1.12.2 |
2022-01-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 144940664 |
TNA iMPACT!: Cross the Line |
v1.8.0 |
2021-11-25 |
sceDmacMemcpy(dest=040cc000, src=086ce780, size=1251456): overlapping read |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff2a |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff24 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff1e |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff18 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff10 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff0a |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ff04 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fefe |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fef8 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fef2 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feec |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fee6 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fee0 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fed0 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feca |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fec4 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480febe |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feba |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feb4 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feae |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480feaa |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fea4 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fea0 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe9a |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe96 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe90 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe8a |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe86 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe80 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe7a |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe76 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2021-11-20 |
Bottom-right corner of source of block transfer is at an invalid address: 0480fe70 |
TNA iMPACT!: Cross the Line |
v1.11.2 |
2021-11-14 |
sceGeBreak(mode=0, unknown=08d09918): unknown ptr (valid) |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2022-02-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-10-14 |
Jump to invalid address: 000000c0 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-10-14 |
An uneaten prefix at end of block: 09fffed4 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-09-11 |
Unexpected mpeg first timestamp: e7ab4084df8 / 15920169242104 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-09-04 |
Unexpected mpeg first timestamp: 1955 / 6485 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-09-04 |
Unexpected mpeg first timestamp: efeadde3a69 / 16487001504361 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-09-04 |
Unexpected mpeg first timestamp: b05b / 45147 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-09-03 |
Unexpected mpeg first timestamp: a480 / 42112 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-09-03 |
Unexpected mpeg first timestamp: d8 / 216 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-09-03 |
Unexpected mpeg first timestamp: ffff / 65535 |
TNA iMPACT!: Cross the Line |
v1.11.3 |
2021-08-20 |
80630007=sceAtracSetData(0, 08d19800, 00010000): atracID uses different codec type than data |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-04-27 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 464 |
TNA iMPACT!: Cross the Line |
v1.12.3 |
2022-05-05 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
TNA iMPACT!: Cross the Line |
v1.9.4 |
2021-07-22 |
__KernelStopThread: thread 463 does not exist |